| Commit message (Expand) | Author | Age | Files | Lines |
| * | reorganized unit tests into subdirectories | Mike Bayer | 2006-06-05 | 1 | -649/+0 |
| * | added has_key to RowProxy, + caching of key lookups | Mike Bayer | 2006-05-27 | 1 | -1/+2 |
| * | merged 0.2 branch into trunk; 0.1 now in sqlalchemy/branches/rel_0_1 | Mike Bayer | 2006-05-25 | 1 | -54/+46 |
| * | fix to subquery parens | Mike Bayer | 2006-04-28 | 1 | -0/+6 |
| * | added _get_from_obj to TypeClause | Mike Bayer | 2006-04-17 | 1 | -0/+3 |
| * | Added cast() to allow use of cast(tbl.c.col as Numeric(4,2)) in select and wh... | Robert Leftwich | 2006-04-04 | 1 | -0/+29 |
| * | merged Rick Morrison / Runar Petursson's MS-SQL module, with adjustments to a... | Mike Bayer | 2006-04-03 | 1 | -0/+2 |
| * | fix to oeprator test for new parenthesized rules | Mike Bayer | 2006-04-02 | 1 | -1/+1 |
| * | added "parenthesis" check on binary clauses referencing binary clauses, for [... | Mike Bayer | 2006-04-02 | 1 | -1/+25 |
| * | added for_update flag to Select/CompoundSelect | Mike Bayer | 2006-03-31 | 1 | -0/+5 |
| * | removed all "tablename + '_' + columname" code and replaced with column._labe... | Mike Bayer | 2006-03-25 | 1 | -10/+10 |
| * | some adjustments to oracle non-ansi join concatenation, 'row number over' syntax | Mike Bayer | 2006-03-23 | 1 | -0/+4 |
| * | got clause elements inside INSERTs going... | Mike Bayer | 2006-03-19 | 1 | -2/+4 |
| * | expanded and integrated qvx's patch for dotted function names | Mike Bayer | 2006-03-16 | 1 | -0/+15 |
| * | added scalar subqueries within the column clause of another select | Mike Bayer | 2006-03-13 | 1 | -32/+67 |
| * | small tweak to select in order to fix [ticket:112]...the exported columns whe... | Mike Bayer | 2006-03-13 | 1 | -0/+6 |
| * | refactor to Compiled.get_params() to return new ClauseParameters object, a mo... | Mike Bayer | 2006-03-13 | 1 | -2/+5 |
| * | serious overhaul to get eager loads to work inline with an inheriting mapper,... | Mike Bayer | 2006-03-08 | 1 | -1/+1 |
| * | removed the dependency of ANSICompiler on SQLEngine. you can now make ANSICo... | Mike Bayer | 2006-03-04 | 1 | -3/+4 |
| * | clauseelement.compile() totally works without an engine | Mike Bayer | 2006-02-25 | 1 | -3/+1 |
| * | merged sql_rearrangement branch , refactors sql package to work standalone with | Mike Bayer | 2006-02-25 | 1 | -125/+118 |
| * | order_by and group_by being output in wrong order. Added tests for same. | Robert Leftwich | 2006-01-22 | 1 | -0/+10 |
| * | added explicit bind parameters and column type maps to text type | Mike Bayer | 2006-01-20 | 1 | -1/+32 |
| * | implemented better hash_key on select allowing proper comparisons, implemented | Mike Bayer | 2006-01-19 | 1 | -1/+2 |
| * | changes related to mapping against arbitrary selects, selects with labels or ... | Mike Bayer | 2005-12-30 | 1 | -8/+9 |
| * | updates for assignmapper, inherit_condition not required | Mike Bayer | 2005-12-29 | 1 | -0/+5 |
| * | added "late WHERE" compilation to SELECT, adds where criterion based on extra... | Mike Bayer | 2005-12-21 | 1 | -0/+8 |
| * | in_ clause uses bind params, for typing etc. | Mike Bayer | 2005-12-20 | 1 | -1/+1 |
| * | refactoring of execution path, defaults, and treatment of different paramstyles | Mike Bayer | 2005-12-17 | 1 | -2/+2 |
| * | testing functions, operators, better textual stuff | Mike Bayer | 2005-12-04 | 1 | -28/+59 |
| * | migrated __ALL__ to __all__, oops, and reworked module | Mike Bayer | 2005-11-30 | 1 | -3/+1 |
| * | fixes to "AS" on aliases, paramstyle default on ansisql | Mike Bayer | 2005-11-21 | 1 | -9/+9 |
| * | (no commit message) | Mike Bayer | 2005-11-05 | 1 | -8/+15 |
| * | (no commit message) | Mike Bayer | 2005-11-05 | 1 | -13/+35 |
| * | (no commit message) | Mike Bayer | 2005-11-04 | 1 | -1/+1 |
| * | (no commit message) | Mike Bayer | 2005-11-01 | 1 | -2/+4 |
| * | (no commit message) | Mike Bayer | 2005-10-30 | 1 | -12/+12 |
| * | (no commit message) | Mike Bayer | 2005-10-29 | 1 | -2/+37 |
| * | (no commit message) | Mike Bayer | 2005-10-27 | 1 | -5/+5 |
| * | (no commit message) | Mike Bayer | 2005-10-03 | 1 | -1/+7 |
| * | (no commit message) | Mike Bayer | 2005-09-24 | 1 | -1/+1 |
| * | (no commit message) | Mike Bayer | 2005-09-24 | 1 | -7/+7 |
| * | (no commit message) | Mike Bayer | 2005-09-22 | 1 | -1/+10 |
| * | deletes... | Mike Bayer | 2005-09-19 | 1 | -0/+1 |
| * | (no commit message) | Mike Bayer | 2005-09-17 | 1 | -6/+6 |
| * | (no commit message) | Mike Bayer | 2005-08-28 | 1 | -0/+6 |
| * | (no commit message) | Mike Bayer | 2005-08-09 | 1 | -7/+7 |
| * | (no commit message) | Mike Bayer | 2005-08-07 | 1 | -16/+36 |
| * | (no commit message) | Mike Bayer | 2005-08-06 | 1 | -74/+74 |
| * | (no commit message) | Mike Bayer | 2005-08-04 | 1 | -3/+4 |