| Commit message (Expand) | Author | Age | Files | Lines |
| * | merged r. morrisons 0.2 update from branch to trunk | Mike Bayer | 2006-05-27 | 1 | -61/+80 |
| * | merged 0.2 branch into trunk; 0.1 now in sqlalchemy/branches/rel_0_1 | Mike Bayer | 2006-05-25 | 7 | -253/+247 |
| * | Implemented the changes from ticket 94 | jralston | 2006-05-23 | 1 | -22/+19 |
| * | 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 |
| * | gambit's patch to add DISTINCT ON | Mike Bayer | 2006-05-02 | 1 | -0/+14 |
| * | *another* big types change....the old way was still wrong...this way is bette... | Mike Bayer | 2006-04-29 | 1 | -1/+5 |
| * | fix for [ticket:169], moves the creation of "default" parameters more accurately | Mike Bayer | 2006-04-28 | 1 | -2/+2 |
| * | added patch for mxDateTime support, [ticket:5], courtesy jkakar@kakar.ca | Mike Bayer | 2006-04-11 | 1 | -5/+22 |
| * | moves the binding of a TypeEngine object from "schema/statement creation" tim... | Mike Bayer | 2006-04-06 | 6 | -6/+6 |
| * | adjustments to auto-table-aliasing logic (R. Morrison) | Mike Bayer | 2006-04-03 | 1 | -4/+4 |
| * | DOH ! | Mike Bayer | 2006-04-03 | 1 | -0/+492 |
| * | made order_by/group_by construction a little more simplisitc | Mike Bayer | 2006-04-03 | 1 | -3/+2 |
| * | merged Rick Morrison / Runar Petursson's MS-SQL module, with adjustments to a... | Mike Bayer | 2006-04-03 | 2 | -1/+13 |
| * | added explicit "convert date types to a string in bind params", since pysqlit... | Mike Bayer | 2006-03-23 | 1 | -0/+5 |
| * | 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 |
| * | refactor to engine to have a separate SQLSession object. allows nested trans... | Mike Bayer | 2006-03-17 | 1 | -0/+3 |
| * | 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 | 4 | -28/+6 |
| * | committed patch for MSDouble/tinyint from [ticket:106] | Mike Bayer | 2006-03-10 | 1 | -1/+19 |
| * | 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 |
| * | took excess visit_func out, handled by ansisql compiler | Mike Bayer | 2006-03-07 | 1 | -6/+0 |
| * | sqlite likes OFFSET with LIMIT else its buggy | Mike Bayer | 2006-03-06 | 1 | -0/+2 |
| * | got column onupdate working | Mike Bayer | 2006-03-05 | 2 | -16/+5 |
| * | making sequences, column defaults independently executeable | Mike Bayer | 2006-03-04 | 1 | -2/+2 |
| * | removed the dependency of ANSICompiler on SQLEngine. you can now make ANSICo... | Mike Bayer | 2006-03-04 | 6 | -7/+7 |
| * | initial table reflection support courtesy Andrija Zaric | Mike Bayer | 2006-03-04 | 1 | -1/+62 |
| * | firebird module initial checkin | Mike Bayer | 2006-03-04 | 1 | -0/+282 |
| * | changed ENGINE to TYPE, for mysql 4 compatibility | Mike Bayer | 2006-03-02 | 1 | -1/+1 |
| * | made SchemaEngine more prominent as the base of Table association | Mike Bayer | 2006-03-01 | 2 | -3/+7 |
| * | postgres leaves parenthesis off functions only for no-argument ANSI functions... | Mike Bayer | 2006-03-01 | 1 | -4/+17 |
| * | Modified mysql to not add AUTOINCREMENT to the first integer primary key if i... | Robert Leftwich | 2006-03-01 | 1 | -1/+1 |
| * | added schema support for postgres column defaults, fix for [ticket:88] | Mike Bayer | 2006-03-01 | 1 | -1/+6 |
| * | added convert_unicode flag to engine + unittest, does unicode in/out translat... | Mike Bayer | 2006-03-01 | 1 | -0/+1 |
| * | Merge indexes [1047]:[1048] into trunk (for #6) | Jason Pellerin | 2006-02-26 | 1 | -1/+4 |
| * | postgres wraps exec's in SQLError catch | Mike Bayer | 2006-02-26 | 1 | -1/+4 |
| * | merged sql_rearrangement branch , refactors sql package to work standalone with | Mike Bayer | 2006-02-25 | 2 | -18/+6 |
| * | tentative fix for oracle row_number over syntax | Mike Bayer | 2006-02-24 | 1 | -1/+2 |
| * | none check for pg1 date/time values | Mike Bayer | 2006-02-20 | 1 | -3/+12 |
| * | exceptions added | Mike Bayer | 2006-02-19 | 3 | -9/+13 |
| * | added indexes to schema/ansisql/engine | Mike Bayer | 2006-02-18 | 1 | -1/+15 |
| * | postgres needs to explicitly pre-execute PassiveDefaults on primary key colum... | Mike Bayer | 2006-02-18 | 1 | -4/+11 |
| * | modified query that uses JOIN keyword explicitly. a user gets much better pe... | Mike Bayer | 2006-02-17 | 1 | -3/+1 |