Skip to content

Latest commit

 

History

History
60 lines (41 loc) · 1.04 KB

CHANGELOG.md

File metadata and controls

60 lines (41 loc) · 1.04 KB

0.1.1b1

  • Attempt to support sqlalchemy 1.4+

0.1.0

  • Update DBAPI to QueryService

0.0.1b23

  • Add request settings to execution options

0.0.1b22

  • Get rid of logging queries in cursor

0.0.1b21

  • Add support of DROP INDEX statement

0.0.1b20

  • sqlalchemy's DATETIME type now rendered as YDB's Datetime instead of Timestamp

0.0.1b19

  • Do not use set for columns in index, use dict (preserve order)

0.0.1b18

  • Supprted scan query
  • Added use sqlalchemy cache query text internally

0.0.1b17

  • Fixed false cache hit

0.0.1b16

  • Added ydb_table_path_prefix parameter

0.0.1b15

  • Added support of timezone

0.0.1b14

  • Added secondary index support

0.0.1b13

  • Added declare for yql statement variables (opt in) - temporary flag

0.0.1b12

  • supported ydb connection credentials

0.0.1b11

  • test release

0.0.1b10

  • test release

0.0.1b9

  • test release

0.0.1b8

  • Improve publish script

0.0.1b6

  • Fixed import version

0.0.1b5

  • Initial version