summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/databases/oracle.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* - specifying joins in the from_obj argument of query.select() willMike Bayer2006-09-271-0/+1
* - changed "for_update" parameter to accept False/True/"nowait"Mike Bayer2006-09-101-0/+6
* quoting more or less working with oracleMike Bayer2006-08-311-5/+11
* some tweaks to oracle casing...Mike Bayer2006-08-311-3/+4
* TODO for oracleMike Bayer2006-08-261-0/+34
* [ticket:277] check if pg/oracle sequence exists. checks in all cases before ...Mike Bayer2006-08-161-4/+10
* oracle boolean type [ticket:257]Mike Bayer2006-07-261-1/+15
* [ticket:256] propigating url.query arguments to connect() function for all db'sMike Bayer2006-07-251-0/+1
* fixed reflection of foreign keys to autoload the referenced tableMike Bayer2006-07-221-0/+1
* implemented latest patch on [ticket:105], modified to supportMike Bayer2006-07-201-8/+15
* patch for [ticket:105], adding "owner" support to oracle...not tested yetMike Bayer2006-07-191-6/+21
* overhaul to schema, addition of ForeignKeyConstraint/Mike Bayer2006-07-141-5/+1
* added "NonExistentTable" exception throw to reflection, courtesy lbruno@repub...Mike Bayer2006-06-061-1/+5
* doc for oracle fixMike Bayer2006-06-021-1/+1
* confirmed that makedsn works with host/port/sidMike Bayer2006-06-021-2/+17
* fixed host connector again, now for [ticket:197]Mike Bayer2006-06-011-13/+2
* create_connect_args can create DSN from host/port, submitted by bernd.dorn@fh...Mike Bayer2006-06-011-2/+13
* merged 0.2 branch into trunk; 0.1 now in sqlalchemy/branches/rel_0_1Mike Bayer2006-05-251-43/+47
* extra unicode testsMike Bayer2006-05-151-1/+2
* "order_by" parameter propigated to inheriting mappersMike Bayer2006-05-031-8/+2
* moves the binding of a TypeEngine object from "schema/statement creation" tim...Mike Bayer2006-04-061-1/+1
* made order_by/group_by construction a little more simplisitcMike Bayer2006-04-031-3/+2
* added oracle8 test target, sets use_ansi to falseMike Bayer2006-03-231-9/+4
* another adjustment...Mike Bayer2006-03-231-1/+1
* some adjustments to oracle non-ansi join concatenation, 'row number over' syntaxMike Bayer2006-03-231-4/+10
* fixed oracle's efforts to get an ORDER BY for its ROW NUMBER OVER clause, fix...Mike Bayer2006-03-221-3/+5
* got rid of from "ids", using the From object itself as identity now. improve...Mike Bayer2006-03-191-1/+1
* got oracle parenthesized rules for funcs back, fixed copy_container on functionMike Bayer2006-03-181-0/+3
* removed old function generation override, ANSI functions handled by the core nowMike Bayer2006-03-171-6/+0
* John Dell'Aquila's patch which fixes [ticket:103] [ticket:105], selecting pri...Mike Bayer2006-03-161-13/+30
* refactor to Compiled.get_params() to return new ClauseParameters object, a mo...Mike Bayer2006-03-131-13/+2
* a few tweaks to get table creates/reflection workingMike Bayer2006-03-081-5/+6
* tweak to engine param..Mike Bayer2006-03-081-1/+1
* got column onupdate workingMike Bayer2006-03-051-0/+5
* 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