| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 | 6 | -1/+20 |
| * | fixed reflection of foreign keys to autoload the referenced table | Mike Bayer | 2006-07-22 | 3 | -0/+4 |
| * | 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 | 7 | -93/+59 |
| * | fixed up boolean datatype for sqlite, mysql, ms-sql | Mike Bayer | 2006-07-13 | 3 | -2/+32 |
| * | slightly less lame version function | Mike Bayer | 2006-07-11 | 1 | -1/+3 |
| * | sqlite detects version and disables CAST if version < 3.2.3 | Mike Bayer | 2006-07-11 | 1 | -0/+11 |
| * | added workaround for funny pragma behavior on windows pysqlite | Mike Bayer | 2006-07-09 | 1 | -0/+4 |
| * | ordering of UPDATE and DELETE statements within groups is now | Mike Bayer | 2006-07-03 | 1 | -1/+1 |
| * | got MS-SQL support largely working, including reflection, basic types, fair a... | Mike Bayer | 2006-07-01 | 1 | -17/+41 |
| * | removed toengine() calls | Mike Bayer | 2006-06-29 | 1 | -7/+5 |
| * | firebird patch with support for type_conv | Mike Bayer | 2006-06-28 | 1 | -8/+16 |
| * | 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 |