Commit graph

7 commits

Author SHA1 Message Date
rodent
0e3b6dbebf Version 0.7 - 2015-05-19
* 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-06-26 16:13:51 +00:00
rodent
1b8cfad687 Version 0.6 - 2015-02-05
* 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
2015-04-01 02:19:17 +00:00
wiz
3ec156f142 Improve EGG_NAME default to work for packages with '-' in their name.
Remove now unnecessary overrides in various packages.
2014-12-31 13:57:25 +00:00
rodent
0a529e17fd Version 0.4 - 2014-08-03
* 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-08-07 01:15:25 +00:00
rodent
e92cdafc30 Remove FETCH_USING, because that's handled with magick now. 2014-02-01 17:19:07 +00:00
rodent
ba174a86eb Updated to latest release, 0.3. Remove setting WRKSRC. Fix HOMEPAGE.
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-02-01 14:10:47 +00:00
rodent
238cb7c48a Import py27-python-sql-0.2 as databases/py-python-sql.
python-sql is a library to write SQL queries in a pythonic way.
2014-01-30 04:54:57 +00:00