]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2013-01-08  Mike Bayer:meth:`.Query.merge_result` can now load rows from...
2013-01-08  Mike Bayer- add test_loading from 0.8
2013-01-01  Diana Clarkehappy new year (see #2645)
2012-12-31  Mike Bayermerge taavi's fix from default
2012-12-23  Diana Clarkefixing typos in the types docs (see #2639)
2012-12-16  Diana Clarkedocs - missing 'attr' in AssociationProxy join see...
2012-12-14  Mike BayerMore adjustment to this SQLite related issue which...
2012-12-09  Mike Bayeradd a doc for the [ticket:2631] quirk
2012-12-09  Mike BayerFixed bug where using server_onupdate=<FetchedValue...
2012-12-07  Mike BayerThe Oracle LONG type, while an unbounded text type...
2012-12-07  Mike Bayermerge dance
2012-12-07  Mike BayerRepaired the usage of ``.prepare()`` in conjunction...
2012-12-06  Diana Clarkeshould be 'where' not 'filter' #2546
2012-12-04  Mike BayerThe :class:`.MutableComposite` type did not allow for the
2012-11-18  Mike Bayercomment out PDF for now, it sucks
2012-11-14  Mike BayerFixed :meth:`.MetaData.reflect` to correctly use
2012-11-14  Mike BayerFixed bug whereby using "key" with Column
2012-10-25  Mike Bayerremove some whitespace
2012-10-25  Mike Bayerupdate to new doc system
2012-10-10  Mike Bayer - [bug] changed the list of cx_oracle types that are
2012-10-10  Mike Bayer- [feature] Added "read_timeout" flag to MySQLdb
2012-10-10  Mike Bayer- [feature] Added "raise_on_warnings" flag to OurSQL
2012-10-06  Mike Bayer- jam 0.8's rework of the session tests here so future...
2012-10-04  Mike Bayerfix __init__ in the metaclass
2012-10-03  Mike Bayer- add one more #2583 test to cover the "multiple PK...
2012-10-03  Mike Bayer - [bug] Fixed Session accounting bug whereby replacing
2012-10-01  Mike BayerAdded tag rel_0_7_9 for changeset b26bbaa14e5318140bf46...
2012-10-01  Mike Bayeradd .txt here rel_0_7_9
2012-10-01  Mike Bayer0.7.9
2012-10-01  Mike Bayerobvious tidy
2012-09-30  Mike Bayer - [bug] Fixed bug where reflection of primary key...
2012-09-30  Mike Bayer - [bug] Fixed bug in over() construct whereby
2012-09-30  Mike Bayer- [bug] Fixed compiler bug whereby using a correlated
2012-09-30  Mike Bayeradd glossary, "release" term
2012-09-30  Mike Bayersession modernize
2012-09-30  Mike Bayer- dont talk about metadata.bind
2012-09-26  Mike Bayer- fix empty row insert in fixture, [ticket:2573]
2012-09-26  Mike Bayer- [feature] Added support for the localtimestamp()
2012-09-26  Mike BayerMerged in mitchellrj/sqlalchemy (pull request #21)
2012-09-25  Mike Bayermerge some version of the changes noted in [ticket...
2012-09-25  Mike Bayer- [bug] Added 'terminating connection' to the list
2012-09-24  Mike Bayer- [bug] Fixed the DropIndex construct to support
2012-09-23  Mike Bayer - [bug] Columns in reflected primary key constraint
2012-09-23  Mike Bayer- upgrade to 0.8's exclusion mechanism for test compati...
2012-09-23  Mike Bayer- [bug] When the primary key column of a Table
2012-09-23  Mike Bayer- clean pyflakes
2012-09-23  Mike Bayer- improve docs for MySQL/SQLite foreign key/ON UPDATE...
2012-09-23  Mike Bayer- [bug] Adjusted column default reflection code to
2012-09-22  Mike Bayer- aaand actually get is/isnot to be usable with None...
2012-09-22  Mike Bayer - [bug] Added missing operators is_(), isnot()
2012-09-22  Mike Bayer- add the small bit of test_operators that can apply...
2012-09-22  Mike Bayer- [bug] Extra logic has been added to the "flush"
2012-09-21  Mike Bayermapper configured doc
2012-09-20  Mike Bayer- repair bool() for instance level event listener where...
2012-09-19  Mike Bayer- [bug] Adjusted a very old bugfix which attempted
2012-09-17  Mike Bayer- [bug] Fixed bug where incorrect type information
2012-09-17  Mike BayerMerged in millerdev/sqlalchemy (pull request #20)
2012-09-11  Mike Bayeradd connection.close()
2012-09-10  Mike Bayer- backport test fixes from 0.8 to support newer postgre...
2012-09-09  Mike BayerMerged in etanol/sqlalchemy/rel_0_7 (pull request #17)
2012-09-09  Mike Bayerfix
2012-09-09  Mike Bayermore cleanup
2012-09-09  Mike Bayeralmost obliterate the concept of "implicit execution...
2012-09-09  Mike Bayer- add a test to make sure we've tested session.execute...
2012-09-07  Isaac JuradoAdd a hint on the install guide to disable C extensions...
2012-09-01  Mike Bayer - [bug] Fixed a regression since 0.6 regarding
2012-08-30  Mike Bayersome pysqlite doc tweaks
2012-08-29  Mike Bayermerge MySQL innodb-by-default test fixes
2012-08-27  Mike Bayerhybrids: illustrate correlated subquery
2012-08-22  Mike Bayer- [bug] Fixed bug whereby usage of a UNION
2012-08-22  Mike Bayer- [bug] Fixed cextension bug whereby the
2012-08-17  Mike Bayer- update this to work with the latest postgis
2012-08-16  Mike Bayeradd a note, no autoflush with execute, [ticket:2550]
2012-08-15  Mike Bayerthings should work fine without this
2012-08-15  Mike Bayeralso, this seems like a bug anyway
2012-08-15  Mike Bayerchangelog
2012-08-15  David McNelisUpdated mysqlconnector to support client flags and...
2012-08-13  Mike Bayer- [bug] Fixed compiler bug whereby a given
2012-08-13  Mike Bayer- [bug] Fixed bug whereby user error in related-object
2012-08-12  Mike Bayerpy2.4 compat
2012-08-12  Mike Bayer- additional fix for [ticket:2542]
2012-08-12  Mike Bayerinitial fixes to get tests to pass on py 3.3, [ticket...
2012-08-11  Mike Bayer- add the new profiling system to 0.7
2012-08-10  Mike Bayerwhitespace removal
2012-08-08  Mike Bayer - [bug] Fixed the repr() of Enum to include
2012-08-08  Mike Bayerbig rework of is_active and SessionTransaction docs
2012-08-08  Mike Bayermerge session edits from default
2012-08-08  Mike Bayer- modernize some merge docs a bit
2012-08-06  Mike Bayer - [bug] A warning is emitted when lazy='dynamic'
2012-07-24  Mike Bayer- [bug] Added gaerdbms import to mysql/__init__.py,
2012-07-17  Mike Bayertry to loosen the times up here to reduce failures...
2012-07-16  Mike Bayergenindex is 100% valid
2012-07-15  Mike Bayer- [bug] Fixed bug mostly local to new
2012-07-10  Mike Bayer - [bug] Fixed more un-intuitivenesses in CTEs
2012-07-02  Mike Bayerexcept the example was wrong.
2012-07-02  Mike Bayer- add a nice example about begin_nested as context...
2012-06-30  Mike Bayer- using sublime, so there's mass trailing whitespace...
2012-06-25  Mike Bayeradd a section on many-to-many deletes
2012-06-25  Mike Bayermerge next() compatibility
2012-06-25  Mike Bayer- move cte tests into their own test/sql/test_cte.py
next