summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql
Commit message (Expand)AuthorAgeFilesLines
* - Fixed bug where the negation of an EXISTS expression would notMike Bayer2016-03-212-1/+13
* Raise exception when we have multiple values with an unknown column. Fixes #3...Athena Yao2016-03-021-1/+1
* - 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
* - additional adjustment to the fix made in 8ad968f33100baeb3b13c7e0b724b6b79a...Mike Bayer2016-02-211-1/+4
* - reworked the way the "select_wraps_for" expression isMike Bayer2016-02-201-7/+3
* - further edit the unnest() example to suit PG's esoteric requirementsMike Bayer2016-02-181-4/+6
* - use same colname as the alias we give to the PG functionMike Bayer2016-02-161-2/+2
* - repair the fix just cherry-picked for ref #3644 as compiler.py wasn'tMike Bayer2016-02-091-1/+1
* - add literal_binds for delete() statements in addition to insert()/update()Mike Bayer2016-02-031-1/+1
* fix passing literal_binds flag through for update and insertTim Tate2016-02-032-4/+5
* - Fixed issue where inadvertent use of the Python ``__contains__``Mike Bayer2016-02-022-1/+5
* - happy new yearMike Bayer2016-01-2919-19/+19
* - unfortunately we need to match within join where col.key does not matchMike Bayer2016-01-261-2/+1
* - rework ColumnCollection to no longer persist "all_col_set"; we don'tMike Bayer2016-01-261-20/+9
* - generalize the verbiage on LargeBinary so that it doesn'tMike Bayer2016-01-201-10/+5
* - fix some old verbiage that refers to text() as an "implicit" thingMike Bayer2016-01-141-8/+7
* - Fixed 1.0 regression where the eager fetch of cursor.rowcount wasMike Bayer2016-01-051-0/+6
* some spelling fixesjonathan vanasco2015-12-161-3/+3
* - a few tweaks to allow "server_defaults" to be a little more linkable;Mike Bayer2015-12-141-2/+10
* - Fixed bug in :meth:`.Update.return_defaults` which would cause allMike Bayer2015-12-141-0/+1
* - Fixed issue within the :meth:`.Insert.from_select` construct wherebyMike Bayer2015-12-091-2/+3
* - Fixed bug where CREATE TABLE with a no-column table, but a constraintMike Bayer2015-12-011-1/+1
* - Postgres: Do not prefix table with schema in: "FOR UPDATE of <table>"Diana Clarke2015-11-301-2/+2
* - Added support for parameter-ordered SET clauses in an UPDATEMike Bayer2015-11-283-62/+114
* - add a JSON warning for coerce_compared_valueMike Bayer2015-10-281-0/+20
* - Fixed regression in 1.0-released default-processor for multi-VALUESMike Bayer2015-08-311-0/+1
* Remove useless codeLeonardo Rochael Almeida2015-08-061-3/+0
* - fix typo in suffix_with() docs, fixes #3502Mike Bayer2015-07-291-1/+1
* - 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