Skip to content

0.3.0

Choose a tag to compare

@nils-braun nils-braun released this 21 Jan 21:08
· 546 commits to main since this release

Features

  • Allow for an sqlalchemy and a hive cursor input (#90)
  • Allow to register the same function with multiple parameter combinations (#93)
  • Additional datetime functions (#91)
  • Server and CMD CLI script (#94)
  • Split the SQL documentation in subpages and add a lot more documentation (#107)
  • DROP TABLE and IF NOT EXISTS/REPLACE (#98)
  • SQL Machine Learning Syntax (#108)
  • ANALYZE TABLE (#105)
  • Random sample operators (#115)
  • Read from Intake Catalogs (#113)
  • Adding fugue integration and tests (#116) and fsql (#118)

Bugfixes

  • Keep casing also with unquoted identifiers. (#88)
  • Scalar where clauses (#89)
  • Check for the correct java path on Windows (#86)
  • Remove # pragma once where it is not needed anymore (#92)
  • Refactor the hive input handling (#95)
  • Limit pandas version (#100)
  • Handle the case of the java version is undefined correctly (#101)
  • Add datetime[ns, UTC] as understood type (#103)
  • Make sure to treat integers as integers (#109)
  • On ORDER BY queries, show the column names of the SELECT query (#110)
  • Always refer to a function with the name given by the user (#111)
  • Do not fail on empty SQL commands (#114)
  • Fix the random sample test (#117)