summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/engine
Commit message (Expand)AuthorAgeFilesLines
* - has_sequence() now takes the current "schema" argument intoMike Bayer2008-09-031-1/+2
* - starargs_as_list was not actually issuing SAPendingDeprecationWarning, fixedMike Bayer2008-08-281-14/+8
* - Mock engines take on the .name of their dialect. [ticket:1123]Jason Kirtland2008-08-151-10/+11
* - Temporarily rolled back the "ORDER BY" enhancementMike Bayer2008-08-061-1/+0
* - compiler visit_label() checks a flag "within_order_by" and will render its ...Mike Bayer2008-08-031-0/+1
* relation.order_by requires _literal_as_column conversion as wellMike Bayer2008-07-291-2/+0
* Raised an error when sqlite version does not support default values. Address...Michael Trier2008-07-292-0/+3
* - Spiffed up the deprecated decorators & @flipped 'em up topJason Kirtland2008-07-161-2/+2
* Completed engine_descriptors() removal (started in r4900)Jason Kirtland2008-07-151-20/+19
* - Moved to 2.4+ import syntax (w/ some experimental merge-friendly formatting)Jason Kirtland2008-07-151-8/+22
* And thus ends support for Python 2.3.Jason Kirtland2008-07-155-21/+20
* - Fixed a couple lingering exceptions->exc usagesJason Kirtland2008-07-151-1/+1
* - re-fixed the fix to the prefixes fixMike Bayer2008-07-061-3/+6
* - merged r4868, disallow overly long names from create/drop, from 0.4 branch,...Mike Bayer2008-06-221-2/+5
* Removed deprecated Dialect.prexecute_sequences aliasingJason Kirtland2008-05-211-10/+0
* pool_threadlocal is off by default [ticket:1049]Mike Bayer2008-05-191-1/+1
* raise NotImplemented for begin_nested()Mike Bayer2008-05-141-1/+7
* r4695 merged to trunk; trunk now becomes 0.5.Mike Bayer2008-05-095-38/+68
* - same as [ticket:1019] but repaired the non-labeled use caseMike Bayer2008-05-051-4/+3
* - refined mapper._save_obj() which was unnecessarily callingMike Bayer2008-04-262-1/+5
* refactor of default_paramstyle, use paramstyle argument on Dialect to changeMatt Harrison2008-04-071-2/+3
* - merged -r4458:4466 of query_columns branchMike Bayer2008-04-071-1/+1
* - Got PG server side cursors back into shape, added fixedMike Bayer2008-04-021-2/+3
* - Revamped the Connection memoize decorator a bit, moved to engineJason Kirtland2008-04-021-1/+25
* - Added PendingDeprecationWarning supportJason Kirtland2008-03-292-7/+5
* - merged with_polymorphic branch, which was merged with query_columns branchMike Bayer2008-03-291-1/+3
* Undoing patch #994, for now; more testing needed. Sorry. Also modifying tes...Catherine Devlin2008-03-201-8/+5
* adding zzzeek's patch from ticket #994, which fixed virtually all remaining b...Catherine Devlin2008-03-201-5/+8
* check the isinsert/isupdate flags before calling __process_defaultsMike Bayer2008-03-061-34/+34
* (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