summaryrefslogtreecommitdiff
path: root/test/select.py
Commit message (Expand)AuthorAgeFilesLines
* reorganized unit tests into subdirectoriesMike Bayer2006-06-051-649/+0
* added has_key to RowProxy, + caching of key lookupsMike Bayer2006-05-271-1/+2
* merged 0.2 branch into trunk; 0.1 now in sqlalchemy/branches/rel_0_1Mike Bayer2006-05-251-54/+46
* fix to subquery parensMike Bayer2006-04-281-0/+6
* added _get_from_obj to TypeClauseMike Bayer2006-04-171-0/+3
* Added cast() to allow use of cast(tbl.c.col as Numeric(4,2)) in select and wh...Robert Leftwich2006-04-041-0/+29
* merged Rick Morrison / Runar Petursson's MS-SQL module, with adjustments to a...Mike Bayer2006-04-031-0/+2
* fix to oeprator test for new parenthesized rulesMike Bayer2006-04-021-1/+1
* added "parenthesis" check on binary clauses referencing binary clauses, for [...Mike Bayer2006-04-021-1/+25
* added for_update flag to Select/CompoundSelectMike Bayer2006-03-311-0/+5
* removed all "tablename + '_' + columname" code and replaced with column._labe...Mike Bayer2006-03-251-10/+10
* some adjustments to oracle non-ansi join concatenation, 'row number over' syntaxMike Bayer2006-03-231-0/+4
* got clause elements inside INSERTs going...Mike Bayer2006-03-191-2/+4
* expanded and integrated qvx's patch for dotted function namesMike Bayer2006-03-161-0/+15
* added scalar subqueries within the column clause of another selectMike Bayer2006-03-131-32/+67
* small tweak to select in order to fix [ticket:112]...the exported columns whe...Mike Bayer2006-03-131-0/+6
* refactor to Compiled.get_params() to return new ClauseParameters object, a mo...Mike Bayer2006-03-131-2/+5
* serious overhaul to get eager loads to work inline with an inheriting mapper,...Mike Bayer2006-03-081-1/+1
* removed the dependency of ANSICompiler on SQLEngine. you can now make ANSICo...Mike Bayer2006-03-041-3/+4
* clauseelement.compile() totally works without an engineMike Bayer2006-02-251-3/+1
* merged sql_rearrangement branch , refactors sql package to work standalone withMike Bayer2006-02-251-125/+118
* order_by and group_by being output in wrong order. Added tests for same.Robert Leftwich2006-01-221-0/+10
* added explicit bind parameters and column type maps to text typeMike Bayer2006-01-201-1/+32
* implemented better hash_key on select allowing proper comparisons, implementedMike Bayer2006-01-191-1/+2
* changes related to mapping against arbitrary selects, selects with labels or ...Mike Bayer2005-12-301-8/+9
* updates for assignmapper, inherit_condition not requiredMike Bayer2005-12-291-0/+5
* added "late WHERE" compilation to SELECT, adds where criterion based on extra...Mike Bayer2005-12-211-0/+8
* in_ clause uses bind params, for typing etc.Mike Bayer2005-12-201-1/+1
* refactoring of execution path, defaults, and treatment of different paramstylesMike Bayer2005-12-171-2/+2
* testing functions, operators, better textual stuffMike Bayer2005-12-041-28/+59
* migrated __ALL__ to __all__, oops, and reworked moduleMike Bayer2005-11-301-3/+1
* fixes to "AS" on aliases, paramstyle default on ansisqlMike Bayer2005-11-211-9/+9
* (no commit message)Mike Bayer2005-11-051-8/+15
* (no commit message)Mike Bayer2005-11-051-13/+35
* (no commit message)Mike Bayer2005-11-041-1/+1
* (no commit message)Mike Bayer2005-11-011-2/+4
* (no commit message)Mike Bayer2005-10-301-12/+12
* (no commit message)Mike Bayer2005-10-291-2/+37
* (no commit message)Mike Bayer2005-10-271-5/+5
* (no commit message)Mike Bayer2005-10-031-1/+7
* (no commit message)Mike Bayer2005-09-241-1/+1
* (no commit message)Mike Bayer2005-09-241-7/+7
* (no commit message)Mike Bayer2005-09-221-1/+10
* deletes...Mike Bayer2005-09-191-0/+1
* (no commit message)Mike Bayer2005-09-171-6/+6
* (no commit message)Mike Bayer2005-08-281-0/+6
* (no commit message)Mike Bayer2005-08-091-7/+7
* (no commit message)Mike Bayer2005-08-071-16/+36
* (no commit message)Mike Bayer2005-08-061-74/+74
* (no commit message)Mike Bayer2005-08-041-3/+4