summaryrefslogtreecommitdiff
path: root/databases/py-python-sql/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2020-01-18all: migrate several HOMEPAGEs to httpsrillig1-2/+2
pkglint --only "https instead of http" -r -F With manual adjustments afterwards since pkglint 19.4.4 fixed a few indentations in unrelated lines. This mainly affects projects hosted at SourceForce, as well as freedesktop.org, CTAN and GNU.
2017-09-18py-python-sql: update to 0.9adam1-2/+2
Version 0.9: * Add distinct_on on Select * Allow to use Select as Column of Select query * Support Select without from clause Version 0.8: * Add DISTINCT qualifier to aggregate expressions * Allow to order on select queries * Add NULL ordering * Use UPPER to simulate missing ILIKE * Add CURRENT_DATE function * Fix DateTrunc function name * Add no_boolean Flavor * Add converter format2numeric * Add rownum limit style * Add no_as Flavor
2017-09-16Reset maintainerwiz1-2/+2
2017-09-04Update some URLs.wiz1-2/+2
2016-06-08Switch to MASTER_SITES_PYPI.wiz1-2/+2
2015-06-26Version 0.7 - 2015-05-19rodent1-2/+2
* Fix WINDOW and HAVING params order in Select * Add window functions * Add filter and within group to aggregate * Add limitstyle with 'offset' and 'limit' * Add Lateral
2015-04-01Version 0.6 - 2015-02-05rodent1-2/+2
* Fix Delete query under multithread * Add missing quote for with query name Version 0.5 - 2015-01-29 * Add schema * Add Common Table Expression * Escape Mod operator '%' with format paramstyle * Deprecate Interesect in favor of Intersect * Add Values
2014-12-31Improve EGG_NAME default to work for packages with '-' in their name.wiz1-2/+1
Remove now unnecessary overrides in various packages.
2014-08-07Version 0.4 - 2014-08-03rodent1-2/+2
* Fix Mapping in Trim function * Add __truediv__ alias of __div__ for Python3 * Fix For tables setter when tables is not a list * Allow to add Table to existing From list * Fix Select with for_ clause * Add Null alias for None * Add missing format of operand in Unary operator
2014-02-01Remove FETCH_USING, because that's handled with magick now.rodent1-2/+1
2014-02-01Updated to latest release, 0.3. Remove setting WRKSRC. Fix HOMEPAGE.rodent1-8/+7
Use pypi for MASTER_SITES. From CHANGELOG: Version 0.3 - 2014-01-31 * Add returning to Update * Add missing params for returning * Add columns definitions to Function * Fix AtTimeZone mapping
2014-01-30Import py27-python-sql-0.2 as databases/py-python-sql.rodent1-0/+22
python-sql is a library to write SQL queries in a pythonic way.