- Feb 16, 2022
-
-
Thomas Goirand authored
-
Thomas Goirand authored
-
Thomas Goirand authored
-
- Dec 29, 2021
-
-
Konsta Vesterinen authored
Closes #571
-
- Dec 21, 2021
-
-
Konsta Vesterinen authored
-
Konsta Vesterinen authored
Closes #567
-
Konsta Vesterinen authored
Instead of CompositeArray one should use ARRAY(dimensions=1)
-
- Dec 05, 2021
-
-
Konsta Vesterinen authored
-
Konsta Vesterinen authored
Make ChoiceType only convert lists to tuples
-
Konsta Vesterinen authored
-
- Oct 19, 2021
-
-
Konsta Vesterinen authored
-
quoimec authored
-
Everett Toews authored
-
Tero Vuotila authored
3x performance boost
-
- Oct 14, 2021
-
-
Anatoli Babenia authored
It is Python 2 only and requires `2to3`, which is not supported by setuptools anymore. https://setuptools.pypa.io/en/latest/history.html#v58-0-0
-
- Oct 06, 2021
-
-
Thomas Goirand authored
-
Thomas Goirand authored
-
Thomas Goirand authored
-
- Oct 05, 2021
-
-
Jamie Bliss authored
Update python version list to match tox
-
Daniel Vaz Gaspar authored
-
- Sep 29, 2021
-
-
Thomas Goirand authored
-
- Aug 24, 2021
-
-
Thomas Goirand authored
-
Thomas Goirand authored
-
Thomas Goirand authored
-
- Jun 28, 2021
-
-
Konsta Vesterinen authored
-
Konsta Vesterinen authored
-
Huon Wilson authored
This adds support for using the standard library's 'zoneinfo' module as a backend for the TimezoneType. This module is available on Python 3.9+. For older versions, the backports.zoneinfo module (https://github.com/pganssle/zoneinfo) is automatically used, and is thus required on these versions.
-
- Jun 15, 2021
-
-
Konsta Vesterinen authored
-
Konsta Vesterinen authored
Add identifier quoting for view constructs and functions.
-
- Jun 02, 2021
-
-
Konsta Vesterinen authored
-
Konsta Vesterinen authored
-
- May 31, 2021
-
-
Konsta Vesterinen authored
-
Steven James authored
* add unit test for constructor kwargs overriding defaults using setter functions * instant_defaults_listener should keep the constructor-supplied kwargs at the end of the ordered dict, in case setter funcs are used to override standard column defaults formatting for flake8 * no longer need to check this, as the kwargs values get restored from original Co-authored-by: Steven James <sjames@jacksonfurnind.com>
-
- May 21, 2021
-
-
Konsta Vesterinen authored
-
slymit authored
* Fix incorrect behavior of Ltree.lca * Added test case
-
- May 16, 2021
-
-
Chris Strange authored
Changed the kw dict in the Creation section to use the correct column name for 'amount'
-
Vlastimil Zíma authored
-
Konsta Vesterinen authored
-
Chris Hemmings authored
-
Konsta Vesterinen authored
* simplify imports * feat: add cache_ok=True for all custom types Closes #527 Closes #524
-