summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/engine/default.py
Commit message (Expand)AuthorAgeFilesLines
...
* whats a big commit without some errant print statements ? :)Mike Bayer2007-09-011-1/+0
* - merged inline inserts branchMike Bayer2007-09-011-62/+44
* Housekeeping.Jason Kirtland2007-08-221-4/+4
* A couple critical path optimizationsJason Kirtland2007-08-211-2/+2
* removed unnecessary _branch callsMike Bayer2007-08-201-4/+6
* - method call removalMike Bayer2007-08-201-44/+15
* - Connection.begin() no longer accepts nested=True, a possible source of conf...Jason Kirtland2007-08-191-17/+15
* pyflakes mop-upJason Kirtland2007-08-191-1/+1
* 1. Module layout. sql.py and related move into a package called "sql".Mike Bayer2007-08-181-6/+12
* - merged "fasttypes" branch. this branch changes the signatureMike Bayer2007-08-141-39/+52
* Removed unused imports, other import adjustments per pyflakesJason Kirtland2007-08-131-2/+2
* auto-commit after LOAD DATA INFILE for mysqlJason Kirtland2007-08-121-3/+5
* added "should_commit()" hook to ExecutionContext. dialects can override with...Mike Bayer2007-08-121-1/+6
* Added an exception hierarchy shadowing DB-API exc typesJason Kirtland2007-08-111-1/+2
* inlined encoding of result column namesMike Bayer2007-08-111-5/+0
* attempting to get oracle XID to work. not there yet.Mike Bayer2007-08-111-1/+9
* - assurances that context.connection is safe to use by column default functio...Mike Bayer2007-07-311-3/+7
* - clarified LoaderStrategy implementations, centralized deferred column loadingMike Bayer2007-07-271-9/+13
* merging 0.4 branch to trunk. see CHANGES for details. 0.3 moves to maintena...Mike Bayer2007-07-271-65/+82
* bind/connectable compat, allow .bind = NoneJason Kirtland2007-07-171-1/+1
* - result.last_inserted_ids() should return a list that is identicallyMike Bayer2007-06-171-7/+5
* - applied YAGNI to supports_autoclose_results (this issue would be handled by...Mike Bayer2007-04-301-1/+0
* - added 'url' attribute to EngineMike Bayer2007-04-291-1/+2
* non-db identifier length raised arbitrarily highMike Bayer2007-04-201-1/+1
* support positional parameters at the execute level even for DBs where we dont...Mike Bayer2007-04-191-2/+4
* - tweak to restore Python 2.3 compatabilityJason Kirtland2007-04-191-1/+1
* added "recreate()" argument to connection pool classesMike Bayer2007-04-171-3/+2
* - got unicode schemas to work with postgresMike Bayer2007-04-151-5/+19
* for #516, moved the "disconnect check" step out of pool and back into base.py...Mike Bayer2007-04-031-0/+3
* - merged the "execcontext" branch, refactors engine/dialect codepathsMike Bayer2007-04-021-53/+73
* thank you, SVN, for being completely idiotic and non-intutive. rolling back i...Mike Bayer2007-03-301-45/+27
* current progress with exec branchMike Bayer2007-03-291-27/+45
* added "supports_unicode_statements()" step to dialect/execute_raw so that DB'...Mike Bayer2007-03-281-0/+4
* - column label and bind param "truncation" also generateMike Bayer2007-03-281-6/+6
* - column labels are now generated in the compilation phase, whichMike Bayer2007-03-241-0/+5
* - oracle:Mike Bayer2007-03-101-2/+6
* migrated (most) docstrings to pep-257 format, docstring generator using strai...Mike Bayer2007-02-251-35/+77
* - added PrefetchingResultProxy support to pre-fetch LOB columns when they areMike Bayer2007-02-061-0/+2
* - more quoting fixes for [ticket:450]...quoting more aggressive (but still sk...Mike Bayer2007-02-041-5/+4
* oracle can conditionally decide if it wants to say "use rowid" in a select st...Mike Bayer2007-01-241-1/+1
* - postgres no longer uses client-side cursors, uses more efficient server sideMike Bayer2007-01-101-0/+2
* copyright updateMike Bayer2007-01-051-1/+1
* - made kwargs parsing to Table strict; removed various obsoluete "redefine=Tr...Mike Bayer2006-11-261-3/+24
* - create_engine() reworked to be strict about incoming **kwargs. all keywordMike Bayer2006-11-121-25/+2
* converted imports to absoluteMike Bayer2006-10-261-4/+4
* - added auto_setinputsizes=False to oracle dialect. if true, all executions ...Mike Bayer2006-10-031-2/+2
* - removed "extension()" MapperOptionMike Bayer2006-10-031-0/+23
* moved "c.name" to "c.key" for processing defaults since bind params use colum...Mike Bayer2006-09-121-6/+6
* - cleanup on connection methods + documentation. custom DBAPIMike Bayer2006-08-251-1/+4
* [ticket:280] statement execution supports using the same BindParamMike Bayer2006-08-181-2/+2