Releases: Zaid-Ajaj/Npgsql.FSharp.Analyzer
Releases · Zaid-Ajaj/Npgsql.FSharp.Analyzer
v3.26.0
- 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
- Improvements to the parser to handle table alias, subqueries in
SELECT
statements and identifying reserved keywords
v3.24.0
- Fixes #27 and other problems with respect to dynamically applied parameters
v3.23.0
- Fixes a parser issue that didn't pick on explicitly typed functions
v3.22.1
- Allow analyzer to continue working when it encounters enum types (#25)
v3.22
- Detect queries within sequential expressions or statements
v3.21
- Detect queries within lambda expressions wrapped in single case unions
v3.20.0
- Correctly retain column non-nullability in SELECT queries when casted or aliased to another type
v3.18
- Detect queries inside lambda expressions, fixes #12
v3.17
- Support analyzing correct usage of
datetimeOffset
and datetimeOffsetOrNone
when reading columns of type timestamptz