summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql
Commit message (Expand)AuthorAgeFilesLines
* Add window frame specificationpr/264Phillip Cloud2016-05-013-8/+64
* Adds parentheses around prints in documentationpr/263jfinkels2016-04-271-7/+7
* - Added :meth:`.Select.lateral` and related constructs to allowMike Bayer2016-03-294-10/+77
* - Added support for rendering "FULL OUTER JOIN" to both Core and ORM.Mike Bayer2016-03-282-11/+33
* - 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
* - handle parameter sets that aren't correctly formed, so thatMike Bayer2016-02-171-1/+1
* - do the trailing comma logic of tuple repr() exactlyMike Bayer2016-02-171-4/+7
* - All string formatting of bound parameter sets and result rows forMike Bayer2016-02-171-10/+107
* - use same colname as the alias we give to the PG functionMike Bayer2016-02-161-2/+2
* - CTE functionality has been expanded to support all DML, allowingMike Bayer2016-02-115-170/+272
* - A refinement to the logic which adds columns to the resulting SQL whenMike Bayer2016-02-091-0/+22
* - oracle requires GLOBAL hereMike Bayer2016-02-031-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 insertpr/232Tim Tate2016-02-022-4/+5
* - add changelog and migration notes for new Enum features,Mike Bayer2016-02-021-49/+126
* - Initial implementation of support for PEP-435 enumerated typesAlex Grönholm2016-02-021-5/+72
* - 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
* - The workaround for right-nested joins on SQLite, where they are rewrittenMike Bayer2016-01-261-1/+1
* - generalize the verbiage on LargeBinary so that it doesn'tMike Bayer2016-01-201-10/+5
* - calling str() on a core sql construct has been made more "friendly",Mike Bayer2016-01-193-1/+37
* - A deep improvement to the recently added :meth:`.TextClause.columns`Mike Bayer2016-01-143-17/+71
* - fix some old verbiage that refers to text() as an "implicit" thingMike Bayer2016-01-141-8/+7
* - convert keys to str for None not sortable against str on py3kMike Bayer2016-01-121-1/+1
* - reorganize schema_translate_map to be succinct and gain the performanceMike Bayer2016-01-113-33/+68
* - Multi-tenancy schema translation for :class:`.Table` objects is added.Mike Bayer2016-01-082-31/+81
* - fix docstringsMike Bayer2016-01-081-15/+16
* - long lineMike Bayer2016-01-061-1/+2
* - Added :class:`.mysql.JSON` for MySQL 5.7. The JSON type providesMike Bayer2016-01-066-77/+318
* - Fixed 1.0 regression where the eager fetch of cursor.rowcount wasMike Bayer2016-01-051-0/+6
* - Fixed an assertion that would raise somewhat inappropriatelyMike Bayer2015-12-231-3/+7
* 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
* Merge remote-tracking branch 'origin/pr/216'Mike Bayer2015-11-301-2/+2
|\
| * - Postgres: Do not prefix table with schema in: "FOR UPDATE of <table>"pr/216Diana Clarke2015-11-241-2/+2
* | - Added support for parameter-ordered SET clauses in an UPDATEMike Bayer2015-11-283-62/+114
|/
* - fix missing argument in TypeDecorator.copy(), fixes #3584, references #2919Mike Bayer2015-11-131-2/+2
* - correct the commit from ref #3582 to refer to the correct sub-elementMike Bayer2015-11-111-1/+1
* - Fixed bug where the "single table inheritance" criteria would beMike Bayer2015-11-111-0/+15