Skip to content

Releases: pyathena-dev/PyAthena

v1.3.0

Choose a tag to compare

@laughingman7743 laughingman7743 released this 21 Jul 13:17
  • Fix the context manager to return a connection object instead of a cursor object.
    Thanks @spicy-jmr. (/issues/41)

v1.2.5

Choose a tag to compare

@laughingman7743 laughingman7743 released this 31 May 05:18

v1.2.4

Choose a tag to compare

@laughingman7743 laughingman7743 released this 22 May 06:39
  • Fix regular expression of DataCatalogException

v1.2.3

Choose a tag to compare

@laughingman7743 laughingman7743 released this 21 Apr 14:00

v1.2.2

Choose a tag to compare

@laughingman7743 laughingman7743 released this 26 Feb 14:23
  • 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

Choose a tag to compare

@laughingman7743 laughingman7743 released this 10 Feb 11:05
  • Fix retry condition of get_columns method.
  • Add more types to type conversion.
    • FLOAT
    • REAL
    • CHAR

v1.2.0

Choose a tag to compare

@laughingman7743 laughingman7743 released this 24 Sep 06:07
  • 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

Choose a tag to compare

@laughingman7743 laughingman7743 released this 29 Jul 02:54
  • Change the behavior of the default formatter.
    Escaping is required only for the query with parameter containing % character.

v1.0.3

Choose a tag to compare

@laughingman7743 laughingman7743 released this 07 Jul 22:10
  • Add support for formatting long type.

v1.0.2

Choose a tag to compare

@laughingman7743 laughingman7743 released this 04 Jun 07:20
  • Add output location.
  • Fix retry predicate condition.