summaryrefslogtreecommitdiff
path: root/test/sql
Commit message (Expand)AuthorAgeFilesLines
* fix passing literal_binds flag through for update and insertpr/232Tim Tate2016-02-021-0/+16
* - add changelog and migration notes for new Enum features,Mike Bayer2016-02-021-27/+149
* - Initial implementation of support for PEP-435 enumerated typesAlex Grönholm2016-02-021-29/+56
* - Fixed issue where inadvertent use of the Python ``__contains__``Mike Bayer2016-02-021-1/+23
* - rework ColumnCollection to no longer persist "all_col_set"; we don'tMike Bayer2016-01-261-0/+19
* - The workaround for right-nested joins on SQLite, where they are rewrittenMike Bayer2016-01-261-0/+5
* - native unicode expectations are too difficult to maintainMike Bayer2016-01-231-60/+0
* - add a forwards-test here as wellMike Bayer2016-01-211-0/+4
* - documenation updates to clarify specific SQLite versionsMike Bayer2016-01-211-10/+20
* - calling str() on a core sql construct has been made more "friendly",Mike Bayer2016-01-193-9/+79
* - A deep improvement to the recently added :meth:`.TextClause.columns`Mike Bayer2016-01-142-36/+197
* - Multi-tenancy schema translation for :class:`.Table` objects is added.Mike Bayer2016-01-081-0/+127
* - Added :class:`.mysql.JSON` for MySQL 5.7. The JSON type providesMike Bayer2016-01-063-44/+222
* - Fixed 1.0 regression where the eager fetch of cursor.rowcount wasMike Bayer2016-01-051-0/+17
* - Fixed an assertion that would raise somewhat inappropriatelyMike Bayer2015-12-231-0/+7
* - add some more oracle skipsMike Bayer2015-12-141-0/+2
* - Fixed bug in :meth:`.Update.return_defaults` which would cause allMike Bayer2015-12-141-0/+25
* - Fixed issue within the :meth:`.Insert.from_select` construct wherebyMike Bayer2015-12-091-0/+26
* - Fixed bug where CREATE TABLE with a no-column table, but a constraintMike Bayer2015-12-011-1/+25
* - Added support for parameter-ordered SET clauses in an UPDATEMike Bayer2015-11-281-0/+124
* - fix missing argument in TypeDecorator.copy(), fixes #3584, references #2919Mike Bayer2015-11-131-1/+15
* Merge branch 'pr204'Mike Bayer2015-10-291-0/+1
|\
| * - convert wrap_callable() to a general purpose update_wrapper-likeMike Bayer2015-10-291-60/+0
| * - wrap ColumnDefault empty arg callables like functools.wraps, setting __name...pr/204Martin J. Hsu2015-10-151-0/+61
* | - this was supposed to be client-side SQL default not server sideMike Bayer2015-10-091-1/+1
* | - open up autoincrement for columns that have a default; autoinc is usuallyMike Bayer2015-10-082-12/+24
* | - The system by which a :class:`.Column` considers itself to be anMike Bayer2015-10-074-3/+240
* | - fix bool testMike Bayer2015-09-271-1/+1
* | - break out critical aspects of test_query into their own testsMike Bayer2015-09-273-1416/+1585
|/
* - The :func:`.type_coerce` construct is now a fully fledged CoreMike Bayer2015-09-162-2/+68
* - Fixed regression in 1.0-released default-processor for multi-VALUESMike Bayer2015-08-312-16/+52
* - The :class:`.TypeDecorator` type extender will now work in conjunctionMike Bayer2015-08-271-8/+2
* - Added support for "set-aggregate" functions of the formticket_3516Mike Bayer2015-08-262-17/+112
* - Added support for the SQL-standard function :class:`.array_agg`,Mike Bayer2015-08-261-2/+10
* - build out a new base type for Array, as well as new any/all operatorsMike Bayer2015-08-252-5/+220
* - repair the inspection hook in sqltypes to not be fooledMike Bayer2015-08-221-1/+9
* - Added new checks for the common error case of passing mapped classesMike Bayer2015-08-221-2/+23
* - as the Concatenable mixin was changed to support calling down toMike Bayer2015-08-181-1/+55
* - merge of ticket_3499 indexed access branchMike Bayer2015-08-172-2/+212
* - The behavior of the :func:`.union` construct and related constructsMike Bayer2015-08-122-4/+83
* - changelog for #3459, fixes #3459Mike Bayer2015-07-192-7/+2
* 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 new methods on :class:`.ResultProxy` usedMike Bayer2015-07-191-2/+10
* | - pg8000 very annoyingly complaining here, use total literalMike Bayer2015-07-191-1/+2
* | - Fixed regression where :meth:`.ResultProxy.keys` would returnMike Bayer2015-07-191-5/+94
* | - Fixed bug where coersion of literal ``True`` or ``False`` constantMike Bayer2015-07-191-0/+58
* | - Fixed potential issue where a custom subclassMike Bayer2015-07-191-2/+14
* | - fix these two testsMike Bayer2015-07-171-2/+2
* | Merge remote-tracking branch 'origin/pr/188' into pr188Mike Bayer2015-07-171-0/+3
|\ \