]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2013-06-23  Roman PodolyakaFix unicode literals on Python 3.1 and 3.2
2013-06-23  Roman PodolyakaFix unique constraints reflection in SQLite
2013-06-23  Roman PodolyakaImprove _test_get_unique_constraints()
2013-06-22  Mike BayerProvided a new attribute for :class:`.TypeDecorator`
2013-06-22  Mike Bayerversionadds
2013-06-22  Mike Bayer0.9 changelog
2013-06-22  Mike Bayer- 0.8 changelog
2013-06-22  Mike Bayerthis locale is not needed. maybe it is somewhere...
2013-06-22  mike bayerMerge pull request #5 from cjw296/pg-ranges
2013-06-20  Devimake tests pass
2013-06-19  Devicheck if compostite_class is of class type
2013-06-18  Mike BayerMerged in goodscloud/sqlalchemy (pull request #3)
2013-06-18  Mike Bayerfix up the isolation level docs which were a mess
2013-06-17  Mike Bayerremove double methods
2013-06-17  Mike Bayerturn this requirement back down as the simpler serializ...
2013-06-17  Mike Bayer- rework PropComparator.adapted() to be PropComparator...
2013-06-17  Mike Bayermigration for [ticket:2751]
2013-06-17  Matt ChisholmForgot final check that a delete in a backref also...
2013-06-17  Mike Bayerchangelog for 0.8
2013-06-17  Mike Bayerchangelog
2013-06-17  Mike BayerMerge branch 'master' of bitbucket.org:zzzeek/sqlalchemy
2013-06-17  Mike BayerMerged in goodscloud/sqlalchemy (pull request #2)
2013-06-17  Mike Bayercan remove this, issue is fixed
2013-06-17  Mike Bayer- clean up this test (really we don't even need this...
2013-06-16  Mike Bayer- changelog
2013-06-16  mike bayerMerge pull request #7 from malor/psycopg2_execution_options
2013-06-15  Mike BayerFixed bug in polymorphic SQL generation where multiple...
2013-06-15  Matt Chisholmdon't create a history entry when an object in a backre...
2013-06-15  Roman PodolyakaAdd AUTOCOMMIT isolation level support for psycopg2
2013-06-14  Mike Bayer- skip this test for py3k. serializer kind of a bust
2013-06-11  Mike Bayerchangelog for this
2013-06-10  Mike Bayerchangelog
2013-06-10  mike bayerMerge pull request #6 from eevee/propagate-reset-on...
2013-06-10  EeveePreserve reset_on_return when recreating a Pool.
2013-06-10  Mike BayerFixed bug where sending a composite attribute into...
2013-06-10  Mike BayerFixed the interaction between composite attributes and
2013-06-10  Chris WithersDocumentation for the new range type support.
2013-06-10  Chris WithersImplement EXCLUDE constraints for postgres.
2013-06-10  Chris Withersadd support for range operators listed in http://www...
2013-06-10  Chris WithersBasic type support for the new range types in postgres 9.2
2013-06-10  Mike Bayerthis comment is ancient
2013-06-09  Mike Bayerthese notes about **kw are incorrect, we are talking...
2013-06-09  Mike Bayer- get_unique_constraints() pull request
2013-06-09  mike bayerMerge pull request #4 from malor/reflect_constraints
2013-06-09  Roman PodolyakaAdd basic support of unique constraints reflection
2013-06-09  Mike BayerAdded pool logging for "rollback-on-return" and the...
2013-06-08  Mike Bayer...and...its a behavioral improvement
2013-06-08  Mike Bayerfix this example
2013-06-08  Mike Bayermention right joins, make it clear we're talking about...
2013-06-08  Mike Bayeroracle 9 does support this, oracle 8 is a special case.
2013-06-08  Mike Bayercleanup
2013-06-08  Mike Bayerget nested joins to render on oracle 8
2013-06-08  Mike Bayer- tests for the alias() API
2013-06-08  Mike Bayerformatting
2013-06-08  Mike Bayerchangelog
2013-06-08  mike bayerMerge pull request #3 from bslatkin/master
2013-06-08  Mike Bayermost of these dialect=mysql.dialect() calls are redundant
2013-06-08  Mike Bayer- changelog for [ticket:2704]
2013-06-08  Mike BayerMerged in malor/sqlalchemy (pull request #1)
2013-06-08  Roman PodolyakaFix using of 'mysql_length' for composite indexes
2013-06-08  Mike Bayeralso clarified the changelog regarding Cls.scalar ...
2013-06-08  Mike BayerAdded additional criterion to the ==, != comparators...
2013-06-08  Brett SlatkinFixing the error regex to match numbers with the long...
2013-06-08  Brett SlatkinPEP8
2013-06-08  Brett SlatkinMakes gaerdbms for App Engine use local MySQL server...
2013-06-08  Mike Bayer- Fixed an obscure bug where the wrong results would be
2013-06-07  Mike Bayerremove all remaining start/end py2k/py3k blocks
2013-06-06  Mike Bayerfix test
2013-06-06  Mike BayerMerge branch 'ticket_2587'
2013-06-06  Mike Bayerdial back the default "flatness" a bit, it will be...
2013-06-06  Mike BayerWhen querying the information schema on SQL Server...
2013-06-05  Mike Bayershrugs
2013-06-05  Mike Bayera test for what's breaking, plus a non-working fix...
2013-06-05  Mike Bayergenericize tests here
2013-06-05  Mike BayerMerge branch 'ticket_2587'
2013-06-05  Mike Bayer- add coverage for result map rewriting
2013-06-05  Mike Bayercallcounts
2013-06-04  Mike Bayer- if the select() does not have use_labels on, then...
2013-06-04  Mike Bayer- support for a__b_dc, i.e. two levels of nesting
2013-06-04  Mike Bayerrepair these tests now that we allow join from selectab...
2013-06-04  Mike Bayerclean up the dialect selection thing here
2013-06-04  Mike Bayer- add a flag to DefaultDialect for this so that people...
2013-06-04  Mike Bayer- improve overlapping selectables, apply to both query...
2013-06-04  Mike Bayer- eager loads
2013-06-04  Mike Bayerhere's the flat join thing. it just works. Changing...
2013-06-04  Mike Bayerand this comment
2013-06-04  Mike Bayerrewriting scheme now works.
2013-06-04  Mike Bayercapture the really hard one in a test (hooray)
2013-06-04  Mike BayerOK this is the broken version, need to think a lot...
2013-06-04  Mike Bayer- pulling out more aliases, sort of
2013-06-03  Mike BayerThe ``deferrable`` keyword argument on :class:`.Foreign...
2013-06-03  Mike BayerFixed bug where :class:`.MutableDict` didn't report...
2013-06-03  Mike Bayer- clean up some of the requires for cross-schema reflection
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-06-03  Mike Bayer- add changelog/migration note
2013-06-03  Mike BayerMerge branch 'master' into ticket_1068
2013-06-03  Mike Bayer- fdb is now official, [ticket:2504]
2013-06-03  Mike Bayertest tweak
next