]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2013-08-18  Mike Bayer- add better notes to query.update(), most notably...
2013-08-18  Mike BayerFixed regression dating back to 0.7.9 whereby the name...
2013-08-17  Mike Bayer0.8 changelog
2013-08-17  Mike Bayer- changelog
2013-08-17  Mike BayerMerged in prschmid/sqlalchemy (pull request #4)
2013-08-17  Mike BayerMerged in bacher09/sqlalchemy (pull request #5)
2013-08-12  Mike Bayeradd some more detail about concurrency
2013-08-12  Mike Bayer- more "when do i create the session" docs, get specific
2013-08-11  Mike Bayeradd more docs to index, even though this seems to be...
2013-08-08  mike bayerMerge pull request #21 from svrin/patch-1
2013-08-07  Mike Bayer- The :meth:`.Operators.notin_` operator added in 0...
2013-08-01  Mike BayerUpdates to MySQL reserved words for versions 5.5, 5...
2013-07-31  Mike Bayer- update ORM event docs to include that you can listen...
2013-07-31  Mike Bayerfix cahngelog
2013-07-31  Mike Bayer- Fixed bug in common table expression system where...
2013-07-27  Mike Bayerfix py26 flag
2013-07-27  Mike Bayertry seeing if just clearing this ahead of time helps
2013-07-27  Mike Bayerexclude python2.5 on this also
2013-07-20  Mike Bayertpo
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...
next