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

Changelog History
Page 15

  • v1.0.0 Changes

    • CRUD in Access (PR #211)
    • ๐Ÿ‘ Better error handling (PR #233)
    • ๐Ÿ‘ Better thread synchronisation (PR #222)
    • ๐Ÿ›  General bug fixes
    • ๐Ÿš€ V1 release
  • v0.0.11 Changes

    • Type provider generates nicer table names, relationships and sprocs
    • โž• Added static parameter to control case senstivity when generating queries (PR #143)
    • ๐Ÿ›  Fixed relative paths for SQL lite
    • ๐Ÿ›  Fixed differences in path between mono and .net for sql lite
    • โž• Added ability to use a connection string referenced in app or web config
    • Stored procedures are now lazily generated
    • ๐Ÿ‘Œ Improved Postgre Type mappings (PR #127)
    • ๐Ÿ“š Documentation improvements (PR #137, PR #148, PR #150)
    • ๐Ÿ›  Fixes a regression that prevented UPPER on SqlServer (PR #149)
    • ๐Ÿ›  Fixes for the LINQ expression converter (PR #131)
  • v0.0.11-alpha Changes

    • Type provider generates nicer table names, relationships and sprocs
    • โž• Added static parameter to control case senstivity when generating queries (PR #143)
    • ๐Ÿ›  Fixed relative paths for SQL lite
    • ๐Ÿ›  Fixed differences in path between mono and .net for sql lite
    • โž• Added ability to use a connection string referenced in app or web config
    • Stored procedures are now lazily generated
    • ๐Ÿ‘Œ Improved Postgre Type mappings (PR #127)
    • ๐Ÿ“š Documentation improvements (PR #137, PR #148, PR #150)
    • ๐Ÿ›  Fixes a regression that prevented UPPER on SqlServer (PR #149)
    • ๐Ÿ›  Fixes for the LINQ expression converter (PR #131)
  • v0.0.10 Changes

    • ๐Ÿ›  Fixed a regression when building oracle relationships (PR # 126)
    • ๐Ÿ›  Fixes Postgres Type mapping issues (PR #117)
    • ๐Ÿ›  Fixes command already disposed exception (PR #124)
    • ๐Ÿ›  Fixes type mapping issues in Access provider (PR #122)
    • ๐Ÿ›  Fixes issues with optional tyepd properties (Issue #119, PR #116)
    • โœ… Converted project to use paket and latest project scaffold. (PR #113)
    • โž• Added a function to retrieve the primary key for the table. (PR #105)
    • ๐Ÿ›  Fix for SQLite not releasing DB file (Issue #99, PR #100)
    • ๐Ÿ‘Œ Support for stored procedures on DB's that support them (PR #83)
    • ๐Ÿ‘Œ Support for SQLite on Mono (PR #81)
  • v0.0.10-alpha Changes

    • ๐Ÿ›  Fixed a regression when building oracle relationships (PR # 126)
    • ๐Ÿ›  Fixes Postgres Type mapping issues (PR #117)
    • ๐Ÿ›  Fixes command already disposed exception (PR #124)
    • ๐Ÿ›  Fixes type mapping issues in Access provider (PR #122)
    • ๐Ÿ›  Fixes issues with optional tyepd properties (Issue #119, PR #116)
    • โœ… Converted project to use paket and latest project scaffold. (PR #113)
    • โž• Added a function to retrieve the primary key for the table. (PR #105)
    • ๐Ÿ›  Fix for SQLite not releasing DB file (Issue #99, PR #100)
    • ๐Ÿ‘Œ Support for stored procedures on DB's that support them (PR #83)
    • ๐Ÿ‘Œ Support for SQLite on Mono (PR #81)
  • v0.0.9 Changes

    • ๐Ÿ›  Fixing a bug with writing tinyints in SQL Server
    • ๐Ÿ›  Fixes to MySQL array parameters
    • You can now use any sequence with the in and not in operators, as opposed to just new array expressions
    • ๐Ÿ›  Fix in PostgreSQL to allow the creation of entities with no set properties
  • v0.0.9-alpha Changes

    • ๐Ÿ›  Fixing a bug with writing tinyints in SQL Server
    • ๐Ÿ›  Fixes to MySQL array parameters
    • You can now use any sequence with the in and not in operators, as opposed to just new array expressions
    • ๐Ÿ›  Fix in PostgreSQL to allow the creation of entities with no set properties
  • v0.0.8 Changes

    • ๐Ÿ›  Fixes an important bug that was causing all columns to be selected
  • v0.0.8-alpha Changes

    • ๐Ÿ›  Fixes an important bug that was causing all columns to be selected
  • v0.0.7 Changes

    • ๐Ÿ‘ ODBC support added
    • CRUD operations added
    • ๐Ÿ›  Tons of fixes and tweaks