Releases: TylerBrinks/SqlParser-cs
Releases Β· TylerBrinks/SqlParser-cs
v0.5.7
Full Changelog: v0.5.6...v0.5.7
v0.5.6
Full Changelog: v0.5.5...v0.5.6
v0.5.5
Full Changelog: v0.5.4...v0.5.5
v0.5.4
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
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
- @julescmay made their first contribution in #32
Full Changelog: v0.5.1...v0.5.3
v0.5.1
Full Changelog: v0.5.0...v0.5.1
v0.5.0
What's Changed
- avoid some alloc in EscapeEscapedString by @SimonCropp in #24
- use char based write where possible by @SimonCropp in #25
- use generic Enum.GetNames by @SimonCropp in #26
- avoid a ToArray on an array in TokenizeNumber by @SimonCropp in #28
- avoid unnecessary array alloc in GetVisitableChildProperties by @SimonCropp in #27
- fix incorrect as usages by @SimonCropp in #29
- remove GC.SuppressFinalize from DepthScope by @SimonCropp in #23
New Contributors
- @SimonCropp made their first contribution in #24
Full Changelog: v0.3.2...v0.5.0
v0.3.2
Full Changelog: v0.3.1...v0.3.2
v0.3.1
Full Changelog: v0.3.0...v0.3.1
v0.3.0
Full Changelog: v0.2.3...v0.3.0