summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/engine
Commit message (Expand)AuthorAgeFilesLines
...
* - columns from Alias objects, when used to target result-row columns, must ma...Mike Bayer2007-09-241-4/+13
* Removed DefaultDialect.ischema and information_schema's ISchema (which incide...Jason Kirtland2007-09-071-7/+0
* - took out method calls for oid_columnMike Bayer2007-09-042-82/+63
* - removed "parameters" argument from clauseelement.compile(), replaced withMike Bayer2007-09-041-29/+37
* - mapper compilation has been reorganized such that most compilationMike Bayer2007-09-021-1/+0
* sequence pre-executes dont create an ExecutionContext, use straight cursorMike Bayer2007-09-011-22/+34
* factored out uses_sequences_for_inserts() intoMike Bayer2007-09-012-0/+4
* - got all examples workingMike Bayer2007-09-011-4/+9
* whats a big commit without some errant print statements ? :)Mike Bayer2007-09-011-1/+0
* - merged inline inserts branchMike Bayer2007-09-013-74/+65
* Extended 'engine_from_config' coercion for QueuePool size / overflow. [ticket...Jason Kirtland2007-08-291-8/+17
* engine.url cleanups [ticket:742]Jason Kirtland2007-08-291-31/+51
* - tightened down the screws on logging a little bitMike Bayer2007-08-221-8/+6
* - restored engine.echo flagMike Bayer2007-08-221-0/+1
* Housekeeping.Jason Kirtland2007-08-222-6/+6
* -removed echo_property() function, moved logging checks toMike Bayer2007-08-211-5/+3
* - implemented __len__() accessor on RowProxyMike Bayer2007-08-211-0/+3
* A couple critical path optimizationsJason Kirtland2007-08-211-2/+2
* pool_threadlocal on by defaultMike Bayer2007-08-201-1/+1
* removed unnecessary _branch callsMike Bayer2007-08-202-7/+8
* - method call removalMike Bayer2007-08-202-75/+30
* - Engine and TLEngine assume "threadlocal" behavior on Pool; both use connect()Mike Bayer2007-08-203-24/+11
* - Connection.begin() no longer accepts nested=True, a possible source of conf...Jason Kirtland2007-08-196-376/+512
* pyflakes mop-upJason Kirtland2007-08-192-4/+2
* 1. Module layout. sql.py and related move into a package called "sql".Mike Bayer2007-08-182-86/+64
* - added close() method to Transaction. closes out a transaction using rollbackMike Bayer2007-08-171-0/+14
* - threadlocal TLConnection, when closes for real, forces parent TLSessionMike Bayer2007-08-171-0/+6
* - turned twophase=True on in testMike Bayer2007-08-171-0/+3
* - added extra argument con_proxy to ConnectionListener interface checkout/che...Mike Bayer2007-08-171-13/+44
* - moved test/orm/fixtures.py to testlibMike Bayer2007-08-161-6/+6
* - merged "fasttypes" branch. this branch changes the signatureMike Bayer2007-08-142-51/+64
* added engine_from_config() function for helping to create_engine()Mike Bayer2007-08-142-1/+39
* Removed unused imports, other import adjustments per pyflakesJason Kirtland2007-08-133-4/+4
* 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-122-4/+14
* Added an exception hierarchy shadowing DB-API exc typesJason Kirtland2007-08-113-3/+5
* inlined encoding of result column namesMike Bayer2007-08-112-6/+1
* attempting to get oracle XID to work. not there yet.Mike Bayer2007-08-112-2/+18
* switch (simple) occurences of 'if len(x)' to 'if x': find . -name '*.py' |xar...Jonathan Ellis2007-08-032-2/+2
* - Dialects can be queried for the server version (sqlite and mysql only with ...Jason Kirtland2007-08-031-0/+5
* Tweak 'poolclass' default arg processing [ticket:437]Jason Kirtland2007-08-011-1/+2
* - assurances that context.connection is safe to use by column default functio...Mike Bayer2007-07-312-14/+30
* MetaData can now reflect() all tables in the database en-masse thanks to tabl...Jason Kirtland2007-07-311-3/+17
* add warnings for deprecated methods and optionsJonathan Ellis2007-07-301-1/+2
* engine.table_names()Jonathan Ellis2007-07-291-0/+12
* - removed auto_close_cursors and disallow_open_cursors arguments from Pool;Mike Bayer2007-07-291-1/+2
* some comments, pragma no cover on some deprecated query methodsMike Bayer2007-07-271-1/+1
* - clarified LoaderStrategy implementations, centralized deferred column loadingMike Bayer2007-07-272-9/+25
* merging 0.4 branch to trunk. see CHANGES for details. 0.3 moves to maintena...Mike Bayer2007-07-276-297/+536
* Merged reference fixes from r2986Jason Kirtland2007-07-191-1/+1