]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2008-08-18  Jason Kirtlandhack tweak: exc.NO_STATE is a tuple.
2008-08-18  Jason Kirtlandmore ORM @decorator fliparoo
2008-08-17  Mike Bayer- The before_flush() hook on SessionExtension takes...
2008-08-17  Mike Bayertemporary check for unmapped class, until [ticket:1142...
2008-08-16  Mike Bayer- fixed primary key update for many-to-many collections
2008-08-16  Mike Bayer- class.someprop.in_() raises NotImplementedError pending
2008-08-15  Jason KirtlandApplied .append(x, **kw) removal patch from [ticket...
2008-08-15  Jason Kirtland- Mock engines take on the .name of their dialect....
2008-08-15  Jason Kirtland- Don't choke when instrumenting a class with an old...
2008-08-15  Mike Bayerremoving this example until further notice (append_resu...
2008-08-15  Jason Kirtland- Ignore old-style classes when building inheritance...
2008-08-15  Jason KirtlandRe-use func_defaults when generating wrapper functions...
2008-08-15  Jason Kirtland- Renamed on_reconstitute to @reconstructor and reconst...
2008-08-15  Jason KirtlandTidy.
2008-08-15  Jason KirtlandIgnore egg stuff.
2008-08-13  Mike Bayeradjust counts for 2.4 based on buildbot observation...
2008-08-13  Mike Bayerdont rely upon AttributeError to test for None
2008-08-13  Mike Bayer- with 2.3 support dropped,
2008-08-13  Mike Bayeradded import for interfaces, otherwise tsa.interfaces...
2008-08-12  Mike Bayer- joins along a relation() from a mapped
2008-08-12  Mike Bayer- Improved the behavior of query.join()
2008-08-12  Mike Bayeradded info on named tuples
2008-08-11  Jason Kirtland- When generating __init__, use a copy of the func_defa...
2008-08-11  Mike Bayeradded col with no name example
2008-08-11  Mike Bayer- The composite() property type now supports
2008-08-10  Mike Bayermerged r5018 from 0.4 branch, but using contextual_conn...
2008-08-08  Mike Bayercomment
2008-08-08  Mike Bayer- cleaned up the attributes scan for reconstitute hooks
2008-08-08  Mike Bayeradded unit tests for [ticket:1024]
2008-08-08  Mike Bayeradded missing **kwargs
2008-08-08  Mike Bayereven better...
2008-08-08  Mike Bayer- Fixed @on_reconsitute hook for subclasses
2008-08-06  Mike Bayer- Improved the determination of the FROM clause
2008-08-06  Mike Bayer- Temporarily rolled back the "ORDER BY" enhancement
2008-08-05  Mike Bayer- The RowTuple object returned by Query(*cols) now
2008-08-05  Gaëtan de Mentenslightly more user-friendly repr method for CascadeOptions
2008-08-04  Michael TrierCorrected problem in docstring. rel_0_5beta3
2008-08-04  Mike Bayer- fixed endless loop bug which could occur
2008-08-04  Lele GaifaxTypo
2008-08-04  Mike Bayersome doc stuff
2008-08-03  Mike Bayerremoved redundant check to _enable_transaction_accounting
2008-08-03  Mike Bayer- compiler visit_label() checks a flag "within_order_by...
2008-08-03  Mike Bayerdescriptive error message raised when string-based...
2008-08-03  Mike Bayer- renamed autoexpire to expire_on_commit
2008-08-03  Mike Bayera correction to the recent should_exclude change. ...
2008-08-02  Mike Bayer- The "entity_name" feature of SQLAlchemy mappers
2008-08-02  Jason Kirtland- Refactored declarative_base() as a thin wrapper over...
2008-08-02  Jason Kirtland- declarative.declarative_base():
2008-08-01  Jonathan Ellismake ProxyImpl a top-level class (this makes it importa...
2008-08-01  Mike Bayerfurther refinement to the inheritance "descriptor"...
2008-08-01  Mike Bayertest case to disprove [ticket:1126]
2008-07-31  Mike Bayeradded MutableType, Concatenable to __all__
2008-07-31  Mike Bayer- Fixed bug whereby the "unsaved, pending instance"
2008-07-29  Mike Bayerrelation.order_by requires _literal_as_column conversio...
2008-07-29  Gaëtan de Mententypo
2008-07-29  Michael TrierCorrects reflecttable in firebird database. Closes...
2008-07-29  Michael TrierRaised an error when sqlite version does not support...
2008-07-26  Mike Bayeradded dummy column to correct results on sqlite
2008-07-24  Jason Kirtland- func.count() with no argument emits COUNT(*)
2008-07-23  Michael TrierCorrected problem with detecting closed connections...
2008-07-22  Mike Bayerallow SQLA-defaults on table columns that are excluded...
2008-07-20  Mike Bayer- more accurate changelog message
2008-07-20  Mike Bayer- An inheriting class can now override an attribute
2008-07-19  Mike Bayer- A critical fix to dynamic relations allows the
2008-07-19  Mike Bayer- Some improvements to the _CompileOnAttr mechanism...
2008-07-19  Mike Bayer- Class-bound attributes sent as arguments to
2008-07-19  Mike Bayer- reverted r4955, that was wrong. The backref responsi...
2008-07-19  Michael TrierCorrected a couple of lingering transactional=True...
2008-07-18  Mike Bayerzoomarks have gone up as a result of r4936, possibly...
2008-07-18  Mike Bayer- save-update and delete-orphan cascade event handler
2008-07-18  Mike Bayer- Fixed a series of potential race conditions in
2008-07-16  Mike Bayer- MapperProperty gets its .key attribute assigned early...
2008-07-16  Mike Bayeradded a new test illustrating a particular inheritance...
2008-07-16  Jason Kirtland- mysql.MSEnum value literals now automatically quoted...
2008-07-16  Jason Kirtland- Spiffed up the deprecated decorators & @flipped ...
2008-07-16  Jason KirtlandRemoved deprecated get_version_info, use server_version...
2008-07-16  Jason Kirtland- Overhauled _generative and starargs decorators and...
2008-07-15  Jason Kirtland- Fixed some over-long ReST lines & general formatting...
2008-07-15  Jason KirtlandCompleted engine_descriptors() removal (started in...
2008-07-15  Jason Kirtland- Moved to 2.4+ import syntax (w/ some experimental...
2008-07-15  Jason KirtlandWhitespace tweaks suggested by pep8.py
2008-07-15  Jason Kirtland- Removed the last of the 2.3 dict compat & some format...
2008-07-15  Jason Kirtland- Always use native threading.local (or the native...
2008-07-15  Jason Kirtland- Always use native itemgetter & attrgetter
2008-07-15  Jason Kirtland- Always use native deque
2008-07-15  Jason Kirtland- Removed 2.3 Decimal compat
2008-07-15  Jason Kirtland- Dropped `reversed` emulation
2008-07-15  Jason Kirtland- Removed 2.3 set emulations/enhancements.
2008-07-15  Jason KirtlandAnd thus ends support for Python 2.3.
2008-07-15  Jason Kirtland- Fixed a couple lingering exceptions->exc usages
2008-07-15  Mike Bayer- Fixed bug when calling select([literal('foo')])
2008-07-15  Mike Bayer- Added a new SessionExtension hook called after_attach().
2008-07-15  Paul JohnstonFix reflection where the table name has a duplicate...
2008-07-14  Mike Bayer- The "allow_column_override" flag from mapper() has rel_0_5beta2
2008-07-14  Mike Bayerfix adjacency list examples
2008-07-14  Mike Bayer2.4 support !
2008-07-14  Mike Bayerpossible fix for MS-SQL version of match() test, but...
2008-07-14  Mike Bayerbump
2008-07-14  Michael TrierFixed up some very annoying lengthy lines.
2008-07-14  Michael TrierReverted CHANGES change. Not necessary for this type...
next