| Commit message (Expand) | Author | Age | Files | Lines |
| * | - create_all(), drop_all(), create(), drop() all raise | Mike Bayer | 2008-06-22 | 1 | -2/+5 |
| * | back-merged current 0.4 trunk into rel_0_4 branch, which will become the 0.4 ... | Mike Bayer | 2008-05-09 | 1 | -217/+261 |
| * | - removed problematic generate_dbapi_typemap() method. its hardcoded just fo... | Mike Bayer | 2007-07-26 | 1 | -23/+4 |
| * | temporarily disabling genrated type_map which breaks all the othe rdialects | Mike Bayer | 2007-07-26 | 1 | -4/+10 |
| * | - very rudimental support for OUT parameters added; use sql.outparam(name, type) | Mike Bayer | 2007-07-26 | 1 | -2/+3 |
| * | patched fix for [ticket:677], thanks ! | Mike Bayer | 2007-07-23 | 1 | -2/+2 |
| * | ColumnDefault functions pass ExecutionContext to callables which accept a sin... | Mike Bayer | 2007-07-23 | 1 | -7/+9 |
| * | - refinement of connection.execute() , parameter processing behavior | Mike Bayer | 2007-07-23 | 1 | -42/+44 |
| * | Remove unused imports, typo and light formatting tweaks. | Jason Kirtland | 2007-07-19 | 1 | -3/+3 |
| * | removed print statement...this is the year i start using a debugger | Mike Bayer | 2007-07-19 | 1 | -1/+0 |
| * | - all "type" keyword arguments, such as those to bindparam(), column(), | Mike Bayer | 2007-07-19 | 1 | -0/+4 |
| * | - removed ancient threadlocal/legacy_session mods | Mike Bayer | 2007-07-17 | 1 | -2/+1 |
| * | - converted all anonymous labels and aliases to be generated within the compi... | Mike Bayer | 2007-07-16 | 1 | -0/+5 |
| * | add support for two phase commits, nested subtransactions and savepoints. ref... | Ants Aasma | 2007-07-14 | 1 | -0/+9 |
| * | moved oracles "auto_convert_lobs" logic into a generic dialect | Mike Bayer | 2007-07-01 | 1 | -1/+19 |
| * | removed ConnectionProvider. engines have a "pool" attribute now. | Mike Bayer | 2007-06-24 | 1 | -11/+0 |
| * | - merged last_inserted_ids() fix from trunk [changeset:2743] | Mike Bayer | 2007-06-17 | 1 | -1/+2 |
| * | - merged trunk 2629-2730 | Mike Bayer | 2007-06-14 | 1 | -0/+2 |
| * | - result sets from CRUD operations close their underlying cursor immediately. | Mike Bayer | 2007-06-14 | 1 | -1/+1 |
| * | - result.last_inserted_ids() should return a list that is identically | Mike Bayer | 2007-06-11 | 1 | -6/+3 |
| * | - 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 |