summaryrefslogtreecommitdiff
path: root/test/sql
Commit message (Expand)AuthorAgeFilesLines
* Added test for modulo operator.pr/188Dan Gittik2015-07-171-0/+3
* - 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
* - test skips for MySQL w new cast warningMike Bayer2015-02-091-0/+16
* - Literal values within a :class:`.DefaultClause`, which is invokedMike Bayer2015-02-091-3/+70
* - The :class:`.CheckConstraint` construct now supports namingMike Bayer2015-01-302-1/+22
* - Fixed bug in 0.9's foreign key setup system, such thatMike Bayer2015-01-281-0/+92
* - fix this test for py3kMike Bayer2015-01-261-1/+1
* Added psycopg2cffi dialectShaun Stanworth2015-01-261-0/+1
* Merge remote-tracking branch 'origin/pr/150'Mike Bayer2015-01-261-1/+2
|\
| * Report the type of unexpected expression objectspr/150Ryan P. Kelly2014-11-201-1/+2
* | - rework assertsql system, fixes #3293Mike Bayer2015-01-181-6/+6
* | - Custom dialects that implement :class:`.GenericTypeCompiler` canMike Bayer2015-01-161-0/+63
* | - The multi-values version of :meth:`.Insert.values` has beenMike Bayer2015-01-132-29/+129
* | repair formattingMike Bayer2015-01-121-1/+4
* | Add native_enum flag to Enum's repr() resultDimitris Theodorou2015-01-121-2/+2
* | - add a close hereMike Bayer2015-01-061-0/+1
* | - start trying to move things into __slots__. This seems to reduce theslotsMike Bayer2015-01-041-7/+9
* | - restate sort_tables in terms of a more fine grainedMike Bayer2015-01-012-27/+247
* | - Added a new accessor :attr:`.Table.foreign_key_constraints`Mike Bayer2015-01-011-0/+40
* | - Fixed bug where using a :class:`.TypeDecorator` that implementedMike Bayer2014-12-191-0/+25
* | - enhance only_on() to work with compound specsMike Bayer2014-12-061-1/+2
* | - the refactor of the visit_alias() method in Oracle revealedMike Bayer2014-12-041-1/+1
* | - Added support for CTEs under Oracle. This includes some tweaksMike Bayer2014-12-041-0/+30
* | - The :meth:`.Operators.match` operator is now handled such that theMike Bayer2014-12-041-1/+27