summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/engine
Commit message (Expand)AuthorAgeFilesLines
...
* (very) minor speed optimization to ResultProxy fetchall & fetchmany methodsGaƫtan de Menten2008-03-031-2/+4
* - implemented two-phase API for "threadlocal" engine,Mike Bayer2008-02-261-9/+7
* - added exception wrapping/reconnect support to result setMike Bayer2008-02-251-14/+31
* - remove some old cruftMike Bayer2008-02-162-31/+10
* - Fixed a couple pyflakes, cleaned up imports & whitespaceJason Kirtland2008-02-142-30/+29
* check for unicode first before encodingMike Bayer2008-02-062-2/+2
* hmmm.Jason Kirtland2008-02-051-5/+5
* - Added free-form `DDL` statements, can be executed standalone or tied to the...Jason Kirtland2008-02-051-0/+8
* - Friendlier exception messages for unbound, implicit executionJason Kirtland2008-01-311-1/+1
* - added "autocommit=True" kwarg to select() and text(),Mike Bayer2008-01-311-2/+2
* - implemented RowProxy.__ne__ [ticket:945], thanks knutroyJason Kirtland2008-01-311-57/+60
* - Oracle and others properly encode SQL used for defaultsMike Bayer2008-01-301-0/+2
* clean up a little close() sillinessMike Bayer2008-01-201-5/+7
* - further fix to new TypeDecorator, so that subclasses of TypeDecorators work...Mike Bayer2008-01-022-11/+19
* happy new yearMike Bayer2008-01-013-3/+3
* - added is_disconnect() support for oracleMike Bayer2007-12-292-21/+34
* - auto-reconnect support improved; a Connection can now automaticallyMike Bayer2007-12-191-34/+71
* introductory docstring bonanzaMike Bayer2007-12-185-13/+29
* get most oracle tests in sql working again....Mike Bayer2007-12-181-2/+11
* - cleanup; lambdas removed from properties; properties mirror same-named func...Mike Bayer2007-12-182-31/+70
* Fixed minor reST issueLele Gaifax2007-12-151-5/+4
* - 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