summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/databases
Commit message (Expand)AuthorAgeFilesLines
* 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-256-1/+20
* fixed reflection of foreign keys to autoload the referenced tableMike Bayer2006-07-223-0/+4
* 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-147-93/+59
* fixed up boolean datatype for sqlite, mysql, ms-sqlMike Bayer2006-07-133-2/+32
* slightly less lame version functionMike Bayer2006-07-111-1/+3
* sqlite detects version and disables CAST if version < 3.2.3Mike Bayer2006-07-111-0/+11
* added workaround for funny pragma behavior on windows pysqliteMike Bayer2006-07-091-0/+4
* ordering of UPDATE and DELETE statements within groups is nowMike Bayer2006-07-031-1/+1
* got MS-SQL support largely working, including reflection, basic types, fair a...Mike Bayer2006-07-011-17/+41
* removed toengine() callsMike Bayer2006-06-291-7/+5
* firebird patch with support for type_convMike Bayer2006-06-281-8/+16
* new MySQL types: MSEnum, MSTinyText, MSMediumText, MSLongText, etc.Mike Bayer2006-06-271-20/+135
* dont put SERIAL on a column if it has a ForeignKeyMike Bayer2006-06-261-1/+1
* fixed bug when specifying explicit module to mysql dialectMike Bayer2006-06-231-0/+2
* added *extra to mysql string type to consume extra unsupported arguments from...Mike Bayer2006-06-221-0/+2
* cast converted into its own ClauseElement so that it can have an explicit com...rel_0_2_3Mike Bayer2006-06-171-1/+9
* fixed bug where tables with schema name werent getting indexed in metadata co...Mike Bayer2006-06-061-9/+9
* added "NonExistentTable" exception throw to reflection, courtesy lbruno@repub...Mike Bayer2006-06-066-9/+37
* dbengine doc: no support for pg1Mike Bayer2006-06-031-2/+4
* doc for oracle fixMike Bayer2006-06-021-1/+1
* confirmed that makedsn works with host/port/sidMike Bayer2006-06-021-2/+17
* adjustment to datetimeMike Bayer2006-06-021-1/+4
* 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
* brad clement's 0.2 firebird support !Mike Bayer2006-06-011-70/+112
* exceptions...Mike Bayer2006-05-291-4/+1
* merged r. morrisons 0.2 update from branch to trunkMike Bayer2006-05-271-61/+80
* merged 0.2 branch into trunk; 0.1 now in sqlalchemy/branches/rel_0_1Mike Bayer2006-05-257-253/+247
* Implemented the changes from ticket 94jralston2006-05-231-22/+19
* extra unicode testsMike Bayer2006-05-151-1/+2
* "order_by" parameter propigated to inheriting mappersMike Bayer2006-05-031-8/+2
* gambit's patch to add DISTINCT ONMike Bayer2006-05-021-0/+14
* *another* big types change....the old way was still wrong...this way is bette...Mike Bayer2006-04-291-1/+5
* fix for [ticket:169], moves the creation of "default" parameters more accuratelyMike Bayer2006-04-281-2/+2
* added patch for mxDateTime support, [ticket:5], courtesy jkakar@kakar.caMike Bayer2006-04-111-5/+22
* moves the binding of a TypeEngine object from "schema/statement creation" tim...Mike Bayer2006-04-066-6/+6
* adjustments to auto-table-aliasing logic (R. Morrison)Mike Bayer2006-04-031-4/+4
* DOH !Mike Bayer2006-04-031-0/+492
* made order_by/group_by construction a little more simplisitcMike Bayer2006-04-031-3/+2
* merged Rick Morrison / Runar Petursson's MS-SQL module, with adjustments to a...Mike Bayer2006-04-032-1/+13
* added explicit "convert date types to a string in bind params", since pysqlit...Mike Bayer2006-03-231-0/+5
* 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