SQLProvider v0.0.10-alpha Release Notes

    • ๐Ÿ›  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)