summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge branch 'master' of https://github.com/zzzeek/sqlalchemy into feature/po...Rodrigo Menezes2014-08-2621-1331/+1504
|\
| * Merge branch 'mutable-dict-update' of https://bitbucket.org/goodscloud/sqlalc...Mike Bayer2014-08-251-0/+12
| |\
| | * add update() support to MutableDictMatt Chisholm2014-08-091-0/+12
| * | Merge branch 'mutable-dict-coerce-fix' of https://bitbucket.org/goodscloud/sq...Mike Bayer2014-08-251-0/+53
| |\ \
| | * | fix MutableDict.coerceMatt Chisholm2014-08-091-0/+53
| | |/
| * | Merge branch 'pr129'Mike Bayer2014-08-231-0/+84
| |\ \
| | * | - pep8 formatting for pg table opts feature, testsMike Bayer2014-08-231-22/+73
| | * | Correcting options name from withoids to with_oidsMalik Diarra2014-08-171-3/+3
| | * | quoting tablespace name in create table command in postgresql dialectMalik Diarra2014-08-171-0/+5
| | * | Adding oids and on_commit table optionsMalik Diarra2014-08-171-0/+22
| | * | Adding a tablespace options for postgresql create tableMalik Diarra2014-08-171-0/+6
| * | | Fix doc typo 'conjunection'pr/130Gunnlaugur Þór Briem2014-08-211-1/+1
| * | | - The INSERT...FROM SELECT construct now implies ``inline=True``Mike Bayer2014-08-202-2/+114
| * | | - pep8Mike Bayer2014-08-201-16/+29
| * | | - Fixed bug in connection pool logging where the "connection checked out"Mike Bayer2014-08-201-2/+83
| * | | - pep8 cleanupMike Bayer2014-08-202-25/+13
| * | | - major simplification of _collect_update_commands. in particular,Mike Bayer2014-08-182-5/+7
| * | | - Fixed bug where attribute "set" events or columns withMike Bayer2014-08-171-1/+45
| |/ /
| * | - rework profiling, zoomark tests into single tests so thatMike Bayer2014-08-164-677/+330
| * | Merge remote-tracking branch 'origin/pr/125' into pr125Mike Bayer2014-08-163-72/+56
| |\ \
| | * | two_phase_recover, COMMIT PREPARED in transactionTony Locke2014-08-022-4/+4
| | * | PEP8 tidy of test/engine/test_reconnectTony Locke2014-08-021-58/+52
| | * | With pg8000-1.9.13 passes engine/test_reconnectTony Locke2014-08-021-10/+0
| * | | - don't add the parent attach event within _on_table_attachMike Bayer2014-08-151-0/+14
| * | | - other test fixesMike Bayer2014-08-151-7/+9
| * | | - UPDATE statements can now be batched within an ORM flushMike Bayer2014-08-142-22/+18
| * | | pep8Mike Bayer2014-08-141-486/+530
| * | | - The string keys that are used to determine the columns impactedMike Bayer2014-08-141-3/+45
| * | | - Removing (or adding) an event listener at the same time that the eventMike Bayer2014-08-141-0/+34
| * | | pep8Mike Bayer2014-08-141-31/+46
* | | | Removed all mentions to postgresql_relkindRodrigo Menezes2014-08-261-22/+11
* | | | Merge branch 'master' of https://github.com/rclmenezes/sqlalchemyRodrigo Menezes2014-08-144-1/+152
|\ \ \ \ | |/ / /
| * | | - The ``info`` parameter has been added to the constructor forMike Bayer2014-08-132-1/+68
| * | | - The :meth:`.InspectionAttr.info` collection is now moved down toMike Bayer2014-08-131-0/+18
| * | | Merge branch 'pr126'Mike Bayer2014-08-131-0/+66
| |\ \ \
| | * | | - public method name is get_enums()Mike Bayer2014-08-131-12/+57
| | * | | Public inspector method to load enum listpr/126Ilya Pekelny2014-08-081-0/+21
* | | | | Added support for postgres_relkind.Rodrigo Menezes2014-08-142-1/+109
|/ / / /
* | | | Providing an autoload_with info automatically sets autoload to TrueMalik Diarra2014-08-091-0/+16
* | | | - add tests for the savepoint recipeMike Bayer2014-08-091-0/+78
* | | | - oursql doesn't pass this consistently, not sure what the issue isMike Bayer2014-08-081-6/+12
* | | | oursql seems to handle this? unclear, might be dependent on mysql versionMike Bayer2014-08-081-7/+1
* | | | - turn off the testing reaper here, that's the source of the leaksMike Bayer2014-08-081-12/+14
|/ / /
* | | - take out the iterator approach here as it does not support concurrent accessMike Bayer2014-08-071-8/+9
* | | -Fixed bug where Postgresql JSON type was not able to persist orMike Bayer2014-08-071-5/+98
* | | - Fixed bug in CTE where ``literal_binds`` compiler argument would notMike Bayer2014-08-021-0/+38
|/ /
* | - workaround removal of nested() in py3kMike Bayer2014-07-301-1/+2
* | - ensure all tests are named test_*Mike Bayer2014-07-3011-47/+48