- Author: Shiyang Qiu
- Fixed the non SQL error handling and added Finally Block to close connection.
- Fixed the .DESCRIPTION.
- Author: Shiyang Qiu
- Fixed the verbose option and SQL error handling conflict
- Author: Warren Frame
- Fixed SQLConnection handling so that it is not closed (we now only close connections we create)
- Added SQLConnection parameter and handling. Is there a more efficient way to handle the parameter sets?
- Author: Warren Frame
- Replaced DBNullToNull param with PSObject Output option.
- Added AppendServerInstance switch.
- Added credential support.
- Added pipeline support for ServerInstance.
- Moved to GitHub
- Updated OutputType attribute, comment based help, parameter attributes (thanks supersobbie), removed username/password params
- Added help for sqlparameter parameter.
- Added ErrorAction SilentlyContinue handling to Fill method
- Author: Warren Frame, Dave Wyatt
- Added DBNullToNull switch and code from Dave Wyatt.
- Added parameters to comment based help (need someone with SQL expertise to verify these)
- Author: Warren Frame
- Added ParameterSets
- set Query and InputFile to mandatory
- Author: Joel Bennett
- Add SingleValue output option
- Author: Paul Bryson
- Added fix to check for null values in parameterized queries and replace with [DBNull]
- Author: Justin Dearing
- Added the ability to pass parameters to the query.
- Author: Chad Miller
- Added As parameter to control DataSet, DataTable or array of DataRow Output type
- Author: Chad Miller
- Added inputfile, SQL auth support, connectiontimeout and output message handling. Updated help documentation
- Author: Chad Miller
- Fixed Issue with connection closing
- Author: Chad Miller
- Initial release