summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/engine/base.py
Commit message (Expand)AuthorAgeFilesLines
...
* - RowProxy objects are now pickleable, i.e. the object returnedMike Bayer2009-10-111-5/+60
* use *args with log.debug()/log.info(), [ticket:1520]Mike Bayer2009-08-261-4/+4
* fix up oracle tests, returning is on by defaultMike Bayer2009-08-081-4/+1
* merge 0.6 series to trunk.Mike Bayer2009-08-061-231/+519
* happy new yearMike Bayer2009-01-121-1/+1
* - sqlalchemy.sql.expression.Function is now a publicMike Bayer2009-01-021-1/+1
* Added a new description_encoding attribute on the dialect.Michael Trier2008-12-301-1/+8
* - RowProxy objects can be used in place of dictionary argumentsMike Bayer2008-12-281-3/+3
* Major refactoring of the MSSQL dialect. Thanks zzzeek.Michael Trier2008-12-221-11/+20
* removed the "create_execution_context()" method from dialects and replacedMike Bayer2008-12-191-9/+3
* merged -r5299:5438 of py3k warnings branch. this fixes some sqlite py2.6 tes...Mike Bayer2008-12-181-7/+13
* - _execute_clauseelement() goes back to beingMike Bayer2008-12-171-13/+13
* Index entries for thread safety.Jason Kirtland2008-12-111-2/+9
* - Connection.invalidate() checks for closed statusMike Bayer2008-12-111-0/+2
* - re-documented Table and Column constructors, fixed case sensitivity descrip...Mike Bayer2008-12-071-1/+11
* - merged -r5338:5429 of sphinx branch.Mike Bayer2008-12-061-19/+20
* - Restored "active rowcount" fetch before ResultProxyMike Bayer2008-11-101-2/+8
* - Removed the 'properties' attribute of theMike Bayer2008-11-091-60/+48
* - Simplified the check for ResultProxy "autoclose without results"Mike Bayer2008-11-041-62/+61
* call count pinata partyMike Bayer2008-10-231-46/+32
* - 0.5.0rc3, dohMike Bayer2008-10-181-17/+0
* Corrects issue where engine.execute raised exception when given empty list. F...Michael Trier2008-10-041-1/+1
* the @property / __slots__ fairy pays a visitMike Bayer2008-10-011-57/+42
* - has_sequence() now takes the current "schema" argument intoMike Bayer2008-09-031-1/+2
* - starargs_as_list was not actually issuing SAPendingDeprecationWarning, fixedMike Bayer2008-08-281-14/+8
* relation.order_by requires _literal_as_column conversion as wellMike Bayer2008-07-291-2/+0
* Raised an error when sqlite version does not support default values. Address...Michael Trier2008-07-291-0/+2
* - Spiffed up the deprecated decorators & @flipped 'em up topJason Kirtland2008-07-161-2/+2
* And thus ends support for Python 2.3.Jason Kirtland2008-07-151-5/+6
* - Fixed a couple lingering exceptions->exc usagesJason Kirtland2008-07-151-1/+1
* - re-fixed the fix to the prefixes fixMike Bayer2008-07-061-3/+6
* r4695 merged to trunk; trunk now becomes 0.5.Mike Bayer2008-05-091-23/+45
* - same as [ticket:1019] but repaired the non-labeled use caseMike Bayer2008-05-051-4/+3
* - refined mapper._save_obj() which was unnecessarily callingMike Bayer2008-04-261-1/+4
* - merged -r4458:4466 of query_columns branchMike Bayer2008-04-071-1/+1
* - Got PG server side cursors back into shape, added fixedMike Bayer2008-04-021-2/+3
* - Revamped the Connection memoize decorator a bit, moved to engineJason Kirtland2008-04-021-1/+25
* - Added PendingDeprecationWarning supportJason Kirtland2008-03-291-4/+2
* - merged with_polymorphic branch, which was merged with query_columns branchMike Bayer2008-03-291-1/+3
* (very) minor speed optimization to ResultProxy fetchall & fetchmany methodsGaƫtan de Menten2008-03-031-2/+4
* - added exception wrapping/reconnect support to result setMike Bayer2008-02-251-14/+31
* - Fixed a couple pyflakes, cleaned up imports & whitespaceJason Kirtland2008-02-141-1/+1
* check for unicode first before encodingMike Bayer2008-02-061-1/+1
* hmmm.Jason Kirtland2008-02-051-5/+5
* - Added free-form `DDL` statements, can be executed standalone or tied to the...Jason Kirtland2008-02-051-0/+8
* - Friendlier exception messages for unbound, implicit executionJason Kirtland2008-01-311-1/+1
* - implemented RowProxy.__ne__ [ticket:945], thanks knutroyJason Kirtland2008-01-311-57/+60
* - Oracle and others properly encode SQL used for defaultsMike Bayer2008-01-301-0/+2
* clean up a little close() sillinessMike Bayer2008-01-201-5/+7
* - further fix to new TypeDecorator, so that subclasses of TypeDecorators work...Mike Bayer2008-01-021-9/+15