]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
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-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-07-30  Mike Bayer- update the literal binds section
2014-07-30  Mike Bayer- workaround removal of nested() in py3k
2014-07-30  Mike Bayer- ensure all tests are named test_*
2014-07-30  Mike Bayer- repair test finding to not skip the test_suite tests
2014-07-29  Mike Bayer- fix unit test affected by #3075
2014-07-29  Mike Bayerpep8 cleanup
2014-07-29  Mike Bayer- The exception wrapping system for DBAPI errors can...
2014-07-29  Mike Bayer- Fixed 0.9.7 regression caused by :ticket:`3067` in...
2014-07-28  Mike Bayer- find the remaining not cleaning up correctly test
2014-07-28  Mike Bayerfix test ordering issues
2014-07-28  Mike Bayer- remove print statement
2014-07-28  Mike Bayer- exclude profiling altogether from coverage
2014-07-27  Mike Bayer- disable C exts on coverage run
2014-07-27  Mike Bayer- remove debugging assertions
2014-07-27  Mike Bayer- add support for tags, including include/exclude support.
2014-07-27  Mike Bayer- reorganize tox options
2014-07-27  Mike BayerMerge branch 'master' into xdist_poc
2014-07-27  Mike Bayerfix paren here
2014-07-27  Mike Bayer- scale up for mysql, sqlite
2014-07-26  Mike BayerMerge branch 'master' into xdist_poc
2014-07-26  Mike Bayer- rework the exclusions system to have much better...
2014-07-26  Mike Bayer- fix whitespace
2014-07-26  Mike Bayer- use a template database for PG so extensions get...
2014-07-25  Mike BayerMerge branch 'master' into xdist_poc
2014-07-25  Mike Bayer- restore non_updating_cascade to test_manytomany_nonpa...
2014-07-25  Mike Bayer- proof of concept for parallel testing
2014-07-25  Mike Bayer- more pg8000 tests passing
2014-07-25  Mike BayerMerge remote-tracking branch 'origin/pr/117' into pg8000
2014-07-25  Mike Bayer- Fixed bug in :class:`.postgresql.array` object where...
2014-07-25  Mike BayerMerge remote-tracking branch 'origin/pr/124' into issue3141
2014-07-25  Mike Bayer- flake8 all of test/dialect/postgresql
2014-07-25  Mike Bayer- The MySQL dialect will now disable :meth:`.Connection...
2014-07-25  Mike Bayer- use a variant with expected collation here for mysql
2014-07-24  Mike Bayer- Added a supported :meth:`.FunctionElement.alias`...
2014-07-24  Mike Bayermerge 0.9.8 start
2014-07-24  AndrewFix argument to array() in array._bind_param()
2014-07-22  Mike Bayerforwards port 0.9 changelog update
2014-07-22  Mike Bayer- forwards port 0.8 changelog update
2014-07-22  Mike Bayer- missing 0.8 change forwards port
2014-07-22  Mike Bayerspelling
2014-07-22  Mike Bayer- ticket inline
2014-07-22  Mike Bayer- update some SQL server tests, support
2014-07-22  Mike Bayer- allow 10 stray connections that need a gc
2014-07-21  Mike Bayer- fix missing release date
2014-07-21  Mike Bayerput a greater variance into this test to prevent sporad...
2014-07-21  Mike Bayer- Fixed bug introduced in 0.9.5 by new pg8000 isolation...
2014-07-21  mike bayerMerge pull request #120 from bogkyu/pr_fix_docgen
2014-07-20  BogFix doc gen on Windows platform
2014-07-20  Mike Bayer- support args
2014-07-20  Brian Jarrett- apply pep8 formatting to sqlalchemy/sql, sqlalchemy...
2014-07-20  Tony LockePEP8 tidy of test/orm/test_dynamic.py
2014-07-20  Tony LockeFixes for pg8000 for test/orm/test_dynamic.py
2014-07-20  Tony LockePEP8 tidy of test/orm/test_froms.py
2014-07-20  Tony LockeOpened test_self_referential for pg8000
2014-07-20  Tony LockePEP8 tidy for test/orm/test_naturalpks.py
2014-07-20  Tony LockeRemove requirement for manytomany_nonpassive
2014-07-20  Tony LockePEP8 tidy of test/orm/test_query.py
2014-07-20  Tony Lockepg8000 passing test/orm/test_query.py
2014-07-19  Tony LockePEP8 tidy for test/orm/test_transaction.py
next