summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Adding postgres create table options documentationpr/129Malik Diarra2014-08-171-0/+16
* Correcting options name from withoids to with_oidsMalik Diarra2014-08-172-6/+6
* quoting tablespace name in create table command in postgresql dialectMalik Diarra2014-08-172-1/+7
* Adding oids and on_commit table optionsMalik Diarra2014-08-172-1/+33
* Adding a tablespace options for postgresql create tableMalik Diarra2014-08-172-1/+15
* - rework profiling, zoomark tests into single tests so thatMike Bayer2014-08-166-927/+408
* - changelog for pullreq github:125Mike Bayer2014-08-162-0/+20
* Merge remote-tracking branch 'origin/pr/125' into pr125Mike Bayer2014-08-164-75/+57
|\
| * pg8000 now supports sane_multi_rowcountpr/125Tony Locke2014-08-021-1/+1
| * two_phase_recover, COMMIT PREPARED in transactionTony Locke2014-08-022-4/+4
| * Remove spurious print statements in pg8000 dialectTony Locke2014-08-021-2/+0
| * 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
* | - support dialects w/o sane multi row count againMike Bayer2014-08-161-15/+33
* | - need list() here for py3kMike Bayer2014-08-161-1/+4
* | - max failures 25Mike Bayer2014-08-162-1/+4
* | - mutablemapping adds compiler overhead, so screw itMike Bayer2014-08-151-5/+9
* | - port the _collect_insert_commands optimizations from ticket_3100Mike Bayer2014-08-152-36/+70
* | - The :class:`.IdentityMap` exposed from :class:`.Session.identity`Mike Bayer2014-08-152-26/+16
* | - TIL that dict.keys() in py3K is not an iterator, it is an iterableMike Bayer2014-08-152-43/+7
* | - clean up provision and keep sqlite on memory DBs if thats what we start withMike Bayer2014-08-151-10/+7
* | - don't add the parent attach event within _on_table_attachMike Bayer2014-08-152-1/+16
* | - other test fixesMike Bayer2014-08-152-8/+10
* | - modify how class state is tracked here as it seems like thingsMike Bayer2014-08-151-5/+6
* | - UPDATE statements can now be batched within an ORM flushMike Bayer2014-08-144-63/+91
* | pep8Mike Bayer2014-08-141-486/+530
* | pep8Mike Bayer2014-08-141-9/+9
* | - The string keys that are used to determine the columns impactedMike Bayer2014-08-143-4/+58
* | - Removing (or adding) an event listener at the same time that the eventMike Bayer2014-08-145-8/+108
* | pep8Mike Bayer2014-08-141-31/+46
* | on second thought we need to prioritize what really needs to beMike Bayer2014-08-141-7/+0
* | - updatesMike Bayer2014-08-141-1/+64
* | - repair against use hereMike Bayer2014-08-141-2/+3
* | - The ``info`` parameter has been added to the constructor forMike Bayer2014-08-136-11/+152
* | - The :meth:`.InspectionAttr.info` collection is now moved down toMike Bayer2014-08-134-22/+54
* | - rename _InspectionAttr to InspectionAttrMike Bayer2014-08-1310-27/+27
* | flake8 cleanupMike Bayer2014-08-132-24/+28
* | Merge branch 'pr126'Mike Bayer2014-08-135-24/+156
|\ \
| * | - public method name is get_enums()Mike Bayer2014-08-134-39/+141
| * | Public inspector method to load enum listpr/126Ilya Pekelny2014-08-082-2/+31
| * | DropEnumType class available from postgres dialectIlya Pekelny2014-08-081-2/+3
* | | - changelog, fixes #3027Mike Bayer2014-08-091-0/+9
* | | - rework documentation for reflection flags; also includeMike Bayer2014-08-091-42/+99
* | | Providing an autoload_with info automatically sets autoload to TrueMalik Diarra2014-08-092-2/+18
* | | - add tests for the savepoint recipeMike Bayer2014-08-091-0/+78
* | | - rewrite all the sqlite/pysqlite transaction isolation docsMike Bayer2014-08-094-50/+172
* | | - oursql doesn't pass this consistently, not sure what the issue isMike Bayer2014-08-081-6/+12
* | | - use configured test_schema hereMike Bayer2014-08-081-12/+14
* | | oursql seems to handle this? unclear, might be dependent on mysql versionMike Bayer2014-08-081-7/+1
* | | - have python setup.py test use xdist with -qMike Bayer2014-08-082-2/+2