Skip to content

Releases: VulcanAnalytics/DBTester

ObjectData

16 Oct 22:29
e6d62e4

Choose a tag to compare

ObjectData Pre-release
Pre-release

Added

  • ObjectData method retrieves all rows and columns from a table or view @darrencomeau

Fixed

  • License link in README file

.net framework 4.0 compatibility

14 Oct 06:00
28392c8

Choose a tag to compare

Pre-release

Added

Removed

Enhanced InputData method

15 Oct 07:19
265139f

Choose a tag to compare

Pre-release

Changed

  • InsertData method can insert defaulted columns into rows without additional data @darrencomeau

Additional table methods

15 Oct 07:42
bf9e5b0

Choose a tag to compare

Pre-release

Added

  • ClearTable method to remove all rows of data from a table @darrencomeau
  • DropTable method to remove a table from the database if it exists @darrencomeau

InsertData to handle NULLs

15 Oct 07:47
0eee8e0

Choose a tag to compare

Pre-release

Fixed

  • InsertData method can insert null values into columns @darrencomeau

InsertData handle NULLs

15 Oct 07:49
3f7439a

Choose a tag to compare

Pre-release

Fixed

  • InsertData method can insert null values into columns @darrencomeau

InsertData column defaults

15 Oct 07:55
74a5a9b

Choose a tag to compare

Pre-release

Added

  • ColumnDefaults object which can be passed to InsertData and used as default values for unspecified columns @darrencomeau

Fixed

  • InsertData can't handle strings containing single quotes @darrencomeau

System.Data not referenced

15 Oct 08:11
0bbc06e

Choose a tag to compare

Pre-release

Fixed

  • System.Data not referenced automatically by NuGet package @darrencomeau

ExecuteStatementWithResult

16 Oct 19:43
b017792

Choose a tag to compare

Pre-release

Added

  • ExecuteStatementWithResult method added to retrieve data from an SQL statement @darrencomeau

Changed

  • Renamed DatabaseTesterConnectionException to FailedDatabaseConnection

Database Timeout Fixed

16 Oct 19:47
6afe024

Choose a tag to compare

Pre-release

Fixed

  • Database connections don't timeout after two seconds @darrencomeau