]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2014-08-21  Mike BayerMerge branch 'rel_0_9' of bitbucket.org:zzzeek/sqlalche...
2014-08-21  Gunnlaugur... Fix doc typo 'conjunection'
2014-08-21  Gunnlaugur... Fix copy-paste error in Delete doc
2014-08-21  Mike Bayer- doc corrections for inline=True
2014-08-21  Mike Bayer- upgrade the note about inline=True to a warning,...
2014-08-20  Mike Bayer- Fixed bug in connection pool logging where the "conne...
2014-08-20  Mike Bayer- pep8 cleanup
2014-08-16  Mike Bayer- changelog for pullreq github:125
2014-08-16  Tony Lockepg8000 now supports sane_multi_rowcount
2014-08-15  Mike Bayer- mutablemapping adds compiler overhead, so screw it
2014-08-15  Mike Bayer- TIL that dict.keys() in py3K is not an iterator,...
2014-08-15  Mike Bayer- The string keys that are used to determine the column...
2014-08-09  Mike Bayer- rework documentation for reflection flags, backport...
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- turn off the testing reaper here, that's the source...
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  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-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-29  Mike Bayer- find the remaining not cleaning up correctly test
2014-07-29  Mike Bayerfix test ordering issues
2014-07-27  Mike Bayer- rework the exclusions system to have much better...
2014-07-26  Mike Bayer- fix whitespace
2014-07-25  Mike Bayer- restore non_updating_cascade to test_manytomany_nonpa...
2014-07-25  Mike Bayer- more pg8000 tests passing
2014-07-25  Tony LockePEP8 tidy of test/orm/test_dynamic.py
2014-07-25  Tony LockeFixes for pg8000 for test/orm/test_dynamic.py
2014-07-25  Tony LockePEP8 tidy of test/orm/test_froms.py
2014-07-25  Tony LockeOpened test_self_referential for pg8000
2014-07-25  Tony LockePEP8 tidy for test/orm/test_naturalpks.py
2014-07-25  Tony LockeRemove requirement for manytomany_nonpassive
2014-07-25  Tony LockePEP8 tidy of test/orm/test_query.py
2014-07-25  Tony Lockepg8000 passing test/orm/test_query.py
2014-07-25  Tony LockePEP8 tidy for test/orm/test_transaction.py
2014-07-25  Tony LockeFix support for two phase commit in pg8000 dialect
2014-07-25  Tony LockePEP8 tidy for test/orm/test_versioning.py
2014-07-25  AndrewFix argument to array() in array._bind_param()
2014-07-25  Mike Bayer- Fixed bug in :class:`.postgresql.array` object where...
2014-07-25  Mike Bayer- flake8 all of test/dialect/postgresql
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 Bayer- start 0.9.8
2014-07-22  Mike Bayer0.9.7 rel_0_9_7
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  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-18  Mike Bayer- add E721
2014-07-18  Mike Bayerreformat test_types
2014-07-18  Mike Bayer- update the flake8 rules again
2014-07-18  Mike Bayer- Fixed bug in oracle dialect test suite where in one...
2014-07-16  Mike Bayer- also add the alternate approach, name column distinct...
2014-07-16  Mike Bayer- add a documentation section for naming conflicts...
2014-07-16  Mike Bayer- reinstate E123, E125, E128
2014-07-16  Mike Bayer- forwards-port changelog for ref #3093
2014-07-15  Mike Bayer- use an odict here to ensure ordering of properties
2014-07-15  Mike Bayer- add a full env for pypy, name it funny to avoid hidde...
2014-07-15  Mike Bayer- fully flake8 this file
2014-07-15  Mike Bayer- Fixed a regression caused by :ticket:`2976` released...
2014-07-15  Mike Bayer- Fixed a SQLite join rewriting issue where a subquery...
2014-07-15  Mike Bayer- wrestle with conv() and tests some more
2014-07-15  Mike Bayer- allow the compilation rule that gets the formatted...
2014-07-15  Mike Bayer- Fix bug in naming convention feature where using...
2014-07-14  Mike Bayer- Fixed a regression from 0.9.5 caused by :ticket:...
2014-07-14  Mike Bayer- Added statement encoding to the "SET IDENTITY_INSERT"
2014-07-14  Mike Bayer- In the SQL Server pyodbc dialect, repaired the implem...
2014-07-14  Mike Bayer- Fixed a regression from 0.9.0 due to :ticket:`2736...
2014-07-14  Mike Bayer -Fixed bug in common table expressions whereby positio...
2014-07-14  Mike Bayer- Fixed bug where multi-valued :class:`.Insert` constru...
2014-07-14  Mike Bayerneed a 1.0.0 here
2014-07-14  Mike Bayer- Added a "str()" step to the dialect_kwargs iteration for
2014-07-14  Mike Bayer- add some order bys
2014-07-14  Mike Bayer- ensure usedevelop is present so that C exts are in...
2014-07-14  Mike Bayer- adjust this to work on PG also
2014-07-14  Brian JarrettPEP8 style fixes
2014-07-13  Mike Bayer- Fixed bug in :class:`.Enum` and other :class:`.Schema...
2014-07-11  Mike Bayerupdate test runners to be module-based
2014-07-11  Mike BayerOK use tox
2014-07-10  Brian Jarrettfixed style to conform to PEP8
2014-07-10  Mike Bayer- determine the root cause of the mysqlconnector issue...
2014-07-10  Mike Bayer- mark tests failing for mysqlconnector, oursql
2014-07-10  Mike Bayer- The :meth:`.TypeEngine.with_variant` method will...
2014-07-09  Mike Bayer- break up the <authors> copyright comment as part...
next