1212RootModule = ' HorkerDataQuery.psm1'
1313
1414# Version number of this module.
15- ModuleVersion = ' 1.0.4 '
15+ ModuleVersion = ' 1.0.5 '
1616
1717# Supported PSEditions
1818# CompatiblePSEditions = ''
@@ -33,10 +33,10 @@ Copyright = '(c) 2018 horker. All rights reserved.'
3333Description = " Horker DataQuery is a database query utility based on ADO.NET.
3434
3535The main features are:
36- - Written in C#, so that it works fast for large data
37- - Supports every database product that provides the ADO.NET driver, including SQL Server, Oracle, MySQL, PostgreSQL, SQLite, Access, OLEDB, and ODBC
38- - Returns query results as PowerShell objects, and exports PowerShell objects into database tables
39- - Reads app.config` or web.config` to define database providers and connection strings
36+ - Written in C# so that it works fast for large data
37+ - Supports every database product that provides the ADO.NET driver, including SQL Server, Oracle, MySQL, PostgreSQL, SQLite, Access, OLEDB and ODBC
38+ - PowerShell interoperatability; gets query results as PowerShell objects and exports PowerShell objects into database tables
39+ - Reads app.config or web.config in your app to define database providers and connection strings
4040- Gets information from the database schema
4141- Provides the built-in SQLite driver
4242
@@ -136,8 +136,7 @@ PrivateData = @{
136136 ' data' , ' analysis' , ' conversion' ,
137137 ' query' , ' select' , ' insert' , ' update' , ' delete' , ' create' , ' drop' ,
138138 ' sql' , ' server' , ' sqlserver' , ' oracle' , ' mysql' , ' postgresql' ,
139- ' firebird' , ' db2' , ' sqlite' , ' access' , ' msaccess' ,
140- ' pandas' , ' dplyr'
139+ ' firebird' , ' db2' , ' sqlite' , ' access' , ' msaccess'
141140 )
142141
143142 # A URL to the license for this module.
@@ -151,6 +150,12 @@ PrivateData = @{
151150
152151 # ReleaseNotes of this module
153152 ReleaseNotes = @"
153+ v1.0.5
154+ - Earlier release of native resources (database connections)
155+ - Improvements of data handling in Export-DataTable
156+ - Query results as System.Data.DataTable
157+ - Several improvements and bug fixes
158+
154159v1.0.1 - v1.0.4
155160Bug fixes
156161
0 commit comments