]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2013-07-20  Mike Bayer- Improved the examples in ``examples/generic_associati...
2013-07-19  mike bayerMerge pull request #18 from davidjb/patch-1
2013-07-19  Mike BayerFixed bug in ORM-level event registration where the...
2013-07-17  Mike BayerFixed bug in :class:`.CheckConstraint` DDL where the...
2013-07-14  mike bayerMerge pull request #17 from iElectric/docs/wording_yiel...
2013-07-13  Mike Bayerfurther tweaking
2013-07-13  Mike Bayerfix the scoping here
2013-07-13  Mike Bayercallcounts
2013-07-13  Mike BayerA performance fix related to the usage of the :func...
2013-07-13  Mike Bayerdoc fix
2013-07-13  Mike BayerThe newly added SQLite DATETIME arguments storage_forma...
2013-07-12  Mike Bayer- use inline=True for the insert..select here so it...
2013-07-12  Mike BayerCSS tweaks to support version styling in the latest...
2013-07-12  Mike Bayerfix missing import here
2013-07-12  Mike BayerFixed bug where the expression system relied upon the...
2013-07-12  Mike Bayerdon't split the regexps for chop_traceback()
2013-07-11  Mike BayerDialect.initialize() is not called a second time if...
2013-07-07  Mike Bayerremove undoc-members from query docstring [ticket:2774]
2013-07-06  Mike Bayeruse "target tables" here
2013-07-05  Mike Bayer- Added new method to the :func:`.insert` construct
2013-07-05  Mike Bayercallcount
2013-07-05  Mike BayerFixed bug whereby attribute history functions would...
2013-07-04  Mike Bayer- take advantage of 0.9's pool redesign a bit, adding
2013-07-03  Mike Bayer0.8.2 rel_0_8_2
2013-07-03  Mike Bayerdont need this
2013-07-03  Mike Bayermake this rule automatic based on coverage plugin
2013-07-03  Mike Bayermark the tests that seem to be segfauling py3k+coverage...
2013-07-03  Mike Bayerfor this test, apparently we don't handle sets as unord...
2013-07-02  Mike Bayer- clean up some of the requires for cross-schema reflection
2013-07-02  Mike Bayergenericize tests here
2013-07-02  Mike BayerFixed bug when using multi-table UPDATE where a supplem...
2013-07-02  Mike BayerAdded :class:`.BIGINT` to the list of type names that...
2013-07-02  Mike BayerORM descriptors such as hybrid properties can now be...
2013-07-01  Mike Bayerfix python 2.5isms
2013-07-01  Mike Bayerfix a missing stringio import
2013-07-01  Mike Bayerfix syntax screwup
2013-06-30  Mike BayerAdded new flag ``retaining=False`` to the kinterbasdb...
2013-06-30  Mike Bayer- replace most explicitly-named test objects called...
2013-06-30  Mike Bayer- additional fix for [ticket:2750] where on an update...
2013-06-30  Mike Bayeradd better tests for [ticket:2750]
2013-06-30  Mike BayerA warning is emitted when trying to flush an object...
2013-06-29  Mike Bayertweak the timings here to maximize chance of test success
2013-06-29  Mike Bayerset UTC timezone on the connection here so we can get...
2013-06-29  Mike Bayerfix 2.5 syntaxes
2013-06-29  Mike BayerThe behavior of :func:`.extract` has been simplified...
2013-06-29  Mike Bayerrefactor test suites for postgresql, mssql, mysql into...
2013-06-29  Mike Bayerimprove the close handling here so that we don't double...
2013-06-28  Mike BayerType lookup when reflecting the Firebird types LONG and
2013-06-28  Mike BayerFixed bug in HSTORE type where keys/values that contained
2013-06-26  Mike Bayeradd an ORDER BY here
2013-06-26  Mike Bayer- rework of correlation, continuing on #2668, #2746
2013-06-26  Mike Bayerneed the defaultdict import here
2013-06-26  Mike Bayerchangelog
2013-06-26  mike bayerMerge pull request #13 from malor/fix_indexes_reflection
2013-06-26  mike bayerMerge pull request #12 from cjw296/master
2013-06-23  Mike Bayer0.8 changelog
2013-06-23  Mike BayerMerge branch 'master' of https://github.com/asldevi...
2013-06-23  Mike Bayer2.5ism
2013-06-22  Mike BayerProvided a new attribute for :class:`.TypeDecorator`
2013-06-22  Mike Bayerversionadds
2013-06-22  Mike Bayer- 0.8 changelog
2013-06-22  mike bayerMerge pull request #5 from cjw296/pg-ranges
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 Bayerchangelog for 0.8
2013-06-17  Mike BayerMerged in goodscloud/sqlalchemy (pull request #2)
2013-06-16  Mike Bayer- changelog
2013-06-16  mike bayerMerge pull request #7 from malor/psycopg2_execution_options
2013-06-15  Mike Bayerfix tests here for 0.8
2013-06-15  Mike BayerFixed bug in polymorphic SQL generation where multiple...
2013-06-14  Mike Bayer- skip this test for py3k. serializer kind of a bust
2013-06-10  Mike Bayerchangelog
2013-06-10  mike bayerMerge pull request #6 from eevee/propagate-reset-on...
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-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  Roman PodolyakaFix using of 'mysql_length' for composite indexes
2013-06-06  Mike BayerWhen querying the information schema on SQL Server...
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 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
next