summaryrefslogtreecommitdiff
path: root/test/sql
Commit message (Expand)AuthorAgeFilesLines
* - 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
|\ \
| * | Added test for modulo operator.pr/188Dan Gittik2015-07-171-0/+3
| |/
* | add CYCLE support to Sequence() and docstrings for NO MINVALUE and NO MAXVALUEpr/186jakeogh2015-06-271-0/+6
* | add NO MINVALUE and NO MAXVALUE support to Sequence()jakeogh2015-06-271-0/+12
* | add MAXVALUE support to Sequence()jakeogh2015-06-271-1/+8
* | add MINVALUE support to Sequence()jakeogh2015-06-271-0/+5
|/
* - Fixed a bug where clause adaption as applied to a :class:`.Label`Mike Bayer2015-06-091-0/+21
* - Added official support for a CTE used by the SELECT presentMike Bayer2015-05-081-0/+35
* - Fixed bug in enhanced constraint-attachment logic introduced inMike Bayer2015-05-021-0/+59
* - Fixed bug where the truncation of long labels in SQL could produceMike Bayer2015-04-281-22/+45
* - Fixed a regression that was incorrectly fixed in 1.0.0b4Mike Bayer2015-04-241-0/+13