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