diff options
| author | mef <mef@pkgsrc.org> | 2021-12-05 12:19:02 +0000 |
|---|---|---|
| committer | mef <mef@pkgsrc.org> | 2021-12-05 12:19:02 +0000 |
| commit | a48c8c337bc9f7aad2dd7d0425b43d23742ab5b0 (patch) | |
| tree | 0b2bf0ef73097bb16e56793c28a56f2ec4c88035 /databases/py-python-sql/PLIST | |
| parent | 6bec617bd1830db024fbda45e0021b20a0a4b35d (diff) | |
| download | pkgsrc-a48c8c337bc9f7aad2dd7d0425b43d23742ab5b0.tar.gz | |
(databases/py-python-sql) Updated 0.9 to 1.3.0 (build fix)
Version 1.3.0 - 2021-09-14
* Add GROUPS frame to Window
* Add exclude to Window
* Add method for each type of join
* Remove support for Python older than 3.5
* Support Select queries in conditionals and functions
Version 1.2.2 - 2021-05-16
* Escape table and column names containing double quote
* Use alias on the main table used in UPDATE and INSERT
* Add support for Python 3.9
Version 1.2.1 - 2020-10-08
* Fix AttributeError in Select.params with windows
Version 1.2.0 - 2020-10-05
* Add explicit Windows to Select
* Fix missing Windows definitions in nested expressions
Version 1.1.0 - 2020-01-25
* Add ORDER BY clause to aggregate functions
* Add support for Python 3.8
* Add distinct on Select
Version 1.0.0 - 2018-09-30
* Add Flavor filter_ to fallback to case expression
* Allow to use expression in AtTimeZone
* Fix Select query in returning
* Add comparison predicates
* Add COLLATE
kVS: ----------------------------------------------------------------------
Diffstat (limited to 'databases/py-python-sql/PLIST')
| -rw-r--r-- | databases/py-python-sql/PLIST | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/databases/py-python-sql/PLIST b/databases/py-python-sql/PLIST index 3622725c707..be7bfb8e58a 100644 --- a/databases/py-python-sql/PLIST +++ b/databases/py-python-sql/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2015/06/26 16:13:51 rodent Exp $ +@comment $NetBSD: PLIST,v 1.4 2021/12/05 12:19:02 mef Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt @@ -33,6 +33,9 @@ ${PYSITELIB}/sql/tests/test_as.pyo ${PYSITELIB}/sql/tests/test_cast.py ${PYSITELIB}/sql/tests/test_cast.pyc ${PYSITELIB}/sql/tests/test_cast.pyo +${PYSITELIB}/sql/tests/test_collate.py +${PYSITELIB}/sql/tests/test_collate.pyc +${PYSITELIB}/sql/tests/test_collate.pyo ${PYSITELIB}/sql/tests/test_column.py ${PYSITELIB}/sql/tests/test_column.pyc ${PYSITELIB}/sql/tests/test_column.pyo |
