Skip to content

Releases: Zaid-Ajaj/Npgsql.FSharp.Analyzer

v3.16

06 Dec 00:09
Compare
Choose a tag to compare
  • Support analyzing top level do expressions

v3.15

15 Sep 07:15
Compare
Choose a tag to compare

2020-09-15

  • Analyze transaction parameter sets
  • Allow for literal queries on transactions

v3.14.0

07 Sep 22:04
Compare
Choose a tag to compare

2020-09-07

  • Analyze transaction queries (only querier, analyzing their associated parameters will come later)

v3.13.0

04 Sep 17:16
Compare
Choose a tag to compare

2020-09-04

  • The ability to suppress warning messages generated by the analyzer using Sql.skipAnalysis

v3.12.1

31 Aug 17:56
Compare
Choose a tag to compare

3.12.1 - 2020-08-31

  • Remove NpgsqlFSharpAnalyzer.Core nuget package reference from the analyzer

Added parameter nullability inference

29 Aug 21:58
Compare
Choose a tag to compare

3.12.0 - 2020-08-29

  • Parameter nullability inference for parsable queries
  • Detecting the missing columns which are required for INSERT queries
  • Better error messages when reading from a result set which doesn't return any columns

Support for arrays

18 Aug 20:39
Compare
Choose a tag to compare
  • Better error messages when showing the possible functions to use.
  • Warning when using Sql.execute and the query doesn't return a result set
  • Support for text int and uuid arrays both when reading columns and writing parameters

Visual Studio Support

17 Aug 20:02
dbe65f0
Compare
Choose a tag to compare

Initial Visual Studio Support