summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge branch 'pr204'Mike Bayer2015-10-291-2/+3
|\
| * - convert wrap_callable() to a general purpose update_wrapper-likeMike Bayer2015-10-291-2/+2
| * - wrap ColumnDefault empty arg callables like functools.wraps, setting __name...pr/204Martin J. Hsu2015-10-151-2/+3
* | - add a JSON warning for coerce_compared_valueMike Bayer2015-10-281-0/+20
* | - open up autoincrement for columns that have a default; autoinc is usuallyMike Bayer2015-10-081-37/+25
* | - The system by which a :class:`.Column` considers itself to be anMike Bayer2015-10-073-42/+199
|/
* - Added a new type-level modifier :meth:`.TypeEngine.evaluates_none`Mike Bayer2015-09-191-4/+61
* - The :func:`.type_coerce` construct is now a fully fledged CoreMike Bayer2015-09-164-63/+109
* - Fixed regression in 1.0-released default-processor for multi-VALUESMike Bayer2015-08-311-0/+1
* - The :class:`.TypeDecorator` type extender will now work in conjunctionMike Bayer2015-08-271-1/+14
* - add a postgresql-specific form of array_agg() that injects theMike Bayer2015-08-271-2/+9
* - Added support for "set-aggregate" functions of the formticket_3516Mike Bayer2015-08-265-24/+296
* - Added support for the SQL-standard function :class:`.array_agg`,Mike Bayer2015-08-261-0/+22
* - build out a new base type for Array, as well as new any/all operatorsMike Bayer2015-08-258-7/+405
* - repair the inspection hook in sqltypes to not be fooledMike Bayer2015-08-221-1/+6
* - Added new checks for the common error case of passing mapped classesMike Bayer2015-08-225-10/+25
* - some cleanups in compiler.pyMike Bayer2015-08-181-50/+32
* - as the Concatenable mixin was changed to support calling down toMike Bayer2015-08-181-1/+1
* - merge of ticket_3514 None-handling branchMike Bayer2015-08-171-0/+13