summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* - use default dialect for compile test hereMike Bayer2014-08-291-1/+2
* - defaultdict benchmarks faster than a namedtuple; OKMike Bayer2014-08-291-1/+5
* - re-establish and test some behavior from previous versions, thatMike Bayer2014-08-291-0/+44
* - The :class:`.Query` will raise an exception when :meth:`.Query.yield_per`Mike Bayer2014-08-291-1/+35
* - Changed the approach by which the "single inheritance criterion"Mike Bayer2014-08-291-3/+16
* - dropping callcountsMike Bayer2014-08-291-6/+98
* - major refactoring/inlining to loader.instances(), though not reallyMike Bayer2014-08-282-84/+19
* - Made a small adjustment to the mechanics of lazy loading,Mike Bayer2014-08-281-1/+79
* - flake8Mike Bayer2014-08-281-212/+298
* - A new implementation for :class:`.KeyedTuple` used by theMike Bayer2014-08-281-25/+39
* - The behavior of :paramref:`.joinedload.innerjoin` as well asMike Bayer2014-08-261-31/+26
* - hard-won pep8 formatting of one of the giants...Mike Bayer2014-08-261-1013/+1476
* 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
* | | - 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
* | | | 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