Skip to content

Latest commit

 

History

History
102 lines (66 loc) · 3.35 KB

CHANGELOG.md

File metadata and controls

102 lines (66 loc) · 3.35 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Added

Changed

Deprecated

Removed

Fixed

Security

[1.0.0-beta] - 2018-10-16

Added

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

Fixed

  • License link in README file

[0.10.0-alpha] - 2018-10-13

Added

Removed

[0.9.0-alpha] - 2018-10 -12

Changed

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

[0.8.0-alpha] - 2018-10-11

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

[0.7.2-alpha] - 2018-10-10

Fixed

  • InsertData method can insert null values into columns @darrencomeau

[0.7.1-alpha] - 2018-10-09

Fixed

  • InsertData method can insert null values into columns @darrencomeau

[0.7.0-alpha] - 2018-10

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

[0.6.1-alpha] - 2018-10-07

Fixed

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

[0.6.0-alpha] - 2018-10-03

Added

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

Changed

  • Renamed DatabaseTesterConnectionException to FailedDatabaseConnection

[0.5.1-alpha] - 2018-10-01

Fixed

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

[0.5.0-alpha] - 2018-09-29

Added

  • MsSqlDatabaseTester concrete implementation for DatabaseTester @darrencomeau

Changed

[0.4.0-alpha] - 2018-09-28

Added

[0.3.0.1-alpha] - 2018-09

Added

  • README.md file

[0.3.0-alpha] - 2018-09

[0.2.0.1-alpha] - 2018-09

[0.2.0-alpha] - 2018-09

[0.1.0.7-alpha] - 2018-09