summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy
Commit message (Expand)AuthorAgeFilesLines
* Added documentation. Changed my mind - added get_foreign_table_names() only t...pr/128Rodrigo Menezes2014-09-055-41/+20
* Added get_foreign_table_names to interface and put it in the test requirements.Rodrigo Menezes2014-09-054-2/+19
* Fixing some pep8s and adding get_foreign_tables.Rodrigo Menezes2014-09-032-2/+26
* Removed changes that are no longer necessary for postgresql_relkind. Also, re...Rodrigo Menezes2014-08-262-3/+5
* Merge branch 'master' of https://github.com/zzzeek/sqlalchemy into feature/po...Rodrigo Menezes2014-08-2622-679/+828
|\
| * Merge branch 'mutable-dict-update' of https://bitbucket.org/goodscloud/sqlalc...Mike Bayer2014-08-251-0/+4
| |\
| | * add update() support to MutableDictMatt Chisholm2014-08-091-0/+4
| * | Merge branch 'mutable-dict-coerce-fix' of https://bitbucket.org/goodscloud/sq...Mike Bayer2014-08-251-3/+3
| |\ \
| | * | fix MutableDict.coerceMatt Chisholm2014-08-091-3/+3
| | |/
| * | - mention that FOUND_ROWS is hardcoded; fixes #3146Mike Bayer2014-08-251-7/+5
| * | - The "resurrect" ORM event has been removed. This event hook hadMike Bayer2014-08-252-23/+0
| * | Merge branch 'pr129'Mike Bayer2014-08-231-1/+71
| |\ \
| | * | - pep8 formatting for pg table opts feature, testsMike Bayer2014-08-231-24/+59
| | * | 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
| * | | Fix doc typo 'conjunection'pr/130Gunnlaugur Þór Briem2014-08-211-1/+1
| * | | Fix copy-paste error in Delete docGunnlaugur Þór Briem2014-08-211-2/+2
| * | | - fix linkMike Bayer2014-08-211-1/+1
| * | | - The INSERT...FROM SELECT construct now implies ``inline=True``Mike Bayer2014-08-202-14/+24
| * | | - factor out determination of current version id out ofMike Bayer2014-08-201-55/+55
| * | | - Fixed bug in connection pool logging where the "connection checked out"Mike Bayer2014-08-201-10/+12
| * | | - simplify PK logic in update for row switchMike Bayer2014-08-192-16/+9
| * | | - optimize collection of cols we insert as noneMike Bayer2014-08-182-17/+11
| * | | - move out checks for table in mapper._pks_by_tableMike Bayer2014-08-181-16/+32
| * | | - further reorganize collect_insert_commands to distinguish betweenMike Bayer2014-08-181-13/+21
| * | | - organize persistence methods in terms of generators,Mike Bayer2014-08-181-93/+94
| * | | - major simplification of _collect_update_commands. in particular,Mike Bayer2014-08-182-83/+70
| * | | - Fixed bug where attribute "set" events or columns withMike Bayer2014-08-172-19/+22
| * | | - oldest screwup in the book, forgot the fileMike Bayer2014-08-161-0/+167
| |/ /
| * | - 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