summaryrefslogtreecommitdiff
path: root/test/sql
Commit message (Expand)AuthorAgeFilesLines
* - 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
* - Fixed support for "literal_binds" mode when using limit/offsetMike Bayer2015-04-231-3/+3
* - repair a regression caused by #3282, where we no longer wereMike Bayer2015-04-221-78/+276
* - Fixed issue where a straight SELECT EXISTS query would fail toMike Bayer2015-04-202-4/+33
* Merge remote-tracking branch 'origin/pr/163' into pr163Mike Bayer2015-04-126-9/+3
|\
| * PEP8 cleanup in /test/sqlEric Streeper2015-03-186-9/+3
* | - adjust for "0"Mike Bayer2015-04-121-1/+3
* | - Fixed issue where a :class:`.MetaData` object that used a namingMike Bayer2015-04-101-0/+13
* | - add test support for MySQLdb with use_unicode=1 or using mysqlclient on py3kMike Bayer2015-04-081-0/+6
* | - ensure that the keys we put into the parameters dictionaryMike Bayer2015-04-081-1/+8
* | Merge branch 'bb_issue_3084' of https://bitbucket.org/xflr6/sqlalchemy into pr47Mike Bayer2015-04-031-0/+15
|\ \
| * | make sort_tables order deterministicSebastian Bank2015-03-071-0/+15
* | | - The warning emitted by the unicode type for a non-unicode typeMike Bayer2015-03-311-1/+10
* | | - The "auto-attach" feature of constraints such as :class:`.UniqueConstraint`Mike Bayer2015-03-241-0/+97
* | | - Fixed bug in new "label resolution" feature of :ticket:`2992` whereMike Bayer2015-03-231-0/+9
* | | - Fixed unicode support for PyMySQL when using an "executemany"Mike Bayer2015-03-221-0/+1
* | | - Fixed bug in new "label resolution" feature of :ticket:`2992` whereMike Bayer2015-03-211-0/+14
| |/ |/|
* | - The "auto close" for :class:`.ResultProxy` is now a "soft" close.Mike Bayer2015-03-171-0/+3
* | - The Postgresql :class:`.postgresql.ENUM` type will emit aMike Bayer2015-03-111-1/+1
* | - rename _select_wrapsMike Bayer2015-03-081-0/+61
* | fooMike Bayer2015-03-086-33/+33
* | - The SQL compiler now generates the mapping of expected columnspositional_targetingMike Bayer2015-03-072-1/+43
|/
* - expect_warnings was not expecting and neither was assert_warningsMike Bayer2015-02-191-4/+4