Skip to content

Releases: laughingman7743/PyAthena

v1.2.3

21 Apr 14:00
Compare
Choose a tag to compare

v1.2.2

26 Feb 14:23
Compare
Choose a tag to compare
  • Add test of get_columns method retry condition.
  • Remove duplicate null or empty check.
  • Fix install requires.
    • futures;python_version<="2.7"

v1.2.1

10 Feb 11:05
Compare
Choose a tag to compare
  • Fix retry condition of get_columns method.
  • Add more types to type conversion.
    • FLOAT
    • REAL
    • CHAR

v1.2.0

24 Sep 06:07
Compare
Choose a tag to compare
  • Implement AsynchronousCursor.
  • Add retry processing to get_columns method of SQLAlchemy.
  • Add more query execution information to the cursor object.
    • Query
    • State
    • StateChangeReason

v1.1.0

29 Jul 02:54
Compare
Choose a tag to compare
  • Change the behavior of the default formatter.
    Escaping is required only for the query with parameter containing % character.

v1.0.3

07 Jul 22:10
Compare
Choose a tag to compare
  • Add support for formatting long type.

v1.0.2

04 Jun 07:20
Compare
Choose a tag to compare
  • Add output location.
  • Fix retry predicate condition.

v1.0.1

28 May 10:31
Compare
Choose a tag to compare
  • 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.

v1.0.0

20 May 23:19
Compare
Choose a tag to compare
init commit