Skip to content

Releases: TylerBrinks/SqlParser-cs

v0.5.7

02 Nov 15:50
Compare
Choose a tag to compare

v0.5.6

02 Nov 13:33
Compare
Choose a tag to compare

Full Changelog: v0.5.5...v0.5.6

v0.5.5

11 Oct 19:28
Compare
Choose a tag to compare

Full Changelog: v0.5.4...v0.5.5

v0.5.4

17 Sep 23:14
Compare
Choose a tag to compare

What's Changed

  • Restore lost change by @julescmay in #41
  • Add support for index constraint added when altering a table (Postgres) by @sualitu in #38
  • Add ON CONFLICT xx clause to TableConstraint.Unique parsing by @julescmay in #39

New Contributors

Full Changelog: v0.5.3...v0.5.4

v0.5.3

13 Sep 03:58
Compare
Choose a tag to compare

What's Changed

  • Bugfix: Autoincrement parsing by @julescmay in #32
  • Bugfix: where dialect permits identifiers to be single-quoted, ColumDefinitions are properly recognised by @julescmay in #33
  • Read and store complex primary key definitions by @julescmay in #37
  • Correct handling for blank input by @julescmay in #36
  • Bugfix: SQLite doesn't need commas between adjacent table constraints by @julescmay in #34

New Contributors

Full Changelog: v0.5.1...v0.5.3

v0.5.1

23 Aug 19:33
Compare
Choose a tag to compare

Full Changelog: v0.5.0...v0.5.1

v0.5.0

22 Aug 17:10
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.2...v0.5.0

v0.3.2

12 Jun 13:22
Compare
Choose a tag to compare

Full Changelog: v0.3.1...v0.3.2

v0.3.1

28 May 20:08
Compare
Choose a tag to compare

Full Changelog: v0.3.0...v0.3.1

v0.3.0

16 Apr 14:04
Compare
Choose a tag to compare

Full Changelog: v0.2.3...v0.3.0