* Fix retry condition of get_columns method. * Add more types to type conversion. * FLOAT * REAL * CHAR
1.2.0
* Implement AsynchronousCursor. * Add retry processing to get_columns method of SQLAlchemy. * Add more query execution information to the cursor object. * Query * State * StateChangeReason
1.1.0
* Change the behavior of the default formatter. Escaping is required only for the query with parameter containing `%` character.
* Fix cursor not to skip the first row when listing partitions. * Add query execution statistics. * Wrap all API exceptions in DB API exceptions. * Implement API call retry processing. * Drop support for PY26.