| Commit message (Expand) | Author | Age | Files | Lines |
| * | new MySQL types: MSEnum, MSTinyText, MSMediumText, MSLongText, etc. | Mike Bayer | 2006-06-27 | 1 | -20/+135 |
| * | dont put SERIAL on a column if it has a ForeignKey | Mike Bayer | 2006-06-26 | 1 | -1/+1 |
| * | fixed bug when specifying explicit module to mysql dialect | Mike Bayer | 2006-06-23 | 1 | -0/+2 |
| * | added *extra to mysql string type to consume extra unsupported arguments from... | Mike Bayer | 2006-06-22 | 1 | -0/+2 |
| * | cast converted into its own ClauseElement so that it can have an explicit com...rel_0_2_3 | Mike Bayer | 2006-06-17 | 1 | -1/+9 |
| * | fixed bug where tables with schema name werent getting indexed in metadata co... | Mike Bayer | 2006-06-06 | 1 | -9/+9 |
| * | added "NonExistentTable" exception throw to reflection, courtesy lbruno@repub... | Mike Bayer | 2006-06-06 | 6 | -9/+37 |
| * | dbengine doc: no support for pg1 | Mike Bayer | 2006-06-03 | 1 | -2/+4 |
| * | 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 |
| * | adjustment to datetime | Mike Bayer | 2006-06-02 | 1 | -1/+4 |
| * | 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 |
| * | brad clement's 0.2 firebird support ! | Mike Bayer | 2006-06-01 | 1 | -70/+112 |
| * | exceptions... | Mike Bayer | 2006-05-29 | 1 | -4/+1 |
| * | 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 |