| Commit message (Expand) | Author | Age | Files | Lines |
| * | - flush() refactor merged from uow_nontree branch r3871-r3885 | Mike Bayer | 2007-12-08 | 2 | -11/+7 |
| * | - basic framework for generic functions, [ticket:615] | Mike Bayer | 2007-12-05 | 1 | -1/+1 |
| * | default value of assert_unicode is None on String, False on create_engine(), ... | Mike Bayer | 2007-11-28 | 1 | -1/+1 |
| * | - column labels in the form "tablename.columname", i.e. with a dot, are now | Mike Bayer | 2007-11-27 | 1 | -4/+15 |
| * | - added new flag to String and create_engine(), assert_unicode=(True|False|No... | Mike Bayer | 2007-11-25 | 1 | -1/+2 |
| * | - named_with_column becomes an attribute | Mike Bayer | 2007-11-25 | 2 | -40/+70 |
| * | - decruftify old visitors used by orm, convert to functions that | Mike Bayer | 2007-11-24 | 1 | -7/+12 |
| * | - all kinds of cleanup, tiny-to-slightly-significant speed improvements | Mike Bayer | 2007-11-24 | 2 | -23/+14 |
| * | Migrated Connection.properties to Connection.info ('info' is the new standard... | Jason Kirtland | 2007-11-18 | 1 | -2/+7 |
| * | - DeferredColumnLoader checks row for column, if present sends it to | Mike Bayer | 2007-11-14 | 1 | -0/+2 |
| * | - anonymous column expressions are automatically labeled. | Mike Bayer | 2007-11-10 | 1 | -0/+1 |
| * | - <Engine|Connection>._execute_clauseelement becomes a public method | Mike Bayer | 2007-11-07 | 1 | -5/+8 |
| * | fixed the previous TLTransaction checkin | Mike Bayer | 2007-11-07 | 1 | -0/+2 |
| * | - fixed the close() method on Transaction when using strategy='threadlocal' | Mike Bayer | 2007-11-07 | 2 | -2/+9 |
| * | - adjustments to oracle ROWID logic...recent oid changes mean we have to | Mike Bayer | 2007-11-05 | 1 | -13/+15 |
| * | - rewritten ClauseAdapter merged from the eager_minus_join branch; this is a ... | Mike Bayer | 2007-11-03 | 1 | -1/+1 |
| * | - merged factor_down_bindparams branch. | Mike Bayer | 2007-11-01 | 2 | -65/+110 |
| * | - inlined a couple of context variables | Mike Bayer | 2007-10-27 | 2 | -20/+15 |
| * | Added support for dialects that have both sequences and autoincrementing PKs. | Jason Kirtland | 2007-10-23 | 2 | -6/+22 |
| * | - The post_exec() hook now gets invoked before autocommit fires. | Jason Kirtland | 2007-10-23 | 1 | -2/+3 |
| * | - attempted to add a test for #622 / #751, but cant reproduce the failing con... | Mike Bayer | 2007-10-14 | 1 | -1/+1 |
| * | Assorted unused imports from pyflakes, docstring tweaks, formatting. | Jason Kirtland | 2007-10-13 | 1 | -1/+1 |
| * | Winnowed __all__ for 'import * from sqlalchemy.engine' | Jason Kirtland | 2007-10-13 | 1 | -1/+15 |
| * | - Loosened up test_cant_execute_join for oracle (probably) + bonus typo fix | Jason Kirtland | 2007-10-08 | 1 | -2/+2 |
| * | - The no-arg ResultProxy._row_processor() is now the class attribute | Jason Kirtland | 2007-10-02 | 1 | -92/+90 |
| * | - Removed duplicate RowProxy.__len__ definition and some range(0, 1) lint | Jason Kirtland | 2007-10-02 | 1 | -5/+7 |
| * | - added partial index support for postgres | Ants Aasma | 2007-09-29 | 1 | -2/+2 |
| * | Dropped the leading '__' from generated savepoint names, '_' isn't universall... | Jason Kirtland | 2007-09-27 | 1 | -1/+1 |
| * | - created a link between QueryContext and SelectionContext; the attribute | Mike Bayer | 2007-09-26 | 1 | -13/+3 |
| * | - columns from Alias objects, when used to target result-row columns, must ma... | Mike Bayer | 2007-09-24 | 1 | -4/+13 |
| * | Removed DefaultDialect.ischema and information_schema's ISchema (which incide... | Jason Kirtland | 2007-09-07 | 1 | -7/+0 |
| * | - took out method calls for oid_column | Mike Bayer | 2007-09-04 | 2 | -82/+63 |
| * | - removed "parameters" argument from clauseelement.compile(), replaced with | Mike Bayer | 2007-09-04 | 1 | -29/+37 |
| * | - mapper compilation has been reorganized such that most compilation | Mike Bayer | 2007-09-02 | 1 | -1/+0 |
| * | sequence pre-executes dont create an ExecutionContext, use straight cursor | Mike Bayer | 2007-09-01 | 1 | -22/+34 |
| * | factored out uses_sequences_for_inserts() into | Mike Bayer | 2007-09-01 | 2 | -0/+4 |
| * | - got all examples working | Mike Bayer | 2007-09-01 | 1 | -4/+9 |
| * | whats a big commit without some errant print statements ? :) | Mike Bayer | 2007-09-01 | 1 | -1/+0 |
| * | - merged inline inserts branch | Mike Bayer | 2007-09-01 | 3 | -74/+65 |
| * | Extended 'engine_from_config' coercion for QueuePool size / overflow. [ticket... | Jason Kirtland | 2007-08-29 | 1 | -8/+17 |
| * | engine.url cleanups [ticket:742] | Jason Kirtland | 2007-08-29 | 1 | -31/+51 |
| * | - tightened down the screws on logging a little bit | Mike Bayer | 2007-08-22 | 1 | -8/+6 |
| * | - restored engine.echo flag | Mike Bayer | 2007-08-22 | 1 | -0/+1 |
| * | Housekeeping. | Jason Kirtland | 2007-08-22 | 2 | -6/+6 |
| * | -removed echo_property() function, moved logging checks to | Mike Bayer | 2007-08-21 | 1 | -5/+3 |
| * | - implemented __len__() accessor on RowProxy | Mike Bayer | 2007-08-21 | 1 | -0/+3 |
| * | A couple critical path optimizations | Jason Kirtland | 2007-08-21 | 1 | -2/+2 |
| * | pool_threadlocal on by default | Mike Bayer | 2007-08-20 | 1 | -1/+1 |
| * | removed unnecessary _branch calls | Mike Bayer | 2007-08-20 | 2 | -7/+8 |
| * | - method call removal | Mike Bayer | 2007-08-20 | 2 | -75/+30 |