]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2011-08-04  Mike Bayer - Ensured that the same ValueError is raised for
2011-08-04  Mike Bayerlink date/time classes correctly, helps [ticket:2244]
2011-08-03  Mike Bayer- epic rewrite of Query.join documentation
2011-08-01  Mike Bayer - Added after_soft_rollback() Session event. This
2011-07-31  Mike BayerAdded tag rel_0_7_2 for changeset b088914265cc3e918c95d...
2011-07-31  Mike Bayer0.7.2 + release date rel_0_7_2
2011-07-31  Mike Bayerfix the test
2011-07-31  Mike Bayer- Load of a deferred() attribute on an object
2011-07-31  Mike Bayer- document get_bind(), [ticket:1053]
2011-07-30  Mike Bayer- add CoerceUTF8 example
2011-07-30  Mike Bayer- Fixed bug where query.join() + aliased=True
2011-07-30  Mike Bayer- Added public attribute ".validators" to
2011-07-28  Mike Bayer- SQLite dialect no longer strips quotes
2011-07-25  Mike Bayer- rework Annotated to no longer use __cmp__(), supply...
2011-07-24  Mike Bayerdefault dialect, oopsie
2011-07-24  Mike Bayer- rewrite cloned_traverse() and replacement_traverse...
2011-07-24  Mike Bayer- recall that groupby() expects a sorted collection...
2011-07-24  Mike Bayerfix broken tests
2011-07-24  Mike Bayer- added CURRENT to reserved word list.
2011-07-24  Mike Bayer- Fixed OurSQL dialect to use ansi-neutral
2011-07-24  Mike Bayer- Fixed regression from 0.6 where Session.add()
2011-07-24  Mike Bayer- Fixed bug apparent only in Python 3 whereby
2011-07-23  Mike Bayer- document query.get(), ObjectDeletedError fully, ...
2011-07-21  Mike Bayer - Added an informative error message when
2011-07-20  Mike Bayerfix some more typos
2011-07-20  Mike Bayerput a really explicit note about joinedload vs. join...
2011-07-20  Mike Bayer - Fixed regression from 0.6 where a get history
2011-07-20  Mike Bayer- Fixed bug whereby the source clause
2011-07-20  Mike Bayerfix keyword error
2011-07-20  Mike Bayer - Added new "postgresql_ops" argument to
2011-07-19  Mike Bayer- repaired the oracle.RAW type which did not
2011-07-17  Mike Bayer- Fixed bug whereby if a mapped class
2011-07-17  Mike Bayer - Feature enhancement: joined and subquery
2011-07-12  Mike Bayer- Context manager provided by Connection.begin()
2011-07-07  Mike Bayer- add a latex Makefile to texinputs that gets copied...
2011-07-06  Mike Bayer- The join condition produced by with_parent
2011-07-06  Mike Bayer- fix up the invalidate on connect for py3k
2011-07-05  Mike Bayeranother typo
2011-07-05  Mike Bayer- fix typo in session section
2011-07-04  Mike Bayer- fix pypostgresql typo, [ticket:2185]
2011-07-04  Mike Bayer- Added an improved repr() to TypeEngine objects
2011-07-02  Mike Bayer- fix documentation versions in conf.py, other changes...
2011-07-01  Mike Bayer- add doc to schema docs linking to declarative usage...
2011-07-01  Mike Bayer- Failures on connect which raise dbapi.Error
2011-07-01  Mike Bayer - Fixed bug in the mutable extension whereby
2011-06-30  Mike Bayer- Fixed bug where "autoincrement" detection on
2011-06-30  Mike Bayer - Fixed bug in the mutable extension whereby
2011-06-30  Mike Bayer - Fixed bug whereby adaptation of old append_ddl_list...
2011-06-30  Mike Bayer- add a mention of attributeevents in the validates doc
2011-06-29  Mike Bayer- document that pysqlite does not share temporary tables
2011-06-27  Mike Bayer- Fixed subtle bug that caused SQL to blow
2011-06-27  Mike Bayer - Fixed a subtle bug involving column
2011-06-26  Mike Bayerif python 2.4, have DontWrapException be old style
2011-06-26  Mike Bayertime for a better arch diagram
2011-06-26  Mike Bayer - Fixed the attribute shard example to check
2011-06-25  Mike Bayer- new section on backrefs
2011-06-23  Mike Bayer- the "cascade" section of the session doc was totally...
2011-06-23  Mike Bayer- add docs about not using text() with session.execute()
2011-06-23  Mike Bayer- rename EagerLoader to JoinedLoader
2011-06-23  Mike Bayerfix docstring
2011-06-22  Mike Bayer- add doc example for column_property() on an associati...
2011-06-22  Mike Bayertry to get py3k to pass here
2011-06-22  Mike Bayerfix test
2011-06-22  Mike Bayer - Added ORA-00028 to disconnect codes, use
2011-06-22  Mike Bayer- Added mixin class sqlalchemy.ext.DontWrapMixin.
2011-06-21  Mike Bayer- Use urllib.parse_qsl() in Python 2.6 and above,
2011-06-21  Mike Bayer- Repaired the "no statement condition"
2011-06-20  Mike Bayersqlite :memory: works across threads now hooray !
2011-06-16  Mike Bayer- Repaired the examples/versioning test runner
2011-06-14  Mike Bayer- remove NamingConventions as an example here since...
2011-06-14  Mike Bayer- Fixed declarative bug where a class inheriting
2011-06-13  Mike Bayer- Fixed bug whereby comparison of column
2011-06-08  Mike Bayeradd an autoincrement here
2011-06-08  Mike Bayer- Added the same "columns-only" check to
2011-06-07  Mike Bayermerge
2011-06-07  Mike Bayer - Adjusted the pyodbc dialect such that bound
2011-06-06  Mike Bayerupdate for new table model
2011-06-05  Mike BayerAdded tag rel_0_7_1 for changeset 772ae63bdbfb82509bf2d...
2011-06-05  Mike Bayeradd test for [ticket:2159] rel_0_7_1
2011-06-05  Mike Bayer- Fixed bug where transaction-level "deleted"
2011-06-05  Mike Bayer- Added a workaround for Python bug 7511 where
2011-06-05  Mike Bayerput some variance on this as it's a difference between...
2011-06-05  Mike Bayer- Adjusted the __contains__() method of
2011-06-05  Mike Bayer- Some unit test fixes regarding numeric arrays,
2011-06-05  Mike Bayer- Modify the text of the message which occurs
2011-06-04  Mike Bayer- Accept None from SQLite cursor.fetchone() when
2011-06-04  Mike Bayer- Repaired new "mutable" extension to propagate
2011-06-04  Mike Bayer- "delete-orphan" cascade is now allowed on
2011-06-03  Mike Bayerhey this works. (don't need to re-calc fks collection)
2011-06-03  Mike BayerARG
2011-06-03  Mike Bayer- adjust further for unix-style casing, also this is...
2011-06-02  Mike Bayer- Unit tests pass 100% on MySQL installed
2011-06-02  Mike Bayeralleviate transaction confusion which may occur from...
2011-06-02  Mike Bayerfix some tests
2011-06-02  Mike Bayer- Deprecate schema/SQL-oriented methods on
2011-06-02  Mike Bayertake out a little cruft. Spend two hours trying to...
2011-06-01  Mike Bayer - Fixed bug whereby metadata.reflect(bind)
2011-05-31  Mike Bayerexpress the check for 'filter' in terms of _MapperEntit...
2011-05-31  Mike Bayer- dont actually need separate init(), but be conservati...
2011-05-31  Mike Bayer- remove the old term 'selectcontext'
next