summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql
Commit message (Expand)AuthorAgeFilesLines
* - 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 regression where :meth:`.ResultProxy.keys` would returnMike Bayer2015-07-191-3/+0
* | - 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
* | Merge remote-tracking branch 'origin/pr/188' into pr188Mike Bayer2015-07-171-0/+8
|\ \
| * | Added support for reflected modulo operator.Dan Gittik2015-07-171-0/+8
* | | - version specs for new Sequence argumentsMike Bayer2015-07-171-0/+15
* | | Merge remote-tracking branch 'origin/pr/186' into pr186Mike Bayer2015-07-172-2/+50
|\ \ \ | |/ / |/| |
| * | add CYCLE support to Sequence() and docstrings for NO MINVALUE and NO MAXVALUEpr/186jakeogh2015-06-272-4/+31
| * | add NO MINVALUE and NO MAXVALUE support to Sequence()jakeogh2015-06-272-2/+6
| * | add MAXVALUE support to Sequence()jakeogh2015-06-272-3/+12
| * | add MINVALUE support to Sequence()jakeogh2015-06-272-2/+10
| |/
* | - try to note under insert.values(), if you needMike Bayer2015-07-081-3/+7
|/
* - Repaired the :class:`.ExcludeConstraint` construct to support commonMike Bayer2015-06-161-8/+20
* - Fixed a bug where clause adaption as applied to a :class:`.Label`Mike Bayer2015-06-091-1/+2
* - Added official support for a CTE used by the SELECT presentMike Bayer2015-05-081-1/+15
* - Fixed bug in enhanced constraint-attachment logic introduced inMike Bayer2015-05-021-8/+16
* - Added a placeholder method :meth:`.TypeEngine.compare_against_backend`Mike Bayer2015-04-301-0/+27
* - Fixed bug where the truncation of long labels in SQL could produceMike Bayer2015-04-281-1/+1
* - altered part of the use contract first set up in #2992; weMike Bayer2015-04-271-1/+4
* - Fixed regression due to :ticket:`3282` where the ``tables`` collectionMike Bayer2015-04-271-6/+13
* - Fixed a regression that was incorrectly fixed in 1.0.0b4Mike Bayer2015-04-242-3/+14
* - Fixed support for "literal_binds" mode when using limit/offsetMike Bayer2015-04-231-2/+2
* - repair a regression caused by #3282, where we no longer wereMike Bayer2015-04-221-14/+32
* - Fixed issue where a straight SELECT EXISTS query would fail toMike Bayer2015-04-203-12/+36
* - Fixed issue where a :class:`.MetaData` object that used a namingMike Bayer2015-04-101-1/+4
* - ensure that the keys we put into the parameters dictionaryMike Bayer2015-04-081-2/+4
* Merge branch 'bb_issue_3084' of https://bitbucket.org/xflr6/sqlalchemy into pr47Mike Bayer2015-04-032-3/+5
|\
| * make sort_tables order deterministicSebastian Bank2015-03-072-3/+5
* | Fix typospr/165Ernest Walzel2015-03-261-1/+1
* | - The "auto-attach" feature of constraints such as :class:`.UniqueConstraint`Mike Bayer2015-03-241-17/+37
* | - Fixed bug in new "label resolution" feature of :ticket:`2992` whereMike Bayer2015-03-232-2/+3
* | - Fixed bug in new "label resolution" feature of :ticket:`2992` whereMike Bayer2015-03-211-1/+2
* | - remove now-misleading comment that SQLite doesn't support MATCH,Mike Bayer2015-03-141-2/+4
* | - try to document how to get columns from constraints.Mike Bayer2015-03-121-0/+8
* | - The Postgresql :class:`.postgresql.ENUM` type will emit aMike Bayer2015-03-112-24/+44
* | - copyright 2015Mike Bayer2015-03-1019-19/+19
* | - pick around gaining modest dings in callcounts here and thereMike Bayer2015-03-092-3/+16
* | - random performance whacking vs. 0.9, in particular we have to watchMike Bayer2015-03-081-15/+14
* | - rename _select_wrapsMike Bayer2015-03-081-13/+33
* | fooMike Bayer2015-03-081-16/+5
* | - the change for #918 was of course not nearly that simple.Mike Bayer2015-03-071-33/+45
* | - The SQL compiler now generates the mapping of expected columnspositional_targetingMike Bayer2015-03-071-13/+29
|/
* - Literal values within a :class:`.DefaultClause`, which is invokedMike Bayer2015-02-091-1/+2
* - The :class:`.CheckConstraint` construct now supports namingMike Bayer2015-01-302-28/+43
* - Fixed bug in 0.9's foreign key setup system, such thatMike Bayer2015-01-281-9/+17
* 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