]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2009-03-17  Mike Bayer - Fixed SQLite reflection methods so that non-present rel_0_4
2009-01-29  Mike Bayergetstate fix
2009-01-29  Mike Bayer- The per-dialect cache used by TypeEngine to cache
2009-01-03  Mike Bayer- Fixed bug which was preventing out params of certain...
2008-12-28  Mike Bayer- Fixed shard_id argument on ShardedSession.execute().
2008-12-27  Mike Bayer- Class-bound accessor can be used as the argument to
2008-12-27  Mike Bayerunit tests in 0.5 revealed the proper way to do this
2008-12-27  Mike Bayer- Added ScopedSession.is_active accessor. [ticket:976]
2008-12-27  Mike Bayer- NullPool supports reconnect on failure behavior.
2008-12-23  Mike Bayer- postgres
2008-12-21  Mike Bayer- mysql
2008-12-12  Jason KirtlandDon't snarf Query docstrings [ticket:1026]
2008-12-11  Mike Bayer- Connection.invalidate() checks for closed status
2008-11-10  Michael TrierHandle the mssql port properly. If we're using the...
2008-11-10  Michael TrierFixed up misspelling of propagate throughout.
2008-11-05  Mike Bayer- Fixed bug in composite types which prevented a primar...
2008-11-05  Mike Bayer- Fixed RLock-related bug in mapper which could deadloc...
2008-10-21  Mike Bayer- Fixed 0.4-only bug preventing composite columns
2008-10-21  Mike Bayer- polymorphic_union() function respects the "key" of...
2008-10-12  Mike Bayer- String's (and Unicode's, UnicodeText's, etc.) convert... rel_0_4_8
2008-09-26  Michael TrierCorrected incorrect module name. Fixes #1137.
2008-09-19  Mike Bayerremove unused and conflicting "c" format specifier
2008-09-19  Mike Bayer- Supplied a custom strftime() function which
2008-09-17  Mike Bayer- Added label() method to InstrumentedAttribute
2008-09-16  Mike Bayer- column.in_(someselect) can now be used as
2008-09-16  Mike Bayeradded gc.collect() for pypy/jython compat, [ticket...
2008-09-09  Mike Bayer- Changes made to new, dirty and deleted
2008-09-03  Mike Bayer- added BFILE to the list of reflected types
2008-09-03  Mike Bayer has_sequence() now takes the current "schema" argument...
2008-08-24  Mike Bayer- Added MSMediumInteger type [ticket:1146].
2008-08-10  Mike Bayerusing contextual_connect() so that pool_threadlocal...
2008-08-10  Mike Bayeradded a "live" test of recycle to further ensure #1133...
2008-08-08  Mike Bayer- Fixed bug regarding inherit_condition passed
2008-07-31  Jonathan Ellisconvert @decorators to old-style function calls for...
2008-07-31  Mike Bayer- bump to 0.4.8
2008-07-31  Mike Bayer- added an extremely rudimental set of python 2.3 compa... rel_0_4_7p1
2008-07-27  Mike Bayer- Added "add()" and "add_all()" to scoped_session
2008-07-26  Mike Bayer- added add() and add_all() methods to Session, rel_0_4_7
2008-07-26  Mike Bayer- Class-bound attributes sent as arguments to
2008-07-26  Mike Bayerfixup for test cases with mysql
2008-07-19  Mike Bayer- A critical fix to dynamic relations allows the
2008-07-19  Mike Bayer- Added a new SessionExtension hook called after_attach().
2008-07-15  Mike Bayermerged select([literal('foo')]) fix from trunk r4933
2008-07-14  Mike Bayer- Removed erroneous 'self' reference when raising
2008-07-14  Michael TrierReverted CHANGES change. Not necessary for this type...
2008-07-14  Michael TrierAdded notation about MSSmallDate fix into CHANGES.
2008-07-14  Michael TrierFixed messed up __init__ in MSSmallDate. Fixes #1040.
2008-07-09  Mike Bayer- Merged 0.5's declarative behavior such that all
2008-07-03  Michael TrierAdded PGCidr type to postgres. Closes #1092
2008-07-02  Mike Bayer- add SLFloat type, which matches the SQLite REAL
2008-06-27  Mike Bayer- applied the "reverse" of r4877 from trunk; correct...
2008-06-22  Mike Bayer- The index name generated when you say "index=True"
2008-06-22  Mike Bayer- create_all(), drop_all(), create(), drop() all raise
2008-06-17  Mike Bayermerged r4861, session.is_active, from trunk
2008-06-17  Mike Bayermerged PG test from r4859
2008-06-17  Mike Bayer - Repaired server_side_cursors to properly detect
2008-06-13  Mike Bayeradded sequence for oracle support
2008-06-12  Mike Bayer- the enable_typechecks=False setting on relation()
2008-06-09  Mike Bayeradded some docstrings and some deprecations
2008-06-04  Mike Bayer- Query.count() will take single-table inheritance
2008-06-03  Mike Bayer- fixed bug preventing merge() from functioning in
2008-06-01  Mike Bayer- The contains() operator when used with many-to-many
2008-05-30  Mike Bayer- Cursors now have "arraysize" set to 50 by default on
2008-05-27  Mike Bayer- Added 'CALL' to the list of SQL keywords which return
2008-05-24  Mike Bayermerged r4813 from trunk, oracle schema name fix for...
2008-05-24  Mike Bayerget_default_identifier() normalizes the returned name...
2008-05-10  Mike Bayer- repaired single table inheritance such that you rel_0_4_6
2008-05-09  Gaëtan de Mentensame as r4710:
2008-05-09  Mike Bayerback-merged current 0.4 trunk into rel_0_4 branch,...
2007-07-27  Ants Aasmaadded an example on how to share code between sql predi...
2007-07-27  Mike Bayertook out extra exception catch/raise SQLError in places...
2007-07-26  Mike Bayerfixed bad import
2007-07-26  Mike Bayer- all oracle testtypes pass in this rev
2007-07-26  Mike Bayer- removed problematic generate_dbapi_typemap() method...
2007-07-26  Mike Bayertemporarily disabling genrated type_map which breaks...
2007-07-26  Mike Bayer- very rudimental support for OUT parameters added...
2007-07-26  Jason KirtlandUm... "ImportError: No module named profile; please...
2007-07-26  Mike Bayer- Compiled is just an object now. the ClauseVisitor...
2007-07-26  Mike Bayer- fixed clause_element/expression_element change from...
2007-07-26  Rick Morrisonmssql and test changes from trunk
2007-07-26  Mike Bayeradded addresses table delete
2007-07-26  Mike Bayer - added array slice support to row[<index>] [ticket...
2007-07-26  Mike Bayer- fix to oracle table aliasing
2007-07-26  Mike Bayer- changed 'desired_columns' argument to 'include_columns'
2007-07-26  Mike Bayer- ANSICompiler now uses its own traversal when compilin...
2007-07-26  Jonathan Ellis"You can also specify a list or set of column names...
2007-07-26  Ants Aasmafix up a docstring and some examples
2007-07-25  Mike Bayer- removed the ridiculous AbstractDialect do-nothing...
2007-07-25  Jonathan Ellistypo fix (unbreak test suite)
2007-07-25  Jason KirtlandReally finish proxied list methods. Either these last...
2007-07-25  Jonathan Ellisadd checks for well-formed ColumnProperty. fixes #683
2007-07-25  Jonathan Ellisadd __repr__ for engine, metadata, sqlsoup
2007-07-25  Jonathan Ellisuse sha instead of crypt to decrease suckage for window...
2007-07-25  Mike Bayer- added unittest for sharding module
2007-07-24  Mike Bayertest graceful fallback to lazy loading for cyclical...
2007-07-24  Mike Bayer- added has(), like any() but for scalars
2007-07-24  Mike Bayerrenamed new scalar() method to as_scalar(), not depreca...
2007-07-24  Mike Bayerrestored Float's full constructor to play better with...
2007-07-24  Mike Bayer- deprecated scalar=True argument on select(). its...
2007-07-24  Mike Bayer- Numeric and Float types now have an "asdecimal" flag...
next