]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2013-04-09  Mike Bayerorder by...
2013-04-09  Mike Bayermerge default
2013-04-09  Mike BayerFixed indirect regression regarding :func:`.has_inherit...
2013-04-09  Mike Bayer0.7 changelog
2013-04-09  Mike Bayermerge default
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 Bayermerge default
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...
2013-03-18  Marc AbramowitzMake MonkeyPatchedBinaryTest only run when using mssql...
2013-03-18  John Andersoncleaned up errors, only check for connection timeout...
2013-03-18  John AndersonAdded disconnect checks for timeout, unable to read...
2013-03-18  Mike Bayerchangelog
2013-03-18  Mike BayerMerged in msabramo/sqlalchemy/trac_ticket_2683 (pull...
2013-03-18  Marc Abramowitzdialects/mssql/pymssql.py: Modify module.Binary to...
2013-03-18  Marc AbramowitzAdd a test for http://www.sqlalchemy.org/trac/ticket...
2013-03-18  Mike Bayer0.8.1 bump + test, changelog for hstore fix [ticket...
2013-03-18  Ben TrofatterCorrected silly circular import introduced by original...
2013-03-18  Ben TrofatterAdded HSTORE to ischema_names in dialects/postgresql...
2013-03-18  Mike Bayermerge plus fix the test spelling too
2013-03-18  Richard MitchellFix typo.
2013-03-18  Mike Bayerno need to use getattr() here
2013-03-18  Mike Bayersome profiles
2013-03-11  Mike Bayermerge default
2013-03-11  Mike Bayerdoc updates
2013-03-11  Mike Bayermerge default
2013-03-11  Mike Bayer- repair doctest for SQL expression tutorial
2013-03-10  Mike Bayermerge 0.8
2013-03-10  Mike BayerAdded tag rel_0_8_0 for changeset 2a20fd85d7f1c836c2909...
2013-03-10  Mike Bayer- add pgp identity rel_0_8_0
2013-03-10  Mike Bayer0.8.0
2013-03-10  Mike Bayermerge default
2013-03-10  Mike Bayeradd ibm_db_sa
2013-03-09  Mike Bayermerge default
2013-03-09  Mike Bayerlinting
2013-03-09  Mike Bayersome tests that were never turned on...
2013-03-09  Mike Bayer- auto-append for CheckConstraint should skip table...
2013-03-09  Mike Bayermerge default
2013-03-09  Mike BayerAdded support for Postgresql's traditional SUBSTRING
2013-03-09  Mike Bayermerge default
2013-03-09  Mike Bayer- remove all compat items that are pre-2.5 (hooray)
2013-03-09  Mike Bayer- this test is ridiculous, executemany() + returning...
2013-03-09  Mike Bayermerge default
2013-03-09  Mike BayerA meaningful :attr:`.QueryableAttribute.info` attribute is
2013-03-09  Mike Bayermerge default
2013-03-09  Mike Bayerchangelog
2013-03-09  Mike Bayer- clean up entity correlation tests in test_query
2013-03-09  Mike Bayer- the base correlate tests in test_compiler cover the...
2013-03-09  Mike Bayer- since correlation is now always at least semi-automat...
2013-03-09  Mike Bayergo back to the original form, then break out this test...
2013-03-07  Luke CycaChanged behavior of Select.correlate() to ignore correl...
2013-03-07  Mike Bayermerge default
2013-03-07  Mike Bayerclose branch
2013-03-07  Mike Bayerchangelog
2013-03-07  Mike BayerMerged in nakagami/sqlalchemy/cymysql (pull request...
2013-03-07  Hajime Nakagamimerge from default
2013-03-06  Hajime Nakagamido_execute() hook in cymysql dialect
2013-03-05  Hajime Nakagamimysql+cymysql test_types.py
2013-03-04  Mike Bayermerge default
2013-03-04  Mike Bayer- add some more transaction states so that we deliver...
2013-03-04  Mike Bayermerge default
2013-03-04  Mike Bayeryikes, print statement !
2013-03-04  Mike Bayermerge default
2013-03-04  Mike Bayer- this assertion moves out to configure_mappers() now
2013-03-04  Mike Bayerfix non2.5 compat @property usage
2013-03-03  Mike Bayerdont need this conditional here
2013-03-03  Mike Bayermerge default
2013-03-03  Mike Bayer- Improved checking for an existing backref name confli...
next