| Commit message (Expand) | Author | Age | Files | Lines |
| * | - Warnings are now issued as SAWarning instead of RuntimeWarning; util.warn()... | Jason Kirtland | 2008-01-11 | 1 | -5/+7 |
| * | Include column name in length-less String warning (more [ticket:912]) | Jason Kirtland | 2008-01-10 | 1 | -30/+30 |
| * | redid the _for_ddl String/Text deprecation warning correctly [ticket:912] | Mike Bayer | 2008-01-09 | 1 | -1/+1 |
| * | - changed name of TEXT to Text since its a "generic" type; TEXT name is | Mike Bayer | 2008-01-05 | 1 | -2/+2 |
| * | happy new year | Mike Bayer | 2008-01-01 | 1 | -1/+1 |
| * | fix up oracle handling of LOB/string [ticket:902], slight fixes to defaults.p... | Mike Bayer | 2008-01-01 | 1 | -7/+6 |
| * | - added is_disconnect() support for oracle | Mike Bayer | 2007-12-29 | 1 | -0/+6 |
| * | - all kinds of cleanup, tiny-to-slightly-significant speed improvements | Mike Bayer | 2007-11-24 | 1 | -9/+4 |
| * | - oracle will now reflect "DATE" as an OracleDateTime column, not | Mike Bayer | 2007-11-18 | 1 | -3/+16 |
| * | - figured out a way to get previous oracle behavior back. the ROWID thing | Mike Bayer | 2007-11-05 | 1 | -1/+1 |
| * | - adjustments to oracle ROWID logic...recent oid changes mean we have to | Mike Bayer | 2007-11-05 | 1 | -5/+8 |
| * | - rewritten ClauseAdapter merged from the eager_minus_join branch; this is a ... | Mike Bayer | 2007-11-03 | 1 | -1/+0 |
| * | Added support for dialects that have both sequences and autoincrementing PKs. | Jason Kirtland | 2007-10-23 | 1 | -1/+2 |
| * | - Fixed oracle 'use_ansi'-via-engine-url handling, added support for 'mode=sy... | Jason Kirtland | 2007-10-10 | 1 | -6/+24 |
| * | - fixed Oracle non-ansi join syntax | Mike Bayer | 2007-10-10 | 1 | -5/+11 |
| * | - oracle does not implicitly convert to unicode for non-typed result | Mike Bayer | 2007-10-06 | 1 | -15/+14 |
| * | fix to oracle sequence exec | Mike Bayer | 2007-09-01 | 1 | -1/+1 |
| * | sequence pre-executes dont create an ExecutionContext, use straight cursor | Mike Bayer | 2007-09-01 | 1 | -5/+1 |
| * | factored out uses_sequences_for_inserts() into | Mike Bayer | 2007-09-01 | 1 | -3/+1 |
| * | - merged inline inserts branch | Mike Bayer | 2007-09-01 | 1 | -23/+4 |
| * | - method call removal | Mike Bayer | 2007-08-20 | 1 | -7/+5 |
| * | light docstring tweaks to the pool | Jason Kirtland | 2007-08-19 | 1 | -1/+1 |
| * | 1. Module layout. sql.py and related move into a package called "sql". | Mike Bayer | 2007-08-18 | 1 | -32/+24 |
| * | mass has_key->__contains__ migration, [ticket:738] | Mike Bayer | 2007-08-15 | 1 | -1/+1 |
| * | - merged "fasttypes" branch. this branch changes the signature | Mike Bayer | 2007-08-14 | 1 | -55/+75 |
| * | - generalized a SQLCompileTest out of select.py, installed | Mike Bayer | 2007-08-13 | 1 | -4/+4 |
| * | attempting to get oracle XID to work. not there yet. | Mike Bayer | 2007-08-11 | 1 | -3/+29 |
| * | repaired oracle savepoint implementation | Mike Bayer | 2007-08-11 | 1 | -0/+13 |
| * | - oracle reflection of case-sensitive names all fixed up | Mike Bayer | 2007-08-10 | 1 | -22/+33 |
| * | switch "if not len(x)" to "if not x" | Jonathan Ellis | 2007-08-03 | 1 | -1/+1 |
| * | table_names shouldn't include system tables. (if user wants that they should... | Jonathan Ellis | 2007-08-03 | 1 | -1/+1 |
| * | 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 |