summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* minipg supportpr/143Hajime Nakagami2014-10-165-2/+14
* - 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
* | | - The :mod:`sqlalchemy.ext.automap` extension will now setMike Bayer2014-09-221-1/+67
* | | pep8/flake8Mike Bayer2014-09-221-42/+59
* | | - these tests don't test anything in SQLAlchemy - from our perpsective,Mike Bayer2014-09-191-133/+0
* | | - Fixed bug that affected generally the same classes of eventMike Bayer2014-09-184-23/+197
* | | fix testMike Bayer2014-09-181-0/+2
* | | - Fixed bug that affected many classes of event, particularlyMike Bayer2014-09-181-0/+59
* | | - Added new method :meth:`.Select.with_statement_hint` and ORMMike Bayer2014-09-182-0/+39
* | | - Added support for the Oracle table option ON COMMIT. This is beingMike Bayer2014-09-172-1/+18
| |/ |/|
* | - not sure what this is testing but remove the self.l that mightMike Bayer2014-09-171-2/+3
* | Merge branch 'sqlite-temp-table-reflection' of https://bitbucket.org/jerdfelt...Mike Bayer2014-09-171-0/+18
|\ \
| * | Handle sqlite get_unique_constraints() call for temporary tablesJohannes Erdfelt2014-09-171-0/+18
* | | - Added :meth:`.Inspector.get_temp_table_names` andMike Bayer2014-09-172-17/+11
* | | Merge branch 'pr128'Mike Bayer2014-09-172-1/+124
|\ \ \ | |/ / |/| |
| * | - repair get_foreign_table_names() for PGInsp/dialect levelpr128Mike Bayer2014-09-171-3/+22
| * | - the actual round trip requires password authent set up for the user;Mike Bayer2014-09-171-25/+7
| * | - break out and fix tests for materialized view and foreign tables. foreign ...Mike Bayer2014-09-161-72/+86
| * | Merge remote-tracking branch 'origin/pr/128' into pr128Mike Bayer2014-09-162-1/+109
| |\ \
| | * | Added documentation. Changed my mind - added get_foreign_table_names() only t...pr/128Rodrigo Menezes2014-09-051-0/+6
| | * | Fixing some pep8s and adding get_foreign_tables.Rodrigo Menezes2014-09-032-7/+12