]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2008-10-12  Mike Bayer- String's (and Unicode's, UnicodeText's, etc.) convert... rel_0_5rc2
2008-10-12  Mike Bayerreduce cruft related to serializable loaders
2008-10-12  Mike Bayera much easier way to ArgSingleton
2008-10-11  Michael TrierRemoved the visit_function stuff in mssql dialect....
2008-10-11  Michael TrierCorrection of mssql schema reflection in reflectable...
2008-10-09  Michael Trierindicated that test_empty_insert fails on mssql since...
2008-10-08  Michael TrierCorrected docstring for Query.one. Fixes #1190.
2008-10-07  Mike Bayer- Oracle will detect string-based statements which...
2008-10-05  Michael TrierAdded in sqlite3 DBAPI to the SQLite dbengine docs...
2008-10-05  Michael TrierDocumented synonym_for and comparable_using in the...
2008-10-05  Michael TrierCorrected docs for declarative synonym incorrectly...
2008-10-05  Mike Bayerfixed test for #1175
2008-10-04  Mike Bayer- fix outerjoin, add order_by for DB variance
2008-10-04  Michael TrierChange in #1165 tests to prevent MySQL from choking...
2008-10-04  Michael TrierCorrects issue where engine.execute raised exception...
2008-10-04  Mike Bayer- using contains_eager() against an alias combined...
2008-10-04  Mike Bayer- added a few more assertions for [ticket:1165]
2008-10-04  Michael TrierDidnt think about <2.5. When will I learn.
2008-10-04  Michael TrierAllowed column types to be callables. Fixes #1165.
2008-10-03  Mike Bayer- Adjustment to Session's post-flush accounting of...
2008-10-02  Mike Bayer- identity_map._mutable_attrs is a plain dict since...
2008-10-01  Mike Bayerthe @property / __slots__ fairy pays a visit
2008-09-30  Ants AasmaIssue a better error message when someone decides to...
2008-09-30  Ants AasmaFixed session.transaction.commit() on a autocommit...
2008-09-28  Mike Bayer- session.execute() will execute a Sequence object...
2008-09-28  Mike Bayer- Fixed up slices on Query (i.e. query[x:y]) to work...
2008-09-28  Jason KirtlandTidy.
2008-09-27  Mike Bayerfixed custom TypeEngine example
2008-09-27  Jason KirtlandFixed mysql TEMPORARY table reflection.
2008-09-27  Jason Kirtland- Fixed shared state bug interfering with ScopedSession...
2008-09-27  Jason Kirtlandre-enabled memusage and connect tests.
2008-09-27  Jason KirtlandAdded query_cls= override to scoped_session's query_pro...
2008-09-25  Mike Bayer- fixed RLock-related bug in mapper which could deadlock
2008-09-22  Mike Bayerrandom cleanup
2008-09-19  Mike Bayergenericized the relationship between bind_processor...
2008-09-19  Mike Bayer- Overhauled SQLite date/time bind/result processing
2008-09-19  Mike Bayerthe wisdom of SQLite accepting strings for columns...
2008-09-19  Mike Bayerfix up element sorting in declarative
2008-09-19  Gaëtan de MentenGet a bit more speed into the new _sort_states function...
2008-09-19  Mike Bayer- Fixed bug involving read/write relation()s that
2008-09-19  Mike Bayerun-stupified insert/update/delete sorting
2008-09-18  Mike Bayermore failing cases
2008-09-18  Mike Bayer"nested sets" example. needs work.
2008-09-18  Mike Bayer- "non-batch" mode in mapper(), a feature which allows
2008-09-16  Mike Bayer- version bump
2008-09-16  Mike Bayeradded gc.collect() for pypy/jython compat, [ticket...
2008-09-15  Mike Bayer- annual unitofwork cleanup
2008-09-11  Mike Bayer- 0.5.0rc1 rel_0_5rc1
2008-09-11  Mike Bayer- Added scalar() and value() methods to Query, each...
2008-09-11  Jason KirtlandNote to self: save buffers before committing.
2008-09-11  Jason KirtlandAdded Query.scalar() sugar method, eases migration...
2008-09-10  Mike Bayer- the function func.utc_timestamp() compiles to UTC_TIM...
2008-09-09  Mike Bayerreturn type of exists() is boolean, duh
2008-09-09  Mike Bayer- Bind params now subclass ColumnElement which allows...
2008-09-09  Paul JohnstonFix bug with MSSQL reflecting and schemas
2008-09-08  Mike Bayer- The exists() construct won't "export" its contained...
2008-09-08  Mike Bayerreverted inheritance tweak which fails tests on non...
2008-09-08  Mike Bayer- Added func.min(), func.max(), func.sum() as "generic...
2008-09-07  Mike Bayer- Removed conflicting `contains()` operator from
2008-09-07  Mike Bayer- Dropped 0.3-compatibility for user defined types
2008-09-06  Mike Bayer- query.order_by().get() silently drops the "ORDER...
2008-09-05  Mike Bayer- rearranged delete() so that the object is attached...
2008-09-05  Mike Bayersynchronize inherited does not need to be called for...
2008-09-04  Mike Bayer- Fixed exception throw which would occur when string...
2008-09-04  Mike Bayerallow the no_criterion call in _get() to copy the metho...
2008-09-04  Mike Bayer- Fixed bug whereby mapper couldn't initialize if a...
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...
next