]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2008-09-03  Mike Bayer added BFILE to reflected type names [ticket:1121]
2008-09-03  Mike Bayercorrect extra space in SQL assertions
2008-09-03  Mike Bayer - has_sequence() now takes the current "schema" argume...
2008-09-03  Mike Bayer - limit/offset no longer uses ROW NUMBER OVER to limit...
2008-09-02  Ants AasmaMake Query.update and Query.delete return the amount...
2008-09-02  Mike Bayercorrection
2008-09-02  Mike Bayer- column_property(), composite_property(), and relation...
2008-09-02  Mike Bayer- AttributeListener has been refined such that the...
2008-09-02  Mike Bayer- Fixed custom instrumentation bug whereby get_instance...
2008-09-01  Mike Bayer- broke pool tests out into QueuePoolTest/SingletonThre...
2008-08-30  Mike Bayerrecheck the dirty list if extensions are present
2008-08-29  Mike Bayer- The "extension" argument to Session and others can now
2008-08-29  Mike Bayer- add an example illustrating attribute event reception.
2008-08-29  Mike Bayercheck extensions each time; user-defined code will...
2008-08-28  Mike Bayer- starargs_as_list was not actually issuing SAPendingDe...
2008-08-28  Mike Bayer- Fixed bug whereby deferred() columns with a group...
2008-08-28  Michael TrierCorrected typo in the mapper docs. Fixes #1159.
2008-08-27  Jason KirtlandType processors get a dialect, not an engine...
2008-08-27  Mike Bayerugh...try again
2008-08-27  Mike Bayercritical fix to r5028 repairs SingleThreadPool to retur...
2008-08-25  Ants Aasma- expire/fetch strategies are now default for Query...
2008-08-24  Mike Bayer- Fixed bug whereby changing a primary key attribute...
2008-08-24  Mike Bayer- Session.delete() adds the given object to the session if
2008-08-24  Mike Bayer- Added MSMediumInteger type [ticket:1146].
2008-08-24  Mike Bayer- logging scale-back; the echo_uow flag on Session...
2008-08-24  Mike Bayer- The 'length' argument to all Numeric types has been...
2008-08-23  Mike Bayer- fixed tearDown to reverse sorted table list
2008-08-22  Mike Bayer- attributes now has an "active_history" flag. This...
2008-08-21  Mike Bayer- column_property() and synonym() both accept comparato...
2008-08-21  Jason Kirtland- Another old-style mixin fix and an explicit mapper...
2008-08-21  Gaëtan de Menten- Fix occurences of Class.c.column_name
2008-08-19  Mike Bayer- fixed a bug in declarative test which was looking...
2008-08-19  Mike Bayercatch AttributeError in case thread local storage was...
2008-08-18  Jason Kirtlandattributes.get_history now reports some zero-length...
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
next