| Commit message (Expand) | Author | Age | Files | Lines |
| * | updates to oracle | Mike Bayer | 2006-10-22 | 1 | -2/+6 |
| * | reorganizing classnames a bit, flagging "private" classes in the sql package, | Mike Bayer | 2006-10-17 | 1 | -2/+2 |
| * | - a fair amount of cleanup to the schema package, removal of ambiguous | Mike Bayer | 2006-10-14 | 1 | -3/+3 |
| * | - added auto_setinputsizes=False to oracle dialect. if true, all executions ... | Mike Bayer | 2006-10-03 | 1 | -2/+4 |
| * | fixed super call | Mike Bayer | 2006-10-03 | 1 | -1/+1 |
| * | - removed "extension()" MapperOption | Mike Bayer | 2006-10-03 | 1 | -4/+15 |
| * | - specifying joins in the from_obj argument of query.select() will | Mike Bayer | 2006-09-27 | 1 | -0/+1 |
| * | - changed "for_update" parameter to accept False/True/"nowait" | Mike Bayer | 2006-09-10 | 1 | -0/+6 |
| * | quoting more or less working with oracle | Mike Bayer | 2006-08-31 | 1 | -5/+11 |
| * | some tweaks to oracle casing... | Mike Bayer | 2006-08-31 | 1 | -3/+4 |
| * | TODO for oracle | Mike Bayer | 2006-08-26 | 1 | -0/+34 |
| * | [ticket:277] check if pg/oracle sequence exists. checks in all cases before ... | Mike Bayer | 2006-08-16 | 1 | -4/+10 |
| * | oracle boolean type [ticket:257] | Mike Bayer | 2006-07-26 | 1 | -1/+15 |
| * | [ticket:256] propigating url.query arguments to connect() function for all db's | Mike Bayer | 2006-07-25 | 1 | -0/+1 |
| * | fixed reflection of foreign keys to autoload the referenced table | Mike Bayer | 2006-07-22 | 1 | -0/+1 |
| * | implemented latest patch on [ticket:105], modified to support | Mike Bayer | 2006-07-20 | 1 | -8/+15 |
| * | patch for [ticket:105], adding "owner" support to oracle...not tested yet | Mike Bayer | 2006-07-19 | 1 | -6/+21 |
| * | overhaul to schema, addition of ForeignKeyConstraint/ | Mike Bayer | 2006-07-14 | 1 | -5/+1 |
| * | added "NonExistentTable" exception throw to reflection, courtesy lbruno@repub... | Mike Bayer | 2006-06-06 | 1 | -1/+5 |
| * | doc for oracle fix | Mike Bayer | 2006-06-02 | 1 | -1/+1 |
| * | confirmed that makedsn works with host/port/sid | Mike Bayer | 2006-06-02 | 1 | -2/+17 |
| * | fixed host connector again, now for [ticket:197] | Mike Bayer | 2006-06-01 | 1 | -13/+2 |
| * | create_connect_args can create DSN from host/port, submitted by bernd.dorn@fh... | Mike Bayer | 2006-06-01 | 1 | -2/+13 |
| * | merged 0.2 branch into trunk; 0.1 now in sqlalchemy/branches/rel_0_1 | Mike Bayer | 2006-05-25 | 1 | -43/+47 |
| * | extra unicode tests | Mike Bayer | 2006-05-15 | 1 | -1/+2 |
| * | "order_by" parameter propigated to inheriting mappers | Mike Bayer | 2006-05-03 | 1 | -8/+2 |
| * | moves the binding of a TypeEngine object from "schema/statement creation" tim... | Mike Bayer | 2006-04-06 | 1 | -1/+1 |
| * | made order_by/group_by construction a little more simplisitc | Mike Bayer | 2006-04-03 | 1 | -3/+2 |
| * | added oracle8 test target, sets use_ansi to false | Mike Bayer | 2006-03-23 | 1 | -9/+4 |
| * | another adjustment... | Mike Bayer | 2006-03-23 | 1 | -1/+1 |
| * | some adjustments to oracle non-ansi join concatenation, 'row number over' syntax | Mike Bayer | 2006-03-23 | 1 | -4/+10 |
| * | fixed oracle's efforts to get an ORDER BY for its ROW NUMBER OVER clause, fix... | Mike Bayer | 2006-03-22 | 1 | -3/+5 |
| * | got rid of from "ids", using the From object itself as identity now. improve... | Mike Bayer | 2006-03-19 | 1 | -1/+1 |
| * | got oracle parenthesized rules for funcs back, fixed copy_container on function | Mike Bayer | 2006-03-18 | 1 | -0/+3 |
| * | removed old function generation override, ANSI functions handled by the core now | Mike Bayer | 2006-03-17 | 1 | -6/+0 |
| * | John Dell'Aquila's patch which fixes [ticket:103] [ticket:105], selecting pri... | Mike Bayer | 2006-03-16 | 1 | -13/+30 |
| * | refactor to Compiled.get_params() to return new ClauseParameters object, a mo... | Mike Bayer | 2006-03-13 | 1 | -13/+2 |
| * | a few tweaks to get table creates/reflection working | Mike Bayer | 2006-03-08 | 1 | -5/+6 |
| * | tweak to engine param.. | Mike Bayer | 2006-03-08 | 1 | -1/+1 |
| * | got column onupdate working | Mike Bayer | 2006-03-05 | 1 | -0/+5 |
| * | removed the dependency of ANSICompiler on SQLEngine. you can now make ANSICo... | Mike Bayer | 2006-03-04 | 1 | -2/+2 |
| * | initial table reflection support courtesy Andrija Zaric | Mike Bayer | 2006-03-04 | 1 | -1/+62 |
| * | tentative fix for oracle row_number over syntax | Mike Bayer | 2006-02-24 | 1 | -1/+2 |
| * | fixed FLOAT type | Mike Bayer | 2006-02-14 | 1 | -0/+1 |
| * | tweak to oracle limit/offset to not put ora_rn in the select list | Mike Bayer | 2006-02-14 | 1 | -1/+1 |
| * | fixes mostly to get the important unit tests to run for Oracle, boxesw withou... | Mike Bayer | 2006-02-14 | 1 | -1/+7 |
| * | streamlined engine.schemagenerator and engine.schemadropper methodology | Mike Bayer | 2006-02-11 | 1 | -4/+7 |
| * | got oracle LIMIT/OFFSET to use row_number() syntax | Mike Bayer | 2006-02-05 | 1 | -4/+16 |
| * | Rick Morrison's patch adding Smallint, Date, and Time support ! | Mike Bayer | 2006-02-04 | 1 | -0/+10 |
| * | copyright->2005,2006 | Mike Bayer | 2006-01-03 | 1 | -1/+1 |