Skip to content

Releases: Sibyx/duckql-python

0.8.1

15 Oct 11:04
f0d2120

Choose a tag to compare

0.8.1 Pre-release
Pre-release
  • Fix: Use --> operator in JSON lookup chaining in nested objects

0.8.0

14 Oct 13:58
69eead6

Choose a tag to compare

0.8.0 Pre-release
Pre-release
  • Feature: Nested JSON fields

0.7.2

28 Aug 10:06
26496ae

Choose a tag to compare

0.7.2 Pre-release
Pre-release
  • Fix: Use ->> operator in JSON lookup instead of -> (cast result as text)

0.7.1

27 Aug 20:51
8285359

Choose a tag to compare

0.7.1 Pre-release
Pre-release
  • Fix: Use quotes in JSON column type keys in Property

0.7.0

27 Aug 19:53
1e0387c

Choose a tag to compare

0.7.0 Pre-release
Pre-release
  • 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
1871a18

Choose a tag to compare

0.6.1 Pre-release
Pre-release
  • Fix: Use native typing.Literal if possible (Python 3.8 compatibility fix)

0.6.0

23 Jul 13:55
b68965e

Choose a tag to compare

0.6.0 Pre-release
Pre-release
  • Feature: lower function introduced
  • Feature: upper function introduced
  • Feature: pSQL initcap function introduced

0.5.0

22 Jul 08:07
480635f

Choose a tag to compare

0.5.0 Pre-release
Pre-release
  • Feature: QueryFactory supporting json, msgpack and bson
  • Feature: pSQL unaccent function introduced

0.4.0

12 Jun 16:10
dffa644

Choose a tag to compare

0.4.0 Pre-release
Pre-release
  • 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
3f505cc

Choose a tag to compare

0.3.0 Pre-release
Pre-release
  • Feature: HAVING support
  • Feature: NOW() support
  • Fix: Comparision allows to have every BaseType as properties
  • Fix: Interval value is quoted now