Changelog for
python2-agate-sql-0.5.3-7.1.noarch.rpm :
Wed May 9 14:00:00 2018 toddrme2178AATTgmail.com
- 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
Fri Oct 20 14:00:00 2017 toddrme2178AATTgmail.com
- initial version