]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2008-10-28  Jonathan Ellisfix #821
2008-10-28  Mike Bayer- added some abstraction to the attributes.History...
2008-10-28  Michael TrierUpdated UOWEventHandler so that it uses session.add...
2008-10-28  Michael TrierCorrected typo in Types docs.
2008-10-28  Michael TrierMysql no longer expects include_columns to be specified...
2008-10-27  Jason KirtlandFixed mysql FK reflection for the edge case where a...
2008-10-27  Jonathan Ellisr/m wildcard imports. fixes #1195
2008-10-26  Mike Bayer- InstanceState object now removes circular references to
2008-10-25  Mike Bayer- moved _FigureVisitName into visitiors.VisitorType...
2008-10-25  Mike Bayercall drop # 2
2008-10-25  Mike Bayercall drop
2008-10-25  Mike Bayer- When using Query.join() with an explicit clause for the
2008-10-25  Mike Bayersmall fix
2008-10-25  Mike Bayera couple of refinements
2008-10-24  Mike Bayerremove erroneous comments
2008-10-24  Mike Bayertwo more cache examples
2008-10-24  Mike Bayerauto_convert_lobs=False honored by OracleBinary, Oracle...
2008-10-24  Mike Bayer- fixed some oracle unit tests in test/sql/
2008-10-23  Mike Bayer2.4 callcounts of course go up for no apparent reason
2008-10-23  Mike Bayer- CompileTests run without the DBAPI being used
2008-10-23  Mike Bayercall count pinata party
2008-10-23  Michael TrierDemonstrate mssql url examples for the database engine...
2008-10-23  Michael TrierIncluded documentation about the defaults for create_se...
2008-10-23  Michael TrierCorrected case in mssql where binary expression has...
2008-10-22  Mike Bayer- Added more granularity to internal attribute access...
2008-10-21  Mike Bayeradd lengths to cols
2008-10-21  Mike Bayer- polymorphic_union() function respects the "key" of...
2008-10-21  Mike Bayer- added NoReferencedColumnError, common base class...
2008-10-21  Michael TrierCorrected missing declaration in the mssql dialect...
2008-10-21  Michael TrierCorrected the is_subquery() check based on recent chang...
2008-10-20  Ants AasmaSlightly changed behavior of IN operator for comparing...
2008-10-20  Michael TrierCorrected profiling expected call count down to 42...
2008-10-20  Michael TrierModifications to allow the backends to control the...
2008-10-19  Mike Bayer- Improved weakref identity map memory management to...
2008-10-19  Michael TrierVerified that Subqueries are not allowed in VALUES...
2008-10-19  Michael TrierCleaned up the create_connect_args so that it makes...
2008-10-18  Mike Bayertiny tiny speed improvements....
2008-10-18  Mike Bayercall count still goes to 131 for 2.4 despite the remova...
2008-10-18  Mike Bayer- 0.5.0rc3, doh
2008-10-18  Mike Bayeroracle doesnt seem to like CLOB in unions....
2008-10-18  Mike Bayer- "not equals" comparisons of simple many-to-one relation
2008-10-17  Jason KirtlandMoved r5164's @lazy_property to @memoized_property...
2008-10-17  Jason KirtlandCache polymorphic_iterator in UOWTask; substantial...
2008-10-16  Michael TrierUnless I'm missing something mssql doesn't support...
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...
next