summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Small improvement on FlushError can't delete error messagepr/148Paulo Bu2014-11-051-1/+2
* - 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
* - added new backend for pysqlcipher, as we will probably getMike Bayer2014-10-291-2/+2
* - Fixed bug in single table inheritance where a chain of joinsMike Bayer2014-10-231-0/+59
* - Fixed bug where the ON clause for :meth:`.Query.join`,Mike Bayer2014-10-231-0/+25
* - 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
* | Merge remote-tracking branch 'origin/pr/137' into pr137Mike Bayer2014-10-211-0/+8
|\ \
| * | add failing testjona2014-09-121-0/+8
* | | - Reversing a change that was made in 0.9, the "singleton" natureMike Bayer2014-10-191-1/+20
* | | - Fixed bug where :meth:`.Session.expunge` would not fully detachMike Bayer2014-10-191-1/+49
* | | - control the module name of the exception here for py3k compatMike Bayer2014-10-191-7/+14
* | | - A warning is emitted in the case of multiple relationships thatticket_3230Mike Bayer2014-10-193-21/+102
* | | - flake8Mike Bayer2014-10-181-919/+1097
* | | - Exception messages have been spiffed up a bit. The SQL statementMike Bayer2014-10-174-23/+32
* | | pep8Mike Bayer2014-10-171-38/+54
* | | - The :meth:`.Query.update` method will now convert string keyMike Bayer2014-10-161-11/+129
* | | - fix importsMike Bayer2014-10-161-21/+24
* | | - Improvements to the mechanism used by :class:`.Session` to locateMike Bayer2014-10-142-7/+228
* | | - move BindTest into orm/test_bindsMike Bayer2014-10-142-193/+194
* | | - The ``__module__`` attribute is now set for all those SQL andMike Bayer2014-10-141-1/+38
* | | - additional issues fixed in mysqlconnector 2.0.1Mike Bayer2014-10-131-15/+0
* | | - this test passes now in more recent mysqlconnectorMike Bayer2014-10-131-4/+2
* | | - Mysqlconnector as of version 2.0, probably as a side effect ofMike Bayer2014-10-123-96/+62
* | | - the test_except test was doing an unnecessary workaround of some kind,Mike Bayer2014-10-121-8/+1
* | | - Fixed long-standing bug in Oracle dialect where bound parameterMike Bayer2014-10-111-0/+22
* | | - :meth:`.Insert.from_select` now includes Python and SQL-expressionMike Bayer2014-10-102-2/+145
* | | - The ON clause rendered when using :meth:`.Query.join`,Mike Bayer2014-10-091-2/+120
* | | - Fixed bug where a fair number of SQL elements withinMike Bayer2014-10-091-0/+24
* | | - adjustment for ref #3200 as we need an immutabledict() here soMike Bayer2014-10-071-0/+12
* | | - Fixed "'NoneType' object has no attribute 'concrete'" errorMike Bayer2014-10-061-0/+29
* | | - The execution options passed to an :class:`.Engine` either viaMike Bayer2014-10-061-0/+8
* | | - use provide_metadata for new unique constraint / index testsMike Bayer2014-10-042-42/+71
* | | Merge branch 'reflect-unique-constraints' of https://bitbucket.org/jerdfelt/s...Mike Bayer2014-10-042-2/+66
|\ \ \
| * | | Reflect unique constraints when reflecting a Table objectJohannes Erdfelt2014-09-172-2/+66
* | | | - 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
| * | | | add ClauseTest for aggregatefilterIlja Everilä2014-09-101-0/+5
| * | | | tests for <aggregate_fun> FILTER (WHERE ...)Ilja Everilä2014-09-101-0/+64
* | | | | - rework tests for attached databases into individual tests,Mike Bayer2014-09-291-36/+102
* | | | | - repair autorollback for branchesMike Bayer2014-09-261-0/+12
* | | | | - Fixed bug where a "branched" connection, that is the kind you getMike Bayer2014-09-263-10/+110
* | | | | - Fixed bug where a "branched" connection, that is the kind you getMike Bayer2014-09-261-0/+32
* | | | | - "column already assigned" message has been updated in 7f82c55fMike Bayer2014-09-251-1/+1
* | | | | - refactor of declarative, break up into indiviudal methodsMike Bayer2014-09-252-5/+281
| |_|_|/ |/| | |
* | | | - flake8 all of test/ext/declarativeMike Bayer2014-09-235-427/+543