- Add tests for failure
- Add psql native functions 'point' and 'polygon'
- Feature: accept custom udf names for query processing
- Fix adql translation for 'contains' and 'intersects'
major overhaul for ADQL 2.1 recommendation 2023-12-15
- COOSYS is not required for the geometry constructors anymore, since it's deprecated
- the geometry constructors return the correct datatype (double precision[]) and correct units (degrees)
- droped the maintenance/support for the translation from ADQL to MySQL.
- bumped the version of
antlr4-python3-runtimeto 4.13.1 - fixed
BOXconstructor, although it's deprecated in ADQL 2.1 - fixed
CONTAINSfor the case0=CONTAINS() - fixed
INTERSECTSfor the case0=INTERSECTS() - new requirements for the
pg_sphereextension (pg_sphere) - removed not supported optional ADQL functions, such as
CENTROID,REGION, etc. - replaced
setup.pybypyproject.tomlsincepython setup.py installis deprecated
- fixed the
ORDER BYclause for the dot-separated column references
- bump the version of
antlr4-python3-runtimeto 4.11.1 - added support for two custom functions -
gaia_healpix_index,pdist - added support for
DISTINCT ON, Issue#11 - added the
ILIKEoperator - fix installation of requirements.txt (e.g., the required version of antlr4-python3-runtime was overwritten by the most current one)