All Versions
161
Latest Version
Avg Release Cycle
33 days
Latest Release
-

Changelog History
Page 9

  • v1.1.6 Changes

    • ๐Ÿ“œ String to datetime parsing with DateTime.Parse in SQL will convert the types if ok for db.
  • v1.1.5 Changes

    • ๐Ÿ›  Fixed (sortBy desc + skip + take) combination #432
  • v1.1.4 Changes

    • ConnectionStringName when not running from application folder #428
    • ๐Ÿ‘ sortBy Key support to groupBy #429
  • v1.1.3 Changes

    • ๐Ÿ›  Fix for issue when Oracle a sproc returns a cursor with an actual type
    • ๐Ÿ‘ FSharp.Data.Sql.Common.QueryEvents.SqlQueryEvent has now better structure
    • ๐Ÿ‘ Async stored procedure execution support (InvokeAsync)
    • ๐Ÿ‘ PostgreSQL 3.2 support (when System.Threading.Tasks.Extensions.dll near)
  • v1.1.2 Changes

    • Mysql: more efficient schema queries, PR #415
    • Firebird: Stored Procedures, PR #414
  • v1.1.1 Changes

    • ๐Ÿ‘Œ Support for Mono 5 #413
  • v1.1.0 Changes

    • ๐Ÿ‘Œ Support for Firebird SQL Server
  • v1.0.57 Changes

    • Sort-by casts to IComparable fix #407
    • Oracle Length and Trim fix #408
    • Column <> null fix
  • v1.0.55 Changes

    • ๐Ÿ‘Œ Support canonical functions: Convert some basic .NET-functions to SQL.
    • ๐Ÿ‘Œ Support delete from -query to delete many items with a single clause.
  • v1.0.54 Changes

    • Oracle connection leak fix #397