summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/databases
Commit message (Expand)AuthorAgeFilesLines
* 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
* removed old function generation override, ANSI functions handled by the core nowMike Bayer2006-03-171-6/+0
* refactor to engine to have a separate SQLSession object. allows nested trans...Mike Bayer2006-03-171-0/+3
* John Dell'Aquila's patch which fixes [ticket:103] [ticket:105], selecting pri...Mike Bayer2006-03-161-13/+30
* refactor to Compiled.get_params() to return new ClauseParameters object, a mo...Mike Bayer2006-03-134-28/+6
* committed patch for MSDouble/tinyint from [ticket:106]Mike Bayer2006-03-101-1/+19
* a few tweaks to get table creates/reflection workingMike Bayer2006-03-081-5/+6
* tweak to engine param..Mike Bayer2006-03-081-1/+1
* took excess visit_func out, handled by ansisql compilerMike Bayer2006-03-071-6/+0
* sqlite likes OFFSET with LIMIT else its buggyMike Bayer2006-03-061-0/+2
* got column onupdate workingMike Bayer2006-03-052-16/+5
* making sequences, column defaults independently executeableMike Bayer2006-03-041-2/+2
* removed the dependency of ANSICompiler on SQLEngine. you can now make ANSICo...Mike Bayer2006-03-046-7/+7
* initial table reflection support courtesy Andrija ZaricMike Bayer2006-03-041-1/+62
* firebird module initial checkinMike Bayer2006-03-041-0/+282