File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -34,8 +34,8 @@ open System.Runtime.InteropServices
3434// You can specify all the values or you can default the Build and Revision Numbers
3535// by using the '*' as shown below:
3636// [<assembly: AssemblyVersion("1.0.*")>]
37- [<assembly: AssemblyVersion( " 0.7.0 .*" ) >]
38- [<assembly: AssemblyFileVersion( " 0.7.0 .*" ) >]
37+ [<assembly: AssemblyVersion( " 0.7.1 .*" ) >]
38+ [<assembly: AssemblyFileVersion( " 0.7.1 .*" ) >]
3939
4040#if ! DEBUG
4141[<assembly: AssemblyKeyFile( " ../../../robert.peele.snk" ) >]
Original file line number Diff line number Diff line change 1111 <requireLicenseAcceptance >false</requireLicenseAcceptance >
1212 <description >$description$</description >
1313 <releaseNotes >
14- Fix MANY(...) navigation properties failing on left joins with no children.
15- Fix missing warning for ambiguous column names created by wildcard expansion (select *).
16- Fix typechecker errors encountered in migration files not including the filename in the exception message.
17- Fix batching commands running over the 2100 parameter limit on SQL server.
18- Disallow joins without explicit ON clauses (can still use ON TRUE).
14+ Fix "SELECT ... LIMIT x" not wrapping the TOP expression in parentheses in T-SQL backend.
1915 </releaseNotes >
2016 <copyright >Copyright Robert Peele 2017</copyright >
2117 <tags >rezoom sql data sqlite tsql sqlserver fsharp typeprovider</tags >
You can’t perform that action at this time.
0 commit comments