summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/engine
Commit message (Expand)AuthorAgeFilesLines
* - flush() refactor merged from uow_nontree branch r3871-r3885Mike Bayer2007-12-082-11/+7
* - basic framework for generic functions, [ticket:615]Mike Bayer2007-12-051-1/+1
* default value of assert_unicode is None on String, False on create_engine(), ...Mike Bayer2007-11-281-1/+1
* - column labels in the form "tablename.columname", i.e. with a dot, are nowMike Bayer2007-11-271-4/+15
* - added new flag to String and create_engine(), assert_unicode=(True|False|No...Mike Bayer2007-11-251-1/+2
* - named_with_column becomes an attributeMike Bayer2007-11-252-40/+70
* - decruftify old visitors used by orm, convert to functions thatMike Bayer2007-11-241-7/+12
* - all kinds of cleanup, tiny-to-slightly-significant speed improvementsMike Bayer2007-11-242-23/+14
* Migrated Connection.properties to Connection.info ('info' is the new standard...Jason Kirtland2007-11-181-2/+7
* - DeferredColumnLoader checks row for column, if present sends it toMike Bayer2007-11-141-0/+2
* - anonymous column expressions are automatically labeled.Mike Bayer2007-11-101-0/+1
* - <Engine|Connection>._execute_clauseelement becomes a public methodMike Bayer2007-11-071-5/+8
* fixed the previous TLTransaction checkinMike Bayer2007-11-071-0/+2
* - fixed the close() method on Transaction when using strategy='threadlocal'Mike Bayer2007-11-072-2/+9
* - adjustments to oracle ROWID logic...recent oid changes mean we have toMike Bayer2007-11-051-13/+15
* - rewritten ClauseAdapter merged from the eager_minus_join branch; this is a ...Mike Bayer2007-11-031-1/+1
* - merged factor_down_bindparams branch.Mike Bayer2007-11-012-65/+110
* - inlined a couple of context variablesMike Bayer2007-10-272-20/+15
* Added support for dialects that have both sequences and autoincrementing PKs.Jason Kirtland2007-10-232-6/+22
* - The post_exec() hook now gets invoked before autocommit fires.Jason Kirtland2007-10-231-2/+3
* - attempted to add a test for #622 / #751, but cant reproduce the failing con...Mike Bayer2007-10-141-1/+1
* Assorted unused imports from pyflakes, docstring tweaks, formatting.Jason Kirtland2007-10-131-1/+1
* Winnowed __all__ for 'import * from sqlalchemy.engine'Jason Kirtland2007-10-131-1/+15
* - Loosened up test_cant_execute_join for oracle (probably) + bonus typo fixJason Kirtland2007-10-081-2/+2
* - The no-arg ResultProxy._row_processor() is now the class attributeJason Kirtland2007-10-021-92/+90
* - Removed duplicate RowProxy.__len__ definition and some range(0, 1) lintJason Kirtland2007-10-021-5/+7
* - added partial index support for postgresAnts Aasma2007-09-291-2/+2
* Dropped the leading '__' from generated savepoint names, '_' isn't universall...Jason Kirtland2007-09-271-1/+1
* - created a link between QueryContext and SelectionContext; the attributeMike Bayer2007-09-261-13/+3
* - 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