summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy
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-171-3/+3
* quoting tablespace name in create table command in postgresql dialectMalik Diarra2014-08-171-1/+2
* Adding oids and on_commit table optionsMalik Diarra2014-08-171-1/+11
* Adding a tablespace options for postgresql create tableMalik Diarra2014-08-171-1/+9
* - rework profiling, zoomark tests into single tests so thatMike Bayer2014-08-162-250/+78
* - changelog for pullreq github:125Mike Bayer2014-08-161-0/+10
* Merge remote-tracking branch 'origin/pr/125' into pr125Mike Bayer2014-08-161-3/+1
|\
| * pg8000 now supports sane_multi_rowcountpr/125Tony Locke2014-08-021-1/+1
| * Remove spurious print statements in pg8000 dialectTony Locke2014-08-021-2/+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-161-0/+3
* | - 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-151-26/+8
* | - 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-151-1/+2
* | - other test fixesMike Bayer2014-08-151-1/+1
* | - 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-141-41/+62
* | pep8Mike Bayer2014-08-141-9/+9
* | - The string keys that are used to determine the columns impactedMike Bayer2014-08-141-1/+1
* | - Removing (or adding) an event listener at the same time that the eventMike Bayer2014-08-143-8/+63
* | - repair against use hereMike Bayer2014-08-141-2/+3
* | - The ``info`` parameter has been added to the constructor forMike Bayer2014-08-133-10/+67
* | - The :meth:`.InspectionAttr.info` collection is now moved down toMike Bayer2014-08-132-22/+26
* | - rename _InspectionAttr to InspectionAttrMike Bayer2014-08-139-26/+26
* | flake8 cleanupMike Bayer2014-08-132-24/+28
* | Merge branch 'pr126'Mike Bayer2014-08-133-24/+82
|\ \
| * | - public method name is get_enums()Mike Bayer2014-08-132-27/+76
| * | Public inspector method to load enum listpr/126Ilya Pekelny2014-08-081-2/+10
| * | DropEnumType class available from postgres dialectIlya Pekelny2014-08-081-2/+3
* | | - rework documentation for reflection flags; also includeMike Bayer2014-08-091-42/+99
* | | Providing an autoload_with info automatically sets autoload to TrueMalik Diarra2014-08-091-2/+2
* | | - rewrite all the sqlite/pysqlite transaction isolation docsMike Bayer2014-08-094-50/+172
* | | - use configured test_schema hereMike Bayer2014-08-081-12/+14
* | | - have python setup.py test use xdist with -qMike Bayer2014-08-081-1/+1
|/ /
* | -Fixed bug where Postgresql JSON type was not able to persist orMike Bayer2014-08-071-0/+29
* | - add some docs to try to explain the behavior with MySQL / TIMESTAMP.Mike Bayer2014-08-041-0/+91
* | - Fixed bug in CTE where ``literal_binds`` compiler argument would notMike Bayer2014-08-021-1/+1
|/
* - workaround removal of nested() in py3kMike Bayer2014-07-302-1/+35
* - repair test finding to not skip the test_suite testsMike Bayer2014-07-302-2/+1
* - The exception wrapping system for DBAPI errors can now accommodateMike Bayer2014-07-291-3/+6
* - Fixed 0.9.7 regression caused by :ticket:`3067` in conjunction withMike Bayer2014-07-291-0/+3
* fix test ordering issuesMike Bayer2014-07-271-0/+2
* - remove print statementMike Bayer2014-07-271-3/+4
* - remove debugging assertionsMike Bayer2014-07-272-9/+5
* - add support for tags, including include/exclude support.Mike Bayer2014-07-276-37/+168