]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2014-08-29  Mike Bayer- dropping callcounts
2014-08-29  Mike Bayerinlines galore
2014-08-29  Mike Bayer- major refactoring/inlining to loader.instances()...
2014-08-28  Mike Bayer- Made a small adjustment to the mechanics of lazy...
2014-08-28  Mike Bayer- flake8
2014-08-28  Mike Bayer- this is small optimization, currently it's the best...
2014-08-28  Mike Bayer- A new implementation for :class:`.KeyedTuple` used...
2014-08-26  Mike Bayer- The behavior of :paramref:`.joinedload.innerjoin...
2014-08-26  Mike Bayer- hard-won pep8 formatting of one of the giants...
2014-08-26  Mike Bayer- updates to migration / changelog for 1.0
2014-08-25  Mike Bayer- changelog for pr bitbucket:28
2014-08-25  Mike BayerMerge branch 'mutable-dict-update' of https://bitbucket...
2014-08-25  Mike Bayer- changelog for pr bitbucket:27
2014-08-25  Mike BayerMerge branch 'mutable-dict-coerce-fix' of https://bitbu...
2014-08-25  Mike Bayer- mention that FOUND_ROWS is hardcoded; fixes #3146
2014-08-25  Mike Bayer- The "resurrect" ORM event has been removed. This...
2014-08-23  Mike BayerMerge branch 'pr129'
2014-08-23  Mike Bayer- pep8 formatting for pg table opts feature, tests
2014-08-21  Mike BayerMerge remote-tracking branch 'origin/pr/131'
2014-08-21  mike bayerMerge pull request #130 from gthb/docfix-1
2014-08-21  Gunnlaugur... Add note on begin_nested requiring rollback/commit
2014-08-21  Gunnlaugur... Fix doc typo 'conjunection'
2014-08-21  Gunnlaugur... Fix copy-paste error in Delete doc
2014-08-21  Mike Bayer- fix link
2014-08-21  Mike Bayer- The INSERT...FROM SELECT construct now implies `...
2014-08-20  Mike Bayer- pep8
2014-08-20  Mike Bayer- factor out determination of current version id out of
2014-08-20  Mike Bayer- Fixed bug in connection pool logging where the "conne...
2014-08-20  Mike Bayer- pep8 cleanup
2014-08-19  Mike Bayer- simplify PK logic in update for row switch
2014-08-18  Mike Bayer- optimize collection of cols we insert as none
2014-08-18  Mike Bayer- move out checks for table in mapper._pks_by_table
2014-08-18  Mike Bayer- further reorganize collect_insert_commands to disting...
2014-08-18  Mike Bayer- organize persistence methods in terms of generators,
2014-08-18  Mike Bayer- major simplification of _collect_update_commands...
2014-08-18  Mike Bayer- Fixed bug where attribute "set" events or columns...
2014-08-17  Malik DiarraAdding postgres create table options documentation
2014-08-17  Malik DiarraCorrecting options name from withoids to with_oids
2014-08-17  Mike Bayer- oldest screwup in the book, forgot the file
2014-08-16  Malik Diarraquoting tablespace name in create table command in...
2014-08-16  Malik DiarraAdding oids and on_commit table options
2014-08-16  Malik DiarraAdding a tablespace options for postgresql create table
2014-08-16  Mike Bayer- rework profiling, zoomark tests into single tests...
2014-08-16  Mike Bayer- changelog for pullreq github:125
2014-08-16  Mike BayerMerge remote-tracking branch 'origin/pr/125' into pr125
2014-08-16  Mike Bayer- support dialects w/o sane multi row count again
2014-08-16  Mike Bayer- need list() here for py3k
2014-08-16  Mike Bayer- max failures 25
2014-08-15  Mike Bayer- mutablemapping adds compiler overhead, so screw it
2014-08-15  Mike Bayer- port the _collect_insert_commands optimizations from...
2014-08-15  Mike Bayer- The :class:`.IdentityMap` exposed from :class:`.Sessi...
2014-08-15  Mike Bayer- TIL that dict.keys() in py3K is not an iterator,...
2014-08-15  Mike Bayer- clean up provision and keep sqlite on memory DBs...
2014-08-15  Mike Bayer- don't add the parent attach event within _on_table_attach
2014-08-15  Mike Bayer- other test fixes
2014-08-15  Mike Bayer- modify how class state is tracked here as it seems...
2014-08-15  Mike Bayer- UPDATE statements can now be batched within an ORM...
2014-08-15  Mike Bayerpep8
2014-08-15  Mike Bayerpep8
2014-08-15  Mike Bayer- The string keys that are used to determine the column...
2014-08-14  Mike Bayer- Removing (or adding) an event listener at the same...
2014-08-14  Mike Bayerpep8
2014-08-14  Mike Bayeron second thought we need to prioritize what really...
2014-08-14  Mike Bayer- updates
2014-08-14  Mike Bayer- repair against use here
2014-08-13  Mike Bayer- The ``info`` parameter has been added to the construc...
2014-08-13  Mike Bayer- The :meth:`.InspectionAttr.info` collection is now...
2014-08-13  Mike Bayer- rename _InspectionAttr to InspectionAttr
2014-08-13  Mike Bayerflake8 cleanup
2014-08-13  Mike BayerMerge branch 'pr126'
2014-08-13  Mike Bayer- public method name is get_enums()
2014-08-09  Mike Bayer- changelog, fixes #3027
2014-08-09  Mike Bayer- rework documentation for reflection flags; also include
2014-08-09  Malik DiarraProviding an autoload_with info automatically sets...
2014-08-09  Mike Bayer- add tests for the savepoint recipe
2014-08-09  Mike Bayer- rewrite all the sqlite/pysqlite transaction isolation...
2014-08-09  Matt Chisholmfix MutableDict.coerce
2014-08-09  Matt Chisholmadd update() support to MutableDict
2014-08-08  Mike Bayer- oursql doesn't pass this consistently, not sure what...
2014-08-08  Mike Bayer- use configured test_schema here
2014-08-08  Mike Bayeroursql seems to handle this? unclear, might be depende...
2014-08-08  Mike Bayer- have python setup.py test use xdist with -q
2014-08-08  Mike Bayer- memusage is fine for parallel
2014-08-08  Mike Bayer- turn off the testing reaper here, that's the source...
2014-08-08  Ilya PekelnyPublic inspector method to load enum list
2014-08-08  Ilya PekelnyDropEnumType class available from postgres dialect
2014-08-07  Mike Bayer- take out the iterator approach here as it does not...
2014-08-07  Mike Bayer-Fixed bug where Postgresql JSON type was not able...
2014-08-07  Mike Bayer- clarify docs that contains_eager() is included in...
2014-08-07  mike bayerMerge pull request #127 from mwhite/master
2014-08-06  Michael Whitefix typo in cascade documentation
2014-08-05  Mike Bayer- add some docs to try to explain the behavior with...
2014-08-02  Mike Bayer- Fixed bug in CTE where ``literal_binds`` compiler...
2014-08-02  Tony Lockepg8000 now supports sane_multi_rowcount
2014-08-02  Tony Locketwo_phase_recover, COMMIT PREPARED in transaction
2014-08-02  Tony LockeRemove spurious print statements in pg8000 dialect
2014-08-02  Tony LockePEP8 tidy of test/engine/test_reconnect
2014-08-02  Tony LockeWith pg8000-1.9.13 passes engine/test_reconnect
2014-07-30  Mike Bayer- update the literal binds section
2014-07-30  Mike Bayer- workaround removal of nested() in py3k
next