summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql/elements.py
Commit message (Expand)AuthorAgeFilesLines
* Allow for multiple FOLLOWING/PRECEDING in a window rangeMike Bayer2017-08-251-23/+15
* Repair WithinGroup.get_children()Mike Bayer2017-06-161-1/+1
* Fix a few doc typosLele Gaifax2017-06-021-5/+5
* Add _negate() to Label to negate inner elementMike Bayer2017-04-211-1/+7
* Add new "expanding" feature to bindparam()Mike Bayer2017-04-071-0/+20
* Recognize brackets, quoted_name in SQL Server schemaMike Bayer2017-04-041-2/+6
* Treat collation names as identifiersMike Bayer2017-03-231-1/+7
* Support python3.6Mike Bayer2017-01-131-25/+25
* update for 2017 copyrightMike Bayer2017-01-041-1/+1
* spelling: Postgresql -> PostgreSQLVille Skyttä2016-10-081-4/+4
* Support bindparam() with callable for primaryjoinMike Bayer2016-09-191-1/+2
* Repair clauselist comparison to account for clause orderingMike Bayer2016-09-021-5/+16
* Check for supports_execution at ClauseElement baseMike Bayer2016-08-311-1/+4
* Support range specification in window functionPhillip Cloud2016-06-071-5/+107
* Repair _orm_columns() to accommodate text()Mike Bayer2016-05-051-0/+2
* - Fixed bug where the negation of an EXISTS expression would notMike Bayer2016-03-211-0/+13
* - unfortunately calling upon "_label" here makes it unclear ifMike Bayer2016-02-261-2/+4
* - Anonymous labeling is applied to a :attr:`.func` construct that isMike Bayer2016-02-261-1/+1
* - happy new yearMike Bayer2016-01-291-1/+1
* - calling str() on a core sql construct has been made more "friendly",Mike Bayer2016-01-191-1/+1
* - A deep improvement to the recently added :meth:`.TextClause.columns`Mike Bayer2016-01-141-9/+54
* - fix some old verbiage that refers to text() as an "implicit" thingMike Bayer2016-01-141-8/+7
* - Added :class:`.mysql.JSON` for MySQL 5.7. The JSON type providesMike Bayer2016-01-061-5/+8
* - The :func:`.type_coerce` construct is now a fully fledged CoreMike Bayer2015-09-161-61/+103
* - Added support for "set-aggregate" functions of the formticket_3516Mike Bayer2015-08-261-12/+129
* - build out a new base type for Array, as well as new any/all operatorsMike Bayer2015-08-251-0/+91
* - Added new checks for the common error case of passing mapped classesMike Bayer2015-08-221-4/+2
* - merge of ticket_3499 indexed access branchMike Bayer2015-08-171-0/+22
* - changelog for #3459, fixes #3459Mike Bayer2015-07-191-1/+4
* Merge branch 'bb_issue_3459' of https://bitbucket.org/xflr6/sqlalchemy into pr56Mike Bayer2015-07-191-0/+7
|\
| * add ClauseElement.cast() shortcut-methodSebastian Bank2015-06-191-0/+7
* | - Fixed bug where coersion of literal ``True`` or ``False`` constantMike Bayer2015-07-191-2/+5
* | - Fixed potential issue where a custom subclassMike Bayer2015-07-191-1/+8
|/
* - Fixed a bug where clause adaption as applied to a :class:`.Label`Mike Bayer2015-06-091-1/+2
* - Fixed a regression that was incorrectly fixed in 1.0.0b4Mike Bayer2015-04-241-0/+10
* - Fixed issue where a straight SELECT EXISTS query would fail toMike Bayer2015-04-201-7/+17
* - Fixed bug in new "label resolution" feature of :ticket:`2992` whereMike Bayer2015-03-231-1/+3
* - copyright 2015Mike Bayer2015-03-101-1/+1
* Merge remote-tracking branch 'origin/pr/150'Mike Bayer2015-01-261-1/+2
|\
| * Report the type of unexpected expression objectspr/150Ryan P. Kelly2014-11-201-1/+2
* | - add MemoizedSlots, a generalized solution to using __getattr__Mike Bayer2015-01-051-5/+13
* | - typo fixes #3269Mike Bayer2014-12-271-1/+1
* | Maul the evaulate & friends typoPriit Laes2014-12-191-1/+1
* | - The :meth:`.Operators.match` operator is now handled such that theMike Bayer2014-12-041-1/+1
|/
* - The :attr:`.Column.key` attribute is now used as the source ofMike Bayer2014-11-101-2/+2
* - Fixed bug regarding expression mutations which could expressMike Bayer2014-11-051-0/+7
* - Reversing a change that was made in 0.9, the "singleton" natureMike Bayer2014-10-191-14/+10
* Merge remote-tracking branch 'origin/pr/140' into pr140Mike Bayer2014-10-111-1/+1
|\
| * cleanup exception handling - use new exception hierarchy (since python 2.5)pr/140ndparker2014-10-021-3/+1
| * improve exception vs. exit handlingndparker2014-09-231-0/+2