Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
4.3.1 source code.tar.gz | 2025-07-22 | 206.2 kB | |
4.3.1 source code.zip | 2025-07-22 | 398.3 kB | |
README.md | 2025-07-22 | 999 Bytes | |
Totals: 3 Items | 605.5 kB | 2 |
Release Notes for 4.3.1
4.3.1
- Total issues resolved: 0
- Total pull requests resolved: 5
- Total contributors: 5
Bug,SQLite,Schema Introspection
- 7050: Fix case sensitivity in SQLite column types thanks to @27pchrisl
Bug,Oracle
- 7043: Quote Oracle user password thanks to @morozov
Bug,PostgreSQL,Schema Management
- 7035: Avoid useless extra query in Psql thanks to @VincentLanglet
Bug,Schema Introspection
- 7028: Fix length type in
MySQLSchemaManager
withATTR_STRINGIFY_FETCHES
enabled thanks to @keulinho
Bug,MariaDB,Schema Introspection
- 7025: Quote MySQL constraint names for foreign keys thanks to @grooverdan