File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
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.6.1 .*" ) >]
38- [<assembly: AssemblyFileVersion( " 0.6.1 .*" ) >]
37+ [<assembly: AssemblyVersion( " 0.6.2 .*" ) >]
38+ [<assembly: AssemblyFileVersion( " 0.6.2 .*" ) >]
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- Use PRAGMA foreign_keys=ON for all SQLite connections.
14+ Fix `IN @param` with empty array as runtime argument failing on T-SQL and Postgres.
15+ Add `unsafe_inject_raw(@param)` function to let you stick raw SQL into a query at runtime.
16+ Add module for building dynamic SQL commands (materialized to user-specified record types, dapper-esque).
1517 </releaseNotes >
1618 <copyright >Copyright Robert Peele 2017</copyright >
1719 <tags >rezoom sql data sqlite tsql sqlserver fsharp typeprovider</tags >
You can’t perform that action at this time.
0 commit comments