Skip to content

Releases: Zaid-Ajaj/Npgsql.FSharp.Analyzer

v3.26.0

06 May 12:23
Compare
Choose a tag to compare
  • Improvements to the parser thanks tp #31
  • Updates the FSharp.Analyzer.SDK to latest 0.8.0 and updates compiler services to latest of 39.0.0
  • Report connection errors for the Visual Studio extension when

v3.25.0

25 Apr 23:58
Compare
Choose a tag to compare
  • Improvements to the parser to handle table alias, subqueries in SELECT statements and identifying reserved keywords

v3.24.0

08 Apr 22:39
Compare
Choose a tag to compare
  • Fixes #27 and other problems with respect to dynamically applied parameters

v3.23.0

26 Mar 08:51
Compare
Choose a tag to compare
  • Fixes a parser issue that didn't pick on explicitly typed functions

v3.22.1

09 Feb 09:35
959f00c
Compare
Choose a tag to compare
  • Allow analyzer to continue working when it encounters enum types (#25)

v3.22

08 Dec 14:47
ad927a4
Compare
Choose a tag to compare
  • Detect queries within sequential expressions or statements

v3.21

08 Dec 10:07
2d384f7
Compare
Choose a tag to compare
  • Detect queries within lambda expressions wrapped in single case unions

v3.20.0

08 Dec 06:35
Compare
Choose a tag to compare
  • Correctly retain column non-nullability in SELECT queries when casted or aliased to another type

v3.18

06 Dec 09:42
Compare
Choose a tag to compare
  • Detect queries inside lambda expressions, fixes #12

v3.17

06 Dec 00:45
Compare
Choose a tag to compare
  • Support analyzing correct usage of datetimeOffset and datetimeOffsetOrNone when reading columns of type timestamptz