summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/databases/oracle.py
Commit message (Expand)AuthorAgeFilesLines
* merge 0.6 series to trunk.Mike Bayer2009-08-061-904/+0
* backported 0.6 r6084 fix for oracle alias names, [ticket:1309]Mike Bayer2009-07-311-2/+6
* happy new yearMike Bayer2009-01-121-1/+1
* - Fixed bug which was preventing out params of certain typesMike Bayer2009-01-031-1/+5
* - Added OracleNVarchar type, produces NVARCHAR2, and alsoMike Bayer2008-12-281-1/+6
* - Reflected foreign keys will properly locateMike Bayer2008-12-261-1/+1
* removed the "create_execution_context()" method from dialects and replacedMike Bayer2008-12-191-3/+1
* - postgres docstringMike Bayer2008-12-061-17/+26
* - Adjusted the format of create_xid() to repairMike Bayer2008-12-051-2/+2
* flattened _get_from_objects() into a descriptor/class-bound attributeMike Bayer2008-11-091-2/+1
* docstring fixMike Bayer2008-11-071-1/+1
* - Simplified the check for ResultProxy "autoclose without results"Mike Bayer2008-11-041-5/+0
* auto_convert_lobs=False honored by OracleBinary, OracleText typesMike Bayer2008-10-241-4/+5
* - fixed some oracle unit tests in test/sql/Mike Bayer2008-10-241-2/+115
* - 0.5.0rc3, dohMike Bayer2008-10-181-6/+0
* - Oracle will detect string-based statements which containMike Bayer2008-10-071-0/+5
* added BFILE to reflected type names [ticket:1121]Mike Bayer2008-09-031-0/+1
* - has_sequence() now takes the current "schema" argument intoMike Bayer2008-09-031-4/+6
* - limit/offset no longer uses ROW NUMBER OVER to limit rows,Mike Bayer2008-09-031-15/+43
* - logging scale-back; the echo_uow flag on Session is deprecated, and unit of...Mike Bayer2008-08-241-2/+0
* - The 'length' argument to all Numeric types has been renamedMike Bayer2008-08-241-1/+1
* - Temporarily rolled back the "ORDER BY" enhancementMike Bayer2008-08-061-1/+0
* - compiler visit_label() checks a flag "within_order_by" and will render its ...Mike Bayer2008-08-031-0/+1
* Added new basic match() operator that performs a full-text search. Supported ...Michael Trier2008-07-131-1/+2
* - re-fixed the fix to the prefixes fixMike Bayer2008-07-061-9/+1
* merged [ticket:1062] fix from 0.4 branch r4827Mike Bayer2008-05-301-1/+8
* oracle dialect takes schema name into account when checking for existing tablesMike Bayer2008-05-241-1/+3
* merged r4809 from rel_0_4, oracle fixMike Bayer2008-05-241-2/+2
* handle null tablespace_nameJonathan Ellis2008-05-201-2/+2
* add CHAR to ischema_names map; some minor cleanupJonathan Ellis2008-05-201-4/+3
* Columns now have default= and server_default=. PassiveDefault fades away.Jason Kirtland2008-05-141-1/+1
* r4695 merged to trunk; trunk now becomes 0.5.Mike Bayer2008-05-091-39/+39
* refactor of default_paramstyle, use paramstyle argument on Dialect to changeMatt Harrison2008-04-071-1/+2
* fixed OracleRaw type adaptation [ticket:902]Mike Bayer2008-04-021-3/+4
* - Assorted flakes.Jason Kirtland2008-04-021-1/+1
* - Revamped the Connection memoize decorator a bit, moved to engineJason Kirtland2008-04-021-3/+3
* - More 2.4 generator squashing.Jason Kirtland2008-04-021-1/+1
* - added verbose activity to profiling.function_call_countMike Bayer2008-04-011-50/+60
* - reverted previous "strings instead of tuples" change due to more specific t...Mike Bayer2008-03-301-2/+3
* some cache decorator calls...Mike Bayer2008-03-301-7/+3
* - the "owner" keyword on Table is now deprecated, and isMike Bayer2008-03-221-68/+69
* reverted r4315 - a basic test works the way it was and fails with this changeMike Bayer2008-03-221-1/+1
* Undoing patch #994, for now; more testing needed. Sorry. Also modifying tes...Catherine Devlin2008-03-201-93/+0
* adding zzzeek's patch from ticket #994, which fixed virtually all remaining b...Catherine Devlin2008-03-201-0/+93
* bugfix: preserving remote_owner during reflecttable setup of referential inte...Catherine Devlin2008-03-201-1/+1
* - some consolidation of tests in select.py, movedMike Bayer2008-02-011-1/+8
* - Oracle assembles the correct columns in the result setMike Bayer2008-01-191-1/+1
* - 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