]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
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 BayerFixes to the ``sqlalchemy.ext.serializer`` extension...
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 BayerAdded a conditional to the unpickling process for ORM
2013-04-23  Mike Bayer- only search in the exception before the first newline...
2013-04-22  Mike BayerOpened up the checking for "disconnect" with psycopg2...
2013-04-22  Mike BayerFully implemented the IS and IS NOT operators with
2013-04-22  Mike Bayertweak this some more to handle the array being empty...
2013-04-22  Mike Bayer- change to [ticket:2681], pre-coerce the array to...
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 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- identify [ticket:2710] as a regression from [ticket...
2013-04-21  Mike BayerFixed bug where many-to-many relationship with uselist...
2013-04-21  Mike Bayer- remove lots of old tests here that are covered
2013-04-20  Mike Bayer- establish ordering here for the hstore repr test
2013-04-20  Mike Bayerorder the properties here to get the SQL to be determin...
2013-04-20  Mike Bayer- these pickle the assoc proxy by itself tests can...
2013-04-20  Hajime Nakagamimerge from default
2013-04-20  Hajime Nakagamitesting.crashes on cymysql >= 0.6
2013-04-20  Mike Bayer- this issue is a bug, mention the apply_labels issue...
2013-04-20  Mike Bayer- dont do a boolean check on the mapped object
2013-04-20  Hajime Nakagamiskip with cymysql 0.6
2013-04-20  Mike BayerImproved the behavior of instance management regarding
2013-04-20  Mike Bayerchangelog for pullreq 54 gaerdbms
2013-04-20  Dan RingFix mysql+gaerdbms dialect for changed exception format
2013-04-19  Mike BayerFixed a long-standing bug in the caching example, where
2013-04-18  Mike Bayer- remove erroneous second RelationshipCache class
2013-04-18  Mike Bayer- this pymssql test needs to be against the pymssql...
2013-04-18  Mike Bayerpython2.5 fix
2013-04-18  Mike Bayer- test + changelog for [ticket:2691]
2013-04-18  Mike Bayer- remove reference to _exc_info before reraise to reduc...
2013-04-18  Mike BayerReworked internal exception raises that emit
2013-04-18  Mike Bayer- additional test + correction for [ticket:2699]
2013-04-14  Mike Bayeradd cymysql...
2013-04-13  Hajime Nakagamimysql+cymysql dialect supports_sane_rowcount = False
2013-04-13  Hajime Nakagamia bit revert
2013-04-13  Hajime Nakagamimerge from default
2013-04-12  Mike BayerFixed bug whereby ORM would run the wrong kind of
2013-04-11  Mike Bayer- unit test failing on python3.3 + psycopg2, add an...
2013-04-11  Mike BayerFixed `__repr__()` on mapper property constructs
2013-04-11  Mike BayerThe _Binary base type now converts values through
2013-04-11  Mike BayerImprovements to Connection auto-invalidation
2013-04-11  Mike Bayerfix category
2013-04-11  Mike Bayerindentation fix
2013-04-11  Mike BayerA major fix to the way in which a select() object produces
2013-04-10  Mike Bayeradd calchipan
2013-04-09  Mike Bayerorder by...
2013-04-09  Mike BayerFixed indirect regression regarding :func:`.has_inherit...
2013-04-09  Mike Bayer0.7 changelog
2013-04-09  Mike BayerFixed bug when a query of the form:
2013-04-06  Hajime Nakagamirevert cymysql deadlock
2013-04-06  Hajime Nakagamiselect not return rowcount at mysql+cymysql
2013-04-06  Hajime Nakagamidrop table in cymysql
2013-04-06  Hajime Nakagamimerge from default
2013-04-01  Mike Bayer- reinstate insert returning back into test_insert...
2013-04-01  Mike Bayermerge default
2013-04-01  Mike Bayer- Fixed bug in unit of work whereby a joined-inheritance
2013-03-30  Diana Clarkemoving insert returning test back into CRUD test class...
2013-03-30  Diana Clarkewhitespace
2013-03-30  Diana Clarkemove the update tests from CRUDTest into sql/test_updat...
2013-03-30  Diana Clarkefixing tests for --db=mysql: VARCHAR requires a length...
2013-03-30  Diana Clarkestarting on the update tests next, pep8 pass first...
2013-03-29  Diana Clarkemove the insert tests from CRUDTest into sql/test_inser...
2013-03-29  Diana Clarkemove the delete tests from CRUDTest into sql/test_delet...
2013-03-29  Diana Clarkeadding pullreq # to changelog
2013-03-29  Diana Clarkeadding convenience method exists() to Query (see #...
2013-03-29  Mike Bayer- test all pymssql messages here
2013-03-29  Mike BayerMerged in sontek/sqlalchemy/add_better_disconnect_check...
2013-03-25  Mike Bayer- add a nose runner that erases out argv, otherwise
2013-03-24  Mike Bayer- limit some of these on views, indexes, pk constraints...
2013-03-24  Mike Bayermerge default
2013-03-24  Mike BayerMerged in msabramo/sqlalchemy (pull request #48)
2013-03-24  Mike Bayer- add an event to testing so that other dialects can...
2013-03-24  Mike BayerLoosened the check on dialect-specific argument names
2013-03-24  Mike Bayerfix syntax error
2013-03-23  Mike BayerFixed bug whereby a DBAPI that can return "0"
2013-03-23  Mike BayerMerged in tshepang/sqlalchemy/grammar (pull request...
2013-03-23  Mike BayerMerged in tshepang/sqlalchemy/typos (pull request #52)
2013-03-23  Tshepang Lekhonkhobefix grammar
2013-03-23  Tshepang Lekhonkhoberemove mistakenly-repeated words
2013-03-21  Marc AbramowitzMake MonkeyPatchedBinaryTest not fail on Python 2.5...
2013-03-19  Ben TrofatterRemoved commented line from test_types.py
2013-03-19  Ben TrofatterAdded workaround for pymysql3 double wrapping Programmi...
next