Skip to content

Releases: bruce-dunwiddie/tsql-parser

TSQL.Parser v1.2.4

16 Nov 01:52
bc53a72
Compare
Choose a tag to compare

Contains both .Net Framework 4.0 compatible build and .Net Standard 2.0 compatible build for .Net Core 2.0.

https://www.nuget.org/packages/TSQL.Parser/1.2.4

TSQL.Parser v1.2.3

21 Sep 03:41
daf3f50
Compare
Choose a tag to compare

Signed the assemblies.

Contains both .Net Framework 4.0 compatible build and .Net Standard 2.0 compatible build for .Net Core 2.0.

https://www.nuget.org/packages/TSQL.Parser/1.2.3

TSQL.Parser v1.2.2

16 Sep 06:24
f62ea1e
Compare
Choose a tag to compare

Contains both .Net Framework 4.0 compatible build and .Net Standard 2.0 compatible build for .Net Core 2.0.

https://www.nuget.org/packages/TSQL.Parser/1.2.2

TSQL.Parser v1.1.2

04 Jul 00:53
a8eeba7
Compare
Choose a tag to compare

Small bug fix release:

(ROW_NUMBER() in SELECT not properly parsed)
#7

https://www.nuget.org/packages/TSQL.Parser/1.1.2

TSQL.Parser v1.1.1

13 Jan 22:19
Compare
Choose a tag to compare

Small bug fix release:

(First token not included in tokens collection when parsing statements)
#3

(fixing random copy/paste bug on Type for TSQLSystemIdentifier)
96f1d29

(added OPTION clause parsing on SELECT statement)
6da7b51

https://www.nuget.org/packages/TSQL.Parser/1.1.1

TSQL.Parser v1.1

11 Jul 15:05
Compare
Choose a tag to compare

Stable version with clean API supporting tokenizing of T-SQL strings and higher level select statement parsing. Also available from NuGet (https://www.nuget.org/packages/TSQL.Parser/1.1.0).