Skip to content

0.2.5

Compare
Choose a tag to compare
@wangxiaoying wangxiaoying released this 29 Mar 05:33
· 649 commits to main since this release

ConnectorX

Features

  • Build wheel for m1 machine through cross compile #238
  • Support client authentication on postgres #222
  • Expose partition_sql and get_meta for Python API
  • Parse connection url's scheme as the substring before '+', to compatible with possible sqlalchemy user's input

Bug Fix

  • Sqlite windows path error #245
  • Oracle convert Number(0,0) to float for round(x, y) #227