Releases: VulcanAnalytics/DBTester
Releases · VulcanAnalytics/DBTester
ObjectData
Added
ObjectDatamethod retrieves all rows and columns from a table or view @darrencomeau
Fixed
- License link in README file
.net framework 4.0 compatibility
Added
- net40 framework specific library in NuGet package @darrencomeau
- Logo for NuGet package @darrencomeau
Removed
- net461 specific library from NuGet package @darrencomeau
Enhanced InputData method
Changed
InsertDatamethod can insert defaulted columns into rows without additional data @darrencomeau
Additional table methods
Added
ClearTablemethod to remove all rows of data from a table @darrencomeauDropTablemethod to remove a table from the database if it exists @darrencomeau
InsertData to handle NULLs
Fixed
InsertDatamethod can insert null values into columns @darrencomeau
InsertData handle NULLs
Fixed
InsertDatamethod can insert null values into columns @darrencomeau
InsertData column defaults
Added
ColumnDefaultsobject which can be passed toInsertDataand used as default values for unspecified columns @darrencomeau
Fixed
InsertDatacan't handle strings containing single quotes @darrencomeau
System.Data not referenced
Fixed
System.Datanot referenced automatically by NuGet package @darrencomeau
ExecuteStatementWithResult
Added
ExecuteStatementWithResultmethod added to retrieve data from an SQL statement @darrencomeau
Changed
- Renamed
DatabaseTesterConnectionExceptiontoFailedDatabaseConnection
Database Timeout Fixed
Fixed
- Database connections don't timeout after two seconds @darrencomeau