| AArch64 | |
| ppc64le | |
| s390x | |
| x86-64 |
- version update to 0.5.4
* Add ``min_col_len`` and ``col_len_multiplier`` options to
:meth:`.Table.to_sql` to control the length of text columns.
* agate-sql is now tested against Python 3.7.
* Drop support for Python 3.3 (end-of-life was September 29, 2017).
* Add support for CrateDB.
* Set type to ``BIT`` for boolean (MS SQL).
* Eliminate SQLite warning about Decimal numbers.
- added patches
we do not have crate dialect
+ python-agate-sql-no-crate.patch
- Update to version 0.5.3 * Add chunk_size option to :meth:`.Table.to_sql` to write rows in batches. * Add unique_constraint option to :meth:`.Table.to_sql` to include in a UNIQUE constraint. * Specify precision and scale for DECIMAL (MS SQL, MySQL, Oracle). * Set length of VARCHAR to 1 even if maximum length is 0 (MySQL). * Set type to TEXT if maximum length is greater than 21,844 (MySQL). - Use license tag
- initial version
- Update to 0.5.6: - Fix test that fails in specific environments.
- Switch off the failing test_to_sql_create_statement_with_schema test (gh#wireservice/agate-sql#33, bsc#1181270).
- update to 0.5.5 * Set type to DATETIME for datetime (MS SQL). * Drop support for Python 2.7 (EOL 2020-01-01), 3.4 (2019-03-18), 3.5 (2020-09-13).
- Switch from using nosetest runner to pytest