Skip to content

sqlutilpy v0.18.0

Compare
Choose a tag to compare
@segasai segasai released this 07 Jul 17:55
· 64 commits to master since this release
4b92865
  • Now you should be able to run sqlutilpy.get() and other commands without specifying any connection information if you have setup standard postgresql connection variables such as PGDATABASE, PGUSER, PGPORT etc

  • In previous release also some bugs were fixed in local_join where the connection wasnt' closed properly.