Skip to content

Commit ca7a240

Browse files
committed
Update psd1 for version 1.0.5
1 parent f694aed commit ca7a240

1 file changed

Lines changed: 12 additions & 7 deletions

File tree

scripts/HorkerDataQuery.psd1

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
RootModule = '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.'
3333
Description = "Horker DataQuery is a database query utility based on ADO.NET.
3434
3535
The 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+
154159
v1.0.1 - v1.0.4
155160
Bug fixes
156161

0 commit comments

Comments
 (0)