summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/databases/oracle.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* - column labels are now generated in the compilation phase, whichMike Bayer2007-03-241-0/+3
* - CLOB type descends from TEXT so it goes to the dialect correctlyMike Bayer2007-03-221-0/+6
* - added db modules to genned docstringsMike Bayer2007-03-181-1/+1
* - for hackers, refactored the "visitor" system of ClauseElement andMike Bayer2007-03-111-7/+7
* - oracle:Mike Bayer2007-03-101-7/+6
* dont continue remote table if warningMike Bayer2007-03-041-0/+1
* migrated (most) docstrings to pep-257 format, docstring generator using strai...Mike Bayer2007-02-251-51/+80
* - oracle issues a log warning when a related table cant be reflected due to c...Mike Bayer2007-02-191-8/+4
* - modified patch for [ticket:379] - detecting synonyms, dblinks in reflection...Mike Bayer2007-02-171-45/+103
* - moved change for [ticket:466] to ansisql, since thats the syntax for all da...Mike Bayer2007-02-171-8/+0
* - added a Sequence to the unicode test tables to help OracleMike Bayer2007-02-171-0/+9
* - fixed oracle list of binary types to check for their presence in the module...Mike Bayer2007-02-171-2/+4
* dont do RAWTOHEX on NoneMike Bayer2007-02-151-2/+5
* - added PrefetchingResultProxy support to pre-fetch LOB columns when they areMike Bayer2007-02-061-0/+11
* - added "schema" argument to all has_table() calls, only supported so far by PGMike Bayer2007-02-041-1/+1
* - added literal_column() to specify a column clause that should not undergo a...Mike Bayer2007-02-041-2/+2
* - sequences on a non-pk column will properly fire off on INSERT for PG/oracleMike Bayer2007-02-021-0/+5
* oracle can conditionally decide if it wants to say "use rowid" in a select st...Mike Bayer2007-01-241-2/+5
* - *slight* support for binary, but still need to figure out how to insert rea...rel_0_3_4Mike Bayer2007-01-231-5/+9
* attempting to get oracle binary workingMike Bayer2007-01-231-0/+7
* copyright updateMike Bayer2007-01-051-1/+1
* fix to oracle types test, added RAW type [ticket:378]Mike Bayer2006-11-211-0/+4
* fix to previous checkinMike Bayer2006-11-211-2/+2
* [ticket:373]Mike Bayer2006-11-211-2/+3
* [ticket:366]Mike Bayer2006-11-211-1/+3
* updates to oracleMike Bayer2006-10-221-2/+6
* reorganizing classnames a bit, flagging "private" classes in the sql package,Mike Bayer2006-10-171-2/+2
* - a fair amount of cleanup to the schema package, removal of ambiguousMike Bayer2006-10-141-3/+3
* - added auto_setinputsizes=False to oracle dialect. if true, all executions ...Mike Bayer2006-10-031-2/+4
* fixed super callMike Bayer2006-10-031-1/+1
* - removed "extension()" MapperOptionMike Bayer2006-10-031-4/+15