summaryrefslogtreecommitdiff
path: root/test/sql
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge remote-tracking branch 'origin/pr/151' into pr151Mike Bayer2014-12-013-1/+4
|\ \
| * \ Merge branch 'master' into fdbsql-testsScott Dugas2014-11-039-32/+445
| |\ \
| * | | Added requirement for temporary tablesScott Dugas2014-10-301-0/+1
| * | | Set the length for MyType implementationScott Dugas2014-10-291-1/+1
| * | | require check constraints for testsScott Dugas2014-10-232-0/+2
* | | | - Fixed bug in :meth:`.Table.tometadata` method where theMike Bayer2014-11-291-0/+40
* | | | - The behavioral contract of the :attr:`.ForeignKeyConstraint.columns`Mike Bayer2014-11-251-0/+44
| |_|/ |/| |
* | | - Fixed issue where the columns from a SELECT embedded in anMike Bayer2014-11-112-0/+62
* | | - The :attr:`.Column.key` attribute is now used as the source ofMike Bayer2014-11-101-0/+13
* | | - Fixed bug regarding expression mutations which could expressMike Bayer2014-11-052-1/+37
| |/ |/|
* | - ensure kwargs are passed for limit clause on a compound select as well,Mike Bayer2014-10-311-0/+16
* | - changelog for pullreq github:139Mike Bayer2014-10-211-0/+36
* | Merge remote-tracking branch 'origin/pr/139' into pr139Mike Bayer2014-10-211-0/+44
|\ \
| * | add simple tests for new name argument for Table.tometadata()pr/139ndparker2014-10-041-0/+44
* | | - Reversing a change that was made in 0.9, the "singleton" natureMike Bayer2014-10-191-1/+20