summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/databases
Commit message (Expand)AuthorAgeFilesLines
* 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
* changed ENGINE to TYPE, for mysql 4 compatibilityMike Bayer2006-03-021-1/+1
* made SchemaEngine more prominent as the base of Table associationMike Bayer2006-03-012-3/+7
* postgres leaves parenthesis off functions only for no-argument ANSI functions...Mike Bayer2006-03-011-4/+17
* Modified mysql to not add AUTOINCREMENT to the first integer primary key if i...Robert Leftwich2006-03-011-1/+1
* added schema support for postgres column defaults, fix for [ticket:88]Mike Bayer2006-03-011-1/+6
* added convert_unicode flag to engine + unittest, does unicode in/out translat...Mike Bayer2006-03-011-0/+1
* Merge indexes [1047]:[1048] into trunk (for #6)Jason Pellerin2006-02-261-1/+4
* postgres wraps exec's in SQLError catchMike Bayer2006-02-261-1/+4
* merged sql_rearrangement branch , refactors sql package to work standalone withMike Bayer2006-02-252-18/+6
* tentative fix for oracle row_number over syntaxMike Bayer2006-02-241-1/+2
* none check for pg1 date/time valuesMike Bayer2006-02-201-3/+12
* exceptions addedMike Bayer2006-02-193-9/+13
* added indexes to schema/ansisql/engineMike Bayer2006-02-181-1/+15
* postgres needs to explicitly pre-execute PassiveDefaults on primary key colum...Mike Bayer2006-02-181-4/+11
* modified query that uses JOIN keyword explicitly. a user gets much better pe...Mike Bayer2006-02-171-3/+1