Tortuga Chain v2.2 Release Notes

Release Date: 2019-10-13 // over 4 years ago
    • ๐Ÿ‘ #120 Add support for length, precision, and scale for columns in PostgreSQL
    • ๐Ÿ“‡ #127 Add indexes to SQL Server's Metadata Drydock SQL Server
    • ๐Ÿ“‡ #128 Add indexes to PostgreSQL's Metadata
    • ๐Ÿ“‡ #129 Add indexes to SQLite's Metadata
    • ๐Ÿ“‡ #130 Add indexes to Access's Metadata Access Drydock
    • ๐Ÿ—„ #251 License URL deprecation
    • ๐Ÿ— #259 Upsert, matching on an alternate key Command Builders
    • ๐Ÿ“‡ #264 DatabaseMetadata.GetTableOrView throws an exception if the table is missing Metadata
    • ๐Ÿ“‡ #266 SQLIte Data types Metadata SQLite
    • ๐Ÿ“‡ #272 Add indexes for MySQL Drydock Metadata MySQL
    • 0๏ธโƒฃ #274 Enable Foreign Keys in SQLite by default

    ๐Ÿ’ฅ Breaking Change

    • Now requires .NET 4.6.1 or higher. Previously 4.6 was permitted, but that was not compatible with code analysis tools. (Also, no one should be on 4.6 anymore.)