| Commit message (Expand) | Author | Age | Files | Lines |
| * | engine.table_names() | Jonathan Ellis | 2007-07-29 | 1 | -0/+5 |
| * | removed LONG_STRING, LONG_BINARY from "binary" types, [ticket:622] | Mike Bayer | 2007-07-27 | 1 | -1/+1 |
| * | merging 0.4 branch to trunk. see CHANGES for details. 0.3 moves to maintena... | Mike Bayer | 2007-07-27 | 1 | -133/+122 |
| * | - fixed unicode conversion in Oracle TEXT type | Mike Bayer | 2007-07-15 | 1 | -1/+2 |
| * | - converts cx_oracle datetime objects to Python datetime.datetime when | Mike Bayer | 2007-07-15 | 1 | -0/+17 |
| * | - mod operator '%' produces MOD [ticket:624] | Mike Bayer | 2007-07-15 | 1 | -0/+7 |
| * | - added dialect flag "auto_convert_lobs", defaults to True; will cause any | Mike Bayer | 2007-06-22 | 1 | -4/+17 |
| * | - datetime fixes: got subsecond TIMESTAMP to work [ticket:604], | Mike Bayer | 2007-06-17 | 1 | -2/+14 |
| * | test case for oracle timestamp adaption | Mike Bayer | 2007-06-16 | 1 | -5/+5 |
| * | - DB connection urls for tests can now be loaded from a configuration file | Jason Kirtland | 2007-05-25 | 1 | -0/+1 |
| * | - parenthesis are applied to clauses via a new _Grouping construct. | Mike Bayer | 2007-05-14 | 1 | -2/+7 |
| * | - informix support added ! courtesy James Zhang | Mike Bayer | 2007-04-21 | 1 | -1/+1 |
| * | - converted logger.warn() to warnings.warn() | Mike Bayer | 2007-04-21 | 1 | -2/+2 |
| * | - the dialects within sqlalchemy.databases become a setuptools | Mike Bayer | 2007-04-17 | 1 | -4/+6 |
| * | - small fix to allow successive compiles of the same SELECT object | Mike Bayer | 2007-04-13 | 1 | -3/+10 |
| * | - merged the "execcontext" branch, refactors engine/dialect codepaths | Mike Bayer | 2007-04-02 | 1 | -40/+35 |
| * | latest #214 fixups | Mike Bayer | 2007-03-31 | 1 | -1/+1 |
| * | added "supports_unicode_statements()" step to dialect/execute_raw so that DB'... | Mike Bayer | 2007-03-28 | 1 | -0/+4 |
| * | added LONG->OracleText reflection mapping [ticket:393] | Mike Bayer | 2007-03-28 | 1 | -0/+1 |
| * | - column labels are now generated in the compilation phase, which | Mike Bayer | 2007-03-24 | 1 | -0/+3 |
| * | - CLOB type descends from TEXT so it goes to the dialect correctly | Mike Bayer | 2007-03-22 | 1 | -0/+6 |
| * | - added db modules to genned docstrings | Mike Bayer | 2007-03-18 | 1 | -1/+1 |
| * | - for hackers, refactored the "visitor" system of ClauseElement and | Mike Bayer | 2007-03-11 | 1 | -7/+7 |
| * | - oracle: | Mike Bayer | 2007-03-10 | 1 | -7/+6 |
| * | dont continue remote table if warning | Mike Bayer | 2007-03-04 | 1 | -0/+1 |
| * | migrated (most) docstrings to pep-257 format, docstring generator using strai... | Mike Bayer | 2007-02-25 | 1 | -51/+80 |
| * | - oracle issues a log warning when a related table cant be reflected due to c... | Mike Bayer | 2007-02-19 | 1 | -8/+4 |
| * | - modified patch for [ticket:379] - detecting synonyms, dblinks in reflection... | Mike Bayer | 2007-02-17 | 1 | -45/+103 |
| * | - moved change for [ticket:466] to ansisql, since thats the syntax for all da... | Mike Bayer | 2007-02-17 | 1 | -8/+0 |
| * | - added a Sequence to the unicode test tables to help Oracle | Mike Bayer | 2007-02-17 | 1 | -0/+9 |
| * | - fixed oracle list of binary types to check for their presence in the module... | Mike Bayer | 2007-02-17 | 1 | -2/+4 |
| * | dont do RAWTOHEX on None | Mike Bayer | 2007-02-15 | 1 | -2/+5 |
| * | - added PrefetchingResultProxy support to pre-fetch LOB columns when they are | Mike Bayer | 2007-02-06 | 1 | -0/+11 |
| * | - added "schema" argument to all has_table() calls, only supported so far by PG | Mike Bayer | 2007-02-04 | 1 | -1/+1 |
| * | - added literal_column() to specify a column clause that should not undergo a... | Mike Bayer | 2007-02-04 | 1 | -2/+2 |
| * | - sequences on a non-pk column will properly fire off on INSERT for PG/oracle | Mike Bayer | 2007-02-02 | 1 | -0/+5 |
| * | oracle can conditionally decide if it wants to say "use rowid" in a select st... | Mike Bayer | 2007-01-24 | 1 | -2/+5 |
| * | - *slight* support for binary, but still need to figure out how to insert rea...rel_0_3_4 | Mike Bayer | 2007-01-23 | 1 | -5/+9 |
| * | attempting to get oracle binary working | Mike Bayer | 2007-01-23 | 1 | -0/+7 |
| * | copyright update | Mike Bayer | 2007-01-05 | 1 | -1/+1 |
| * | fix to oracle types test, added RAW type [ticket:378] | Mike Bayer | 2006-11-21 | 1 | -0/+4 |
| * | fix to previous checkin | Mike Bayer | 2006-11-21 | 1 | -2/+2 |
| * | [ticket:373] | Mike Bayer | 2006-11-21 | 1 | -2/+3 |
| * | [ticket:366] | Mike Bayer | 2006-11-21 | 1 | -1/+3 |
| * | updates to oracle | Mike Bayer | 2006-10-22 | 1 | -2/+6 |
| * | reorganizing classnames a bit, flagging "private" classes in the sql package, | Mike Bayer | 2006-10-17 | 1 | -2/+2 |
| * | - a fair amount of cleanup to the schema package, removal of ambiguous | Mike Bayer | 2006-10-14 | 1 | -3/+3 |
| * | - added auto_setinputsizes=False to oracle dialect. if true, all executions ... | Mike Bayer | 2006-10-03 | 1 | -2/+4 |
| * | fixed super call | Mike Bayer | 2006-10-03 | 1 | -1/+1 |
| * | - removed "extension()" MapperOption | Mike Bayer | 2006-10-03 | 1 | -4/+15 |