| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | - merged "fasttypes" branch. this branch changes the signature | Mike Bayer | 2007-08-14 | 1 | -39/+52 |
| * | Removed unused imports, other import adjustments per pyflakes | Jason Kirtland | 2007-08-13 | 1 | -2/+2 |
| * | auto-commit after LOAD DATA INFILE for mysql | Jason Kirtland | 2007-08-12 | 1 | -3/+5 |
| * | added "should_commit()" hook to ExecutionContext. dialects can override with... | Mike Bayer | 2007-08-12 | 1 | -1/+6 |
| * | Added an exception hierarchy shadowing DB-API exc types | Jason Kirtland | 2007-08-11 | 1 | -1/+2 |
| * | inlined encoding of result column names | Mike Bayer | 2007-08-11 | 1 | -5/+0 |
| * | attempting to get oracle XID to work. not there yet. | Mike Bayer | 2007-08-11 | 1 | -1/+9 |
| * | - assurances that context.connection is safe to use by column default functio... | Mike Bayer | 2007-07-31 | 1 | -3/+7 |
| * | - clarified LoaderStrategy implementations, centralized deferred column loading | Mike Bayer | 2007-07-27 | 1 | -9/+13 |
| * | merging 0.4 branch to trunk. see CHANGES for details. 0.3 moves to maintena... | Mike Bayer | 2007-07-27 | 1 | -65/+82 |
| * | bind/connectable compat, allow .bind = None | Jason Kirtland | 2007-07-17 | 1 | -1/+1 |
| * | - result.last_inserted_ids() should return a list that is identically | Mike Bayer | 2007-06-17 | 1 | -7/+5 |
| * | - applied YAGNI to supports_autoclose_results (this issue would be handled by... | Mike Bayer | 2007-04-30 | 1 | -1/+0 |
| * | - added 'url' attribute to Engine | Mike Bayer | 2007-04-29 | 1 | -1/+2 |
| * | non-db identifier length raised arbitrarily high | Mike Bayer | 2007-04-20 | 1 | -1/+1 |
| * | support positional parameters at the execute level even for DBs where we dont... | Mike Bayer | 2007-04-19 | 1 | -2/+4 |
| * | - tweak to restore Python 2.3 compatability | Jason Kirtland | 2007-04-19 | 1 | -1/+1 |
| * | added "recreate()" argument to connection pool classes | Mike Bayer | 2007-04-17 | 1 | -3/+2 |
| * | - got unicode schemas to work with postgres | Mike Bayer | 2007-04-15 | 1 | -5/+19 |
| * | for #516, moved the "disconnect check" step out of pool and back into base.py... | Mike Bayer | 2007-04-03 | 1 | -0/+3 |
| * | - merged the "execcontext" branch, refactors engine/dialect codepaths | Mike Bayer | 2007-04-02 | 1 | -53/+73 |
| * | thank you, SVN, for being completely idiotic and non-intutive. rolling back i... | Mike Bayer | 2007-03-30 | 1 | -45/+27 |
| * | current progress with exec branch | Mike Bayer | 2007-03-29 | 1 | -27/+45 |
| * | added "supports_unicode_statements()" step to dialect/execute_raw so that DB'... | Mike Bayer | 2007-03-28 | 1 | -0/+4 |
| * | - column label and bind param "truncation" also generate | Mike Bayer | 2007-03-28 | 1 | -6/+6 |
| * | - column labels are now generated in the compilation phase, which | Mike Bayer | 2007-03-24 | 1 | -0/+5 |
| * | - oracle: | Mike Bayer | 2007-03-10 | 1 | -2/+6 |
| * | migrated (most) docstrings to pep-257 format, docstring generator using strai... | Mike Bayer | 2007-02-25 | 1 | -35/+77 |
| * | - added PrefetchingResultProxy support to pre-fetch LOB columns when they are | Mike Bayer | 2007-02-06 | 1 | -0/+2 |
| * | - more quoting fixes for [ticket:450]...quoting more aggressive (but still sk... | Mike Bayer | 2007-02-04 | 1 | -5/+4 |
| * | oracle can conditionally decide if it wants to say "use rowid" in a select st... | Mike Bayer | 2007-01-24 | 1 | -1/+1 |
| * | - postgres no longer uses client-side cursors, uses more efficient server side | Mike Bayer | 2007-01-10 | 1 | -0/+2 |
| * | copyright update | Mike Bayer | 2007-01-05 | 1 | -1/+1 |
| * | - made kwargs parsing to Table strict; removed various obsoluete "redefine=Tr... | Mike Bayer | 2006-11-26 | 1 | -3/+24 |
| * | - create_engine() reworked to be strict about incoming **kwargs. all keyword | Mike Bayer | 2006-11-12 | 1 | -25/+2 |
| * | converted imports to absolute | Mike Bayer | 2006-10-26 | 1 | -4/+4 |
| * | - added auto_setinputsizes=False to oracle dialect. if true, all executions ... | Mike Bayer | 2006-10-03 | 1 | -2/+2 |
| * | - removed "extension()" MapperOption | Mike Bayer | 2006-10-03 | 1 | -0/+23 |
| * | moved "c.name" to "c.key" for processing defaults since bind params use colum... | Mike Bayer | 2006-09-12 | 1 | -6/+6 |
| * | - cleanup on connection methods + documentation. custom DBAPI | Mike Bayer | 2006-08-25 | 1 | -1/+4 |
| * | [ticket:280] statement execution supports using the same BindParam | Mike Bayer | 2006-08-18 | 1 | -2/+2 |
| * | moved rollback catch to mysql module... | Mike Bayer | 2006-08-10 | 1 | -4/+1 |
| * | fix mysql borkage | Jonathan Ellis | 2006-08-10 | 1 | -1/+4 |
| * | DB connection errors wrapped in DBAPIErrors | Mike Bayer | 2006-07-13 | 1 | -1/+6 |
| * | removed debug line | Mike Bayer | 2006-07-07 | 1 | -1/+1 |
| * | got MS-SQL support largely working, including reflection, basic types, fair a... | Mike Bayer | 2006-07-01 | 1 | -0/+1 |
| * | fixed InvalidRequestException -> InvalidRequestError typo | sean | 2006-06-05 | 1 | -1/+1 |
| * | merged 0.2 branch into trunk; 0.1 now in sqlalchemy/branches/rel_0_1 | Mike Bayer | 2006-05-25 | 1 | -0/+213 |