]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2013-06-03  Mike BayerFixed bug where :class:`.MutableDict` didn't report...
2013-06-03  Mike BayerFixed bug whereby joining a select() of a table "A...
2013-06-03  Mike BayerFixed bug whereby using :meth:`.MetaData.reflect` acros...
2013-06-03  Mike Bayer- remove the ``__iter__()`` with notimplemented since...
2013-05-31  Mike BayerFixed a regression caused by [ticket:2682] whereby the
2013-05-31  Mike Bayerupdate
2013-05-31  Mike Bayerrestore functionality here
2013-05-31  Mike BayerAdded a new method :meth:`.Query.select_entity_from...
2013-05-29  Mike BayerMerge branch 'master' into rel_0_8
2013-05-29  Mike Bayeradd the py2k symbol from the 0.9 branch to support...
2013-05-29  Mike Bayerchangelog
2013-05-29  Mike Bayer- repair for py3k
2013-05-29  Dmitry MugtasimovUnicode support for psycopg2 native hstore implementation
2013-05-29  Mike Bayer hstores are text, and in py3k they seem to be implcit...
2013-05-28  Mike Bayer- move an import stuck in the middle here...
2013-05-28  Mike BayerMerge branch 'master' into rel_0_8
2013-05-28  Mike BayerFixed a small bug in the dogpile example where the...
2013-05-26  Mike BayerMerge branch 'master' into rel_0_8
2013-05-26  Mike Bayerfix this test
2013-05-26  mike bayerMerge pull request #1 from cjw296/small-fixes
2013-05-26  diana- fixing AbstractConcreteBase import in docstring, 0.8
2013-05-26  Diana Clarke- fixing AbstractConcreteBase import in docstring,...
2013-05-26  Chris Witherstweaks to ignores
2013-05-26  Chris WithersShow the conflicting column in the warning!
2013-05-26  Chris Withersfix incorrect method name
2013-05-26  Chris WithersAdd missing import that caused test_notice_logging...
2013-05-25  Mike BayerMerge branch 'master' into rel_0_8
2013-05-25  Mike Bayer- move to git dotfiles
2013-05-23  Mike Bayermerge default
2013-05-23  Mike BayerFixed a bug where the routine to detect the correct...
2013-05-15  Mike Bayermerge default
2013-05-15  Mike BayerRegression from this ticket caused the unsupported...
2013-05-13  Mike Bayermerge default
2013-05-13  Mike BayerFixed a regression from 0.7 caused by this ticket,...
2013-05-10  Mike Bayermerge default
2013-05-10  Mike Bayer- moderinzed the docs for the foreign_keys parameter...
2013-05-05  Mike Bayermerge default
2013-05-05  Mike Bayer- cleanup
2013-05-04  Mike Bayermerge default
2013-05-04  Mike Bayercleanup
2013-05-04  Mike Bayercleanup
2013-05-04  Mike Bayercleanup
2013-05-04  Mike Bayerformatting stuff
2013-05-01  Mike Bayermerge default
2013-05-01  Mike Bayer- disable tests failing with pypy2, [ticket:2719]
2013-04-30  Mike Bayermerge default
2013-04-30  Mike Bayer- Fixed a regression from 0.7 where the contextmanager...
2013-04-30  Mike Bayermissing comma
2013-04-29  Mike Bayermerge default
2013-04-29  Mike Bayerbump
2013-04-29  Mike Bayermerge default
2013-04-29  Mike BayerUpdated mysqlconnector dialect to check for disconnect...
2013-04-29  Mike Bayermerge default
2013-04-29  Mike Bayer- fix long-outdated documentation for sql_mode/ansiquotes,
2013-04-27  Mike Bayermerge rel_0_8
2013-04-27  Mike BayerAdded tag rel_0_8_1 for changeset 2cf49d898d3a10d1c7a5a...
2013-04-27  Mike Bayer0.8.1 rel_0_8_1
2013-04-27  Mike Bayermerge default
2013-04-27  Mike Bayermodernize some more examples
2013-04-27  Mike Bayer- add documentation note for [ticket:1841]
2013-04-26  Mike Bayerthe callcount went up here, still less than with no...
2013-04-26  Mike Bayeroracle doesn't have TRUE/FALSE, put 1/0 here, see how...
2013-04-26  Mike Bayerneed to test for (list, tuple) here and not hasattr...
2013-04-26  Mike Bayerfix here, was only failing in the py3k version
2013-04-26  Mike Bayermerge default
2013-04-26  Mike BayerFixes to the ``sqlalchemy.ext.serializer`` extension...
2013-04-26  Mike Bayermerge default
2013-04-26  Mike Bayerchangelog for [ticket:2714]
2013-04-26  Mike Bayerand a lot of tests. five fail without the change
2013-04-25  Mike Bayer- further cleanup. in particular, the left clause...
2013-04-25  Mike Bayerwe can always adapt to right also. suppose if right
2013-04-25  Mike Bayerheh dont need that either
2013-04-25  Mike Bayerdont need this
2013-04-25  Mike Bayercleanup
2013-04-25  Mike Bayereverything passes with this!!!!!!! holy crap !!!!!...
2013-04-24  Mike Bayer- attempt to replace the whole idea of "join_to_left...
2013-04-24  Mike Bayerbreak into multiple tests
2013-04-24  Mike Bayerformatting
2013-04-24  Mike Bayer- merge exists() patch + changelog
2013-04-23  Mike Bayermerge default
2013-04-23  Mike BayerAdded a conditional to the unpickling process for ORM
2013-04-23  Mike Bayermerge default
2013-04-23  Mike Bayer- only search in the exception before the first newline...
2013-04-22  Mike Bayermerge default
2013-04-22  Mike BayerOpened up the checking for "disconnect" with psycopg2...
2013-04-22  Mike Bayermerge default
2013-04-22  Mike BayerFully implemented the IS and IS NOT operators with
2013-04-22  Mike Bayermerge default
2013-04-22  Mike Bayertweak this some more to handle the array being empty...
2013-04-22  Mike Bayermerge default
2013-04-22  Mike Bayer- change to [ticket:2681], pre-coerce the array to...
2013-04-22  Mike Bayermerge default
2013-04-22  Mike BayerThe operators for the Postgresql ARRAY type supports
2013-04-21  Mike Bayer- changelog
2013-04-21  Mike Bayermerge cymysql branch
2013-04-21  Mike Bayermerge into cymysql branch...
2013-04-21  Mike Bayermerge default
2013-04-21  Mike Bayer- Improvements to the operation of the pymysql dialect on
2013-04-21  Mike BayerMerged in bentrofatter/sqlalchemy-2663 (pull request...
2013-04-21  Mike Bayer- merge default
next