summaryrefslogtreecommitdiff
path: root/test/sql
Commit message (Expand)AuthorAgeFilesLines
...
* | - 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
* | | - Exception messages have been spiffed up a bit. The SQL statementMike Bayer2014-10-171-4/+3
* | | - additional issues fixed in mysqlconnector 2.0.1Mike Bayer2014-10-131-15/+0
* | | - Mysqlconnector as of version 2.0, probably as a side effect ofMike Bayer2014-10-121-6/+0
* | | - :meth:`.Insert.from_select` now includes Python and SQL-expressionMike Bayer2014-10-102-2/+145
* | | - Fixed bug where a fair number of SQL elements withinMike Bayer2014-10-091-0/+24
* | | - changelog, migration for pr github:134Mike Bayer2014-10-042-92/+111
* | | Merge remote-tracking branch 'origin/pr/134' into pr134Mike Bayer2014-10-042-0/+96
|\ \ \
| * | | allow windowing filtered functionsIlja Everilä2014-09-111-0/+27
| * | | renamed aggregatefilter to funcfilter, since it is thatIlja Everilä2014-09-112-2/+2