summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/databases/oracle.py
Commit message (Expand)AuthorAgeFilesLines
* removed the dependency of ANSICompiler on SQLEngine. you can now make ANSICo...Mike Bayer2006-03-041-2/+2
* initial table reflection support courtesy Andrija ZaricMike Bayer2006-03-041-1/+62
* tentative fix for oracle row_number over syntaxMike Bayer2006-02-241-1/+2
* fixed FLOAT typeMike Bayer2006-02-141-0/+1
* tweak to oracle limit/offset to not put ora_rn in the select listMike Bayer2006-02-141-1/+1
* fixes mostly to get the important unit tests to run for Oracle, boxesw withou...Mike Bayer2006-02-141-1/+7
* streamlined engine.schemagenerator and engine.schemadropper methodologyMike Bayer2006-02-111-4/+7
* got oracle LIMIT/OFFSET to use row_number() syntaxMike Bayer2006-02-051-4/+16
* Rick Morrison's patch adding Smallint, Date, and Time support !Mike Bayer2006-02-041-0/+10
* copyright->2005,2006Mike Bayer2006-01-031-1/+1
* rowid->oidMike Bayer2006-01-021-1/+1
* license switchMike Bayer2005-12-311-13/+2
* catching up oracle to current, some tweaks to unittests to work better with o...Mike Bayer2005-12-301-7/+12
* fix to oracle function select, users table in test should be non-sequenceMike Bayer2005-12-171-2/+5
* refactoring of execution path, defaults, and treatment of different paramstylesMike Bayer2005-12-171-2/+1
* factored "sequence" execution in postgres in oracle to be generalized to the ...Mike Bayer2005-12-161-17/+12
* added rudimentary support for limit and offset (with the hack version in oracle)Mike Bayer2005-12-071-0/+22
* primary_keys => primary_keyMike Bayer2005-12-041-2/+2
* refactorings to sql generation, unions, engine locationMike Bayer2005-12-031-2/+2
* migrated __ALL__ to __all__, oops, and reworked moduleMike Bayer2005-11-301-1/+1
* mysql somewhat presentMike Bayer2005-11-271-1/+1
* got round trip for multiple priamry keys to work with table create/reflection...Mike Bayer2005-11-261-2/+2
* moving sqlite filename into named optionsMike Bayer2005-11-051-0/+9
* (no commit message)Mike Bayer2005-10-271-2/+4
* (no commit message)Mike Bayer2005-10-231-2/+2
* (no commit message)Mike Bayer2005-10-231-1/+1
* (no commit message)Mike Bayer2005-10-231-7/+6
* (no commit message)Mike Bayer2005-10-231-3/+2
* (no commit message)Mike Bayer2005-10-231-15/+20
* (no commit message)Mike Bayer2005-10-231-2/+2
* (no commit message)Mike Bayer2005-10-231-0/+3
* (no commit message)Mike Bayer2005-10-231-1/+1
* (no commit message)Mike Bayer2005-10-231-1/+1
* (no commit message)Mike Bayer2005-10-231-15/+20
* (no commit message)Mike Bayer2005-10-231-4/+2
* (no commit message)Mike Bayer2005-10-231-12/+33
* sequences, oracleMike Bayer2005-10-231-4/+103
* (no commit message)Mike Bayer2005-09-171-7/+6
* (no commit message)Mike Bayer2005-07-161-4/+4
* ramping upMike Bayer2005-07-071-0/+18
* Initial revisionMike Bayer2005-07-011-0/+62