Releases: Sibyx/duckql-python
Releases · Sibyx/duckql-python
0.8.1
15 Oct 11:04
Compare
Sorry, something went wrong.
No results found
Fix : Use --> operator in JSON lookup chaining in nested objects
0.8.0
14 Oct 13:58
Compare
Sorry, something went wrong.
No results found
Feature : Nested JSON fields
0.7.2
28 Aug 10:06
Compare
Sorry, something went wrong.
No results found
Fix : Use ->> operator in JSON lookup instead of -> (cast result as text)
0.7.1
27 Aug 20:51
Compare
Sorry, something went wrong.
No results found
Fix : Use quotes in JSON column type keys in Property
0.7.0
27 Aug 19:53
Compare
Sorry, something went wrong.
No results found
Feature : Now is possible to pass Distinct to Count to have COUNT(DISTINCT property) syntax in pSQL
Tests : Test for JSON column type in
0.6.1
04 Aug 08:00
Compare
Sorry, something went wrong.
No results found
Fix : Use native typing.Literal if possible (Python 3.8 compatibility fix)
0.6.0
23 Jul 13:55
Compare
Sorry, something went wrong.
No results found
Feature : lower function introduced
Feature : upper function introduced
Feature : pSQL initcap function introduced
0.5.0
22 Jul 08:07
Compare
Sorry, something went wrong.
No results found
Feature : QueryFactory supporting json, msgpack and bson
Feature : pSQL unaccent function introduced
0.4.0
12 Jun 16:10
Compare
Sorry, something went wrong.
No results found
Feature : Extract.Unit.DAY introduced
Feature : CastOperator.DataType.REAL introduced
Feature : pSQL to_char function introduced
Feature : pSQL to_date function introduced
0.3.0
20 May 08:47
Compare
Sorry, something went wrong.
No results found
Feature : HAVING support
Feature : NOW() support
Fix : Comparision allows to have every BaseType as properties
Fix : Interval value is quoted now