summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/engine/base.py
Commit message (Expand)AuthorAgeFilesLines
* - fix C version of rowproxy pickling so that it pickles to the same formatGaëtan de Menten2010-02-141-13/+8
* - Added an optional C extension to speed up the sql layer byGaëtan de Menten2010-02-131-157/+225
* - Restored the keys() method to ResultProxy.Mike Bayer2010-02-101-1/+8
* add sql_compiler property to all Compiled subclasses for convenienceMike Bayer2010-02-071-0/+10
* - FunctionElement subclasses are now directly executable theMike Bayer2010-02-071-1/+1
* - the "connection" argument from engine.transaction() andMike Bayer2010-01-291-29/+38
* - inline some code and turn some instance-level defaults into class levelMike Bayer2010-01-291-11/+3
* - Connection has execution_options(), generative methodMike Bayer2010-01-241-6/+6
* - move "should_autocommit" to a deferred method. connection wont call it if...Mike Bayer2010-01-241-3/+2
* - the "threadlocal" engine has been rewritten and simplifiedMike Bayer2010-01-241-2/+3
* clarify intentMike Bayer2010-01-241-1/+1
* fix ResultProxy for SQLite truncated namesGaëtan de Menten2010-01-201-1/+1
* moved the metadata step of ResultProxy into a ResultMetaData object. this al...Mike Bayer2010-01-201-175/+147
* doc updates partially from [ticket:1651]Mike Bayer2010-01-171-7/+19
* - ConnectionProxy now has wrapper methods for all transactionMike Bayer2010-01-161-0/+30
* happy new yearMike Bayer2010-01-071-1/+1
* - added _with_options() to Connection. not publicizing this yet.Mike Bayer2009-12-181-3/+21
* - reworked the DDL generation of ENUM and similar to be more platform agnostic.Mike Bayer2009-12-061-0/+21
* - pg8000 + postgresql dialects now check for float/numeric returnMike Bayer2009-11-151-2/+1
* - Fixed bug in two-phase transaction whereby commit() methodMike Bayer2009-11-041-2/+1
* fix MySQL initialize to use defaultdialect firstMike Bayer2009-11-031-4/+1
* - dialect.get_default_schema_name(connection) is nowMike Bayer2009-11-031-9/+25
* - ResultProxy internals have been overhauled to greatly reduceMike Bayer2009-10-241-118/+149
* - initial MySQL Connector/Python driverMike Bayer2009-10-181-1/+3
* - DefaultRunner and subclasses have been removed. The jobMike Bayer2009-10-151-70/+3
* - 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