]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
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
2013-06-03  Mike BayerMerge branch 'master' into ticket_1068
2013-06-03  Mike Bayer- some tweaks to try to help out mssql+pyodbc support...
2013-06-03  Mike Bayerworking through tests....
2013-06-02  Mike Bayer- figured out what the from_self() thing was about...
2013-06-02  Mike Bayergetting things to join without subqueries, but some...
2013-06-02  Mike Bayerimplement join rewriting inside of visit_select()....
2013-06-02  Mike Bayer- blow away context._attributes
2013-05-31  Mike Bayer0.8 changelog in 0.9
2013-05-31  Mike BayerFixed a regression caused by [ticket:2682] whereby the
2013-05-31  Mike Bayeradd a test for the exception we want to raise here
2013-05-31  Mike BayerThe "auto-aliasing" behavior of the :class:`.Query...
2013-05-30  Mike Bayer- implement armin's awesome metaclass adaptor, can...
2013-05-30  Mike Bayerremove
2013-05-30  Mike BayerMerge branch 'rel_0_9' (was already merged...git wants...
2013-05-30  Mike Bayer- the distinct hash code logic here is entirely obsolet...
2013-05-30  Mike Bayer- fix up 0.9 links
2013-05-29  Mike Bayerre-add these...
2013-05-29  Mike Bayer- version 0.9
2013-05-29  Mike Bayer- add typical local test scripts
2013-05-29  Mike BayerMerge branch 'rel_0_9'
2013-05-29  Mike Bayerkeep the contract for Properties as returning lists...
2013-05-29  Mike Bayeradd the py2k symbol from the 0.9 branch to support...
next