| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | - RowProxy objects are now pickleable, i.e. the object returned | Mike Bayer | 2009-10-11 | 1 | -5/+60 |
* | use *args with log.debug()/log.info(), [ticket:1520] | Mike Bayer | 2009-08-26 | 1 | -4/+4 |
* | fix up oracle tests, returning is on by default | Mike Bayer | 2009-08-08 | 1 | -4/+1 |
* | merge 0.6 series to trunk. | Mike Bayer | 2009-08-06 | 1 | -231/+519 |
* | happy new year | Mike Bayer | 2009-01-12 | 1 | -1/+1 |
* | - sqlalchemy.sql.expression.Function is now a public | Mike Bayer | 2009-01-02 | 1 | -1/+1 |
* | Added a new description_encoding attribute on the dialect. | Michael Trier | 2008-12-30 | 1 | -1/+8 |
* | - RowProxy objects can be used in place of dictionary arguments | Mike Bayer | 2008-12-28 | 1 | -3/+3 |
* | Major refactoring of the MSSQL dialect. Thanks zzzeek. | Michael Trier | 2008-12-22 | 1 | -11/+20 |
* | removed the "create_execution_context()" method from dialects and replaced | Mike Bayer | 2008-12-19 | 1 | -9/+3 |
* | merged -r5299:5438 of py3k warnings branch. this fixes some sqlite py2.6 tes... | Mike Bayer | 2008-12-18 | 1 | -7/+13 |
* | - _execute_clauseelement() goes back to being | Mike Bayer | 2008-12-17 | 1 | -13/+13 |
* | Index entries for thread safety. | Jason Kirtland | 2008-12-11 | 1 | -2/+9 |
* | - Connection.invalidate() checks for closed status | Mike Bayer | 2008-12-11 | 1 | -0/+2 |
* | - re-documented Table and Column constructors, fixed case sensitivity descrip... | Mike Bayer | 2008-12-07 | 1 | -1/+11 |
* | - merged -r5338:5429 of sphinx branch. | Mike Bayer | 2008-12-06 | 1 | -19/+20 |
* | - Restored "active rowcount" fetch before ResultProxy | Mike Bayer | 2008-11-10 | 1 | -2/+8 |
* | - Removed the 'properties' attribute of the | Mike Bayer | 2008-11-09 | 1 | -60/+48 |
* | - Simplified the check for ResultProxy "autoclose without results" | Mike Bayer | 2008-11-04 | 1 | -62/+61 |
* | call count pinata party | Mike Bayer | 2008-10-23 | 1 | -46/+32 |
* | - 0.5.0rc3, doh | Mike Bayer | 2008-10-18 | 1 | -17/+0 |
* | Corrects issue where engine.execute raised exception when given empty list. F... | Michael Trier | 2008-10-04 | 1 | -1/+1 |
* | the @property / __slots__ fairy pays a visit | Mike Bayer | 2008-10-01 | 1 | -57/+42 |
* | - has_sequence() now takes the current "schema" argument into | Mike Bayer | 2008-09-03 | 1 | -1/+2 |
* | - starargs_as_list was not actually issuing SAPendingDeprecationWarning, fixed | Mike Bayer | 2008-08-28 | 1 | -14/+8 |
* | relation.order_by requires _literal_as_column conversion as well | Mike Bayer | 2008-07-29 | 1 | -2/+0 |
* | Raised an error when sqlite version does not support default values. Address... | Michael Trier | 2008-07-29 | 1 | -0/+2 |
* | - Spiffed up the deprecated decorators & @flipped 'em up top | Jason Kirtland | 2008-07-16 | 1 | -2/+2 |
* | And thus ends support for Python 2.3. | Jason Kirtland | 2008-07-15 | 1 | -5/+6 |
* | - Fixed a couple lingering exceptions->exc usages | Jason Kirtland | 2008-07-15 | 1 | -1/+1 |
* | - re-fixed the fix to the prefixes fix | Mike Bayer | 2008-07-06 | 1 | -3/+6 |
* | r4695 merged to trunk; trunk now becomes 0.5. | Mike Bayer | 2008-05-09 | 1 | -23/+45 |
* | - same as [ticket:1019] but repaired the non-labeled use case | Mike Bayer | 2008-05-05 | 1 | -4/+3 |
* | - refined mapper._save_obj() which was unnecessarily calling | Mike Bayer | 2008-04-26 | 1 | -1/+4 |
* | - merged -r4458:4466 of query_columns branch | Mike Bayer | 2008-04-07 | 1 | -1/+1 |
* | - Got PG server side cursors back into shape, added fixed | Mike Bayer | 2008-04-02 | 1 | -2/+3 |
* | - Revamped the Connection memoize decorator a bit, moved to engine | Jason Kirtland | 2008-04-02 | 1 | -1/+25 |
* | - Added PendingDeprecationWarning support | Jason Kirtland | 2008-03-29 | 1 | -4/+2 |
* | - merged with_polymorphic branch, which was merged with query_columns branch | Mike Bayer | 2008-03-29 | 1 | -1/+3 |
* | (very) minor speed optimization to ResultProxy fetchall & fetchmany methods | Gaƫtan de Menten | 2008-03-03 | 1 | -2/+4 |
* | - added exception wrapping/reconnect support to result set | Mike Bayer | 2008-02-25 | 1 | -14/+31 |
* | - Fixed a couple pyflakes, cleaned up imports & whitespace | Jason Kirtland | 2008-02-14 | 1 | -1/+1 |
* | check for unicode first before encoding | Mike Bayer | 2008-02-06 | 1 | -1/+1 |
* | hmmm. | Jason Kirtland | 2008-02-05 | 1 | -5/+5 |
* | - Added free-form `DDL` statements, can be executed standalone or tied to the... | Jason Kirtland | 2008-02-05 | 1 | -0/+8 |
* | - Friendlier exception messages for unbound, implicit execution | Jason Kirtland | 2008-01-31 | 1 | -1/+1 |
* | - implemented RowProxy.__ne__ [ticket:945], thanks knutroy | Jason Kirtland | 2008-01-31 | 1 | -57/+60 |
* | - Oracle and others properly encode SQL used for defaults | Mike Bayer | 2008-01-30 | 1 | -0/+2 |
* | clean up a little close() silliness | Mike Bayer | 2008-01-20 | 1 | -5/+7 |
* | - further fix to new TypeDecorator, so that subclasses of TypeDecorators work... | Mike Bayer | 2008-01-02 | 1 | -9/+15 |