]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2013-10-13  Mike BayerMySQL-connector dialect now allows options in the creat...
2013-10-13  Mike BayerParenthesis will be applied to a compound SQL expression as
2013-10-13  Mike Bayer- Fixed bug in default compiler plus those of postgresq...
2013-10-09  Mike BayerA :func:`.select` that is made to refer to itself in...
2013-10-08  Mike BayerFixed bug where using an annotation such as :func:...
2013-10-08  Mike BayerNon-working "schema" argument on :class:`.ForeignKey...
2013-10-08  mike bayerMerge pull request #32 from yoloseem/patch-1
2013-10-08  Hyunjun KimFix a typo: evaluted -> evaluated.
2013-10-01  Mike Bayer- add monetdb
2013-09-29  Mike Bayer- put exact version string in the test
2013-09-29  Mike Bayerchangelog
2013-09-29  mike bayerMerge pull request #26 from hackop/ticket_2819
2013-09-29  Mike Bayeradd test for upcoming pullreq
2013-09-29  Mike Bayerits a feature
2013-09-29  Mike Bayerchangelog
2013-09-29  mike bayerMerge pull request #25 from gthb/ticket_2821
2013-09-17  Mike Bayerfix typo [ticket:2827]
2013-09-17  Mike Bayerrender "backports"/ "forward ports" automatically,...
2013-09-04  Vladimir MagamedovFixed Query.exists() method for the case, when query...
2013-09-02  Mike Bayeruse a different col here to keep oracle happy
2013-08-28  Mike Bayerplus some more adjustments for mysql, or in general...
2013-08-28  Mike BayerFixed bug where using the ``column_reflect`` event...
2013-08-28  Mike Bayer- fix a crapload of seealsos
2013-08-26  Mike Bayercorrect for missing fail() methods which were lost...
2013-08-26  Mike Bayerclean up formatting and other linting issues
2013-08-25  Mike Bayer- add version_id documentation [ticket:867]
2013-08-25  Mike Bayerforgot to add system to the copy() method
2013-08-25  Mike Bayeradded "system=True" to Column, so that we generally...
2013-08-25  mike bayerMerge pull request #23 from yoloseem/master
2013-08-24  Mike Bayer- The :class:`.CreateColumn` construct can be appled...
2013-08-24  Mike Bayer- this comment is wrong, the method here returns all...
2013-08-23  Mike Bayerformatting
2013-08-21  Mike Bayer- update the test times, include pypy, clean up the...
2013-08-21  Mike Bayeradd FAQ entry on large inserts
2013-08-21  Mike Bayerfix link
2013-08-21  Mike Bayermove FAQ to the docs, [ticket:2133]
2013-08-21  Mike Bayeryikes return the modname if no lookup found...
2013-08-21  Mike Bayerdont need to translate all these names
2013-08-21  Mike Bayertoo small!
2013-08-21  Mike Bayeradd some height
2013-08-21  Mike Bayeradditoinal
2013-08-21  Mike Bayer- reorganize docs so expression, schema are broken...
2013-08-21  Mike Bayerpypy pickle isn't "bulletproof"
2013-08-21  Mike Bayerapply test skips for pypy issue #1573 in 0.8 [ticket...
2013-08-20  Mike BayerFixed bug where list instrumentation would fail to...
2013-08-18  Mike Bayerchangelog adjust...
2013-08-18  Mike Bayer- use newly fixed WeakSequence (#2794) to not have...
2013-08-18  Mike Bayer- add WeakSequence.append()
2013-08-18  Mike BayerBackported a change from 0.9 whereby the iteration...
2013-08-18  Mike Bayerfix the merge
2013-08-18  Mike BayerFixed a potential issue in an ordered sequence implemen...
2013-08-18  Mike Bayer- also do delete, add seealsos, formatting, etc. [ticke...
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
next