summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/databases/oracle.py
Commit message (Expand)AuthorAgeFilesLines
* - Warnings are now issued as SAWarning instead of RuntimeWarning; util.warn()...Jason Kirtland2008-01-111-5/+7
* Include column name in length-less String warning (more [ticket:912])Jason Kirtland2008-01-101-30/+30
* redid the _for_ddl String/Text deprecation warning correctly [ticket:912]Mike Bayer2008-01-091-1/+1
* - changed name of TEXT to Text since its a "generic" type; TEXT name isMike Bayer2008-01-051-2/+2
* happy new yearMike Bayer2008-01-011-1/+1
* fix up oracle handling of LOB/string [ticket:902], slight fixes to defaults.p...Mike Bayer2008-01-011-7/+6
* - added is_disconnect() support for oracleMike Bayer2007-12-291-0/+6
* - all kinds of cleanup, tiny-to-slightly-significant speed improvementsMike Bayer2007-11-241-9/+4
* - oracle will now reflect "DATE" as an OracleDateTime column, notMike Bayer2007-11-181-3/+16
* - figured out a way to get previous oracle behavior back. the ROWID thingMike Bayer2007-11-051-1/+1
* - adjustments to oracle ROWID logic...recent oid changes mean we have toMike Bayer2007-11-051-5/+8
* - rewritten ClauseAdapter merged from the eager_minus_join branch; this is a ...Mike Bayer2007-11-031-1/+0
* Added support for dialects that have both sequences and autoincrementing PKs.Jason Kirtland2007-10-231-1/+2
* - Fixed oracle 'use_ansi'-via-engine-url handling, added support for 'mode=sy...Jason Kirtland2007-10-101-6/+24
* - fixed Oracle non-ansi join syntaxMike Bayer2007-10-101-5/+11
* - oracle does not implicitly convert to unicode for non-typed resultMike Bayer2007-10-061-15/+14
* fix to oracle sequence execMike Bayer2007-09-011-1/+1
* sequence pre-executes dont create an ExecutionContext, use straight cursorMike Bayer2007-09-011-5/+1
* factored out uses_sequences_for_inserts() intoMike Bayer2007-09-011-3/+1
* - merged inline inserts branchMike Bayer2007-09-011-23/+4
* - method call removalMike Bayer2007-08-201-7/+5
* light docstring tweaks to the poolJason Kirtland2007-08-191-1/+1
* 1. Module layout. sql.py and related move into a package called "sql".Mike Bayer2007-08-181-32/+24
* mass has_key->__contains__ migration, [ticket:738]Mike Bayer2007-08-151-1/+1
* - merged "fasttypes" branch. this branch changes the signatureMike Bayer2007-08-141-55/+75
* - generalized a SQLCompileTest out of select.py, installedMike Bayer2007-08-131-4/+4
* attempting to get oracle XID to work. not there yet.Mike Bayer2007-08-111-3/+29
* repaired oracle savepoint implementationMike Bayer2007-08-111-0/+13
* - oracle reflection of case-sensitive names all fixed upMike Bayer2007-08-101-22/+33
* switch "if not len(x)" to "if not x"Jonathan Ellis2007-08-031-1/+1
* table_names shouldn't include system tables. (if user wants that they should...Jonathan Ellis2007-08-031-1/+1
* engine.table_names()Jonathan Ellis2007-07-291-0/+5
* removed LONG_STRING, LONG_BINARY from "binary" types, [ticket:622]Mike Bayer2007-07-271-1/+1
* merging 0.4 branch to trunk. see CHANGES for details. 0.3 moves to maintena...Mike Bayer2007-07-271-133/+122
* - fixed unicode conversion in Oracle TEXT typeMike Bayer2007-07-151-1/+2
* - converts cx_oracle datetime objects to Python datetime.datetime whenMike Bayer2007-07-151-0/+17
* - mod operator '%' produces MOD [ticket:624]Mike Bayer2007-07-151-0/+7
* - added dialect flag "auto_convert_lobs", defaults to True; will cause anyMike Bayer2007-06-221-4/+17
* - datetime fixes: got subsecond TIMESTAMP to work [ticket:604],Mike Bayer2007-06-171-2/+14
* test case for oracle timestamp adaptionMike Bayer2007-06-161-5/+5
* - DB connection urls for tests can now be loaded from a configuration fileJason Kirtland2007-05-251-0/+1
* - parenthesis are applied to clauses via a new _Grouping construct.Mike Bayer2007-05-141-2/+7
* - informix support added ! courtesy James ZhangMike Bayer2007-04-211-1/+1
* - converted logger.warn() to warnings.warn()Mike Bayer2007-04-211-2/+2
* - the dialects within sqlalchemy.databases become a setuptoolsMike Bayer2007-04-171-4/+6
* - small fix to allow successive compiles of the same SELECT objectMike Bayer2007-04-131-3/+10
* - merged the "execcontext" branch, refactors engine/dialect codepathsMike Bayer2007-04-021-40/+35
* latest #214 fixupsMike Bayer2007-03-311-1/+1
* added "supports_unicode_statements()" step to dialect/execute_raw so that DB'...Mike Bayer2007-03-281-0/+4
* added LONG->OracleText reflection mapping [ticket:393]Mike Bayer2007-03-281-0/+1