| Commit message (Expand) | Author | Age | Files | Lines |
| * | added for_update flag to Select/CompoundSelect | Mike Bayer | 2006-03-31 | 1 | -0/+3 |
| * | removed all "tablename + '_' + columname" code and replaced with column._labe... | Mike Bayer | 2006-03-25 | 1 | -1/+4 |
| * | got clause elements inside INSERTs going... | Mike Bayer | 2006-03-19 | 1 | -7/+15 |
| * | got oracle parenthesized rules for funcs back, fixed copy_container on function | Mike Bayer | 2006-03-18 | 1 | -1/+4 |
| * | expanded and integrated qvx's patch for dotted function names | Mike Bayer | 2006-03-16 | 1 | -2/+2 |
| * | added scalar subqueries within the column clause of another select | Mike Bayer | 2006-03-13 | 1 | -1/+5 |
| * | refactor to Compiled.get_params() to return new ClauseParameters object, a mo... | Mike Bayer | 2006-03-13 | 1 | -15/+7 |
| * | patch on index create syntax to fix [ticket:90] so schema name gets included | Mike Bayer | 2006-03-06 | 1 | -1/+1 |
| * | added new 'polymorphic' example. still trying to understand it :) . | Mike Bayer | 2006-03-06 | 1 | -2/+5 |
| * | more tweak to compoundselect parenthesizing/subquery flag | Mike Bayer | 2006-03-06 | 1 | -2/+2 |
| * | got column onupdate working | Mike Bayer | 2006-03-05 | 1 | -7/+55 |
| * | removed the dependency of ANSICompiler on SQLEngine. you can now make ANSICo... | Mike Bayer | 2006-03-04 | 1 | -19/+35 |
| * | Merge indexes [1047]:[1048] into trunk (for #6) | Jason Pellerin | 2006-02-26 | 1 | -2/+7 |
| * | merged sql_rearrangement branch , refactors sql package to work standalone with | Mike Bayer | 2006-02-25 | 1 | -13/+10 |
| * | merged eager loading overhaul rev 1001:1009 | Mike Bayer | 2006-02-20 | 1 | -2/+2 |
| * | exception package added, support throughout | Mike Bayer | 2006-02-19 | 1 | -2/+0 |
| * | added hooks for engines to add stuff to SELECT, etc. | Mike Bayer | 2006-02-18 | 1 | -8/+12 |
| * | added indexes to schema/ansisql/engine | Mike Bayer | 2006-02-18 | 1 | -2/+19 |
| * | slight glitch when the same clause is compiled repeatedly and contains redund... | Mike Bayer | 2006-02-12 | 1 | -1/+1 |
| * | more hammering of defaults. ORM will properly execute defaults and post-fetc... | Mike Bayer | 2006-02-11 | 1 | -4/+3 |
| * | streamlined engine.schemagenerator and engine.schemadropper methodology | Mike Bayer | 2006-02-11 | 1 | -5/+14 |
| * | table supports per-engine-type options, ansisql allows engines | Mike Bayer | 2006-02-05 | 1 | -1/+4 |
| * | got oracle LIMIT/OFFSET to use row_number() syntax | Mike Bayer | 2006-02-05 | 1 | -1/+3 |
| * | added explicit bind parameters and column type maps to text type | Mike Bayer | 2006-01-20 | 1 | -0/+2 |
| * | key/value params on execute() are based off the from objects, not the select ... | Mike Bayer | 2006-01-08 | 1 | -16/+15 |
| * | copyright->2005,2006 | Mike Bayer | 2006-01-03 | 1 | -1/+1 |
| * | type objects pass engine around to get a hold of DBAPI type objects | Mike Bayer | 2006-01-03 | 1 | -3/+3 |
| * | postgres oids say byebye by default, putting hooks in for engines to determin... | Mike Bayer | 2006-01-01 | 1 | -2/+9 |
| * | added a hook in for 'binary operator', so sqlite can exchange | Mike Bayer | 2005-12-31 | 1 | -1/+4 |
| * | fix to ansisql when it tries to determine param-based select clause that its | Mike Bayer | 2005-12-31 | 1 | -5/+5 |
| * | license switch | Mike Bayer | 2005-12-31 | 1 | -13/+2 |
| * | changes related to mapping against arbitrary selects, selects with labels or ... | Mike Bayer | 2005-12-30 | 1 | -0/+7 |
| * | reworking concept of column lists, "FromObject", "Selectable"; | Mike Bayer | 2005-12-30 | 1 | -20/+19 |
| * | move execute parameter processing from sql.ClauseElement to engine.execute_co... | Mike Bayer | 2005-12-23 | 1 | -9/+71 |
| * | added "late WHERE" compilation to SELECT, adds where criterion based on extra... | Mike Bayer | 2005-12-21 | 1 | -2/+15 |
| * | fix to parameter thing in insert | Mike Bayer | 2005-12-20 | 1 | -1/+1 |
| * | typemap needs lower case keys since result set metadata is not always case-se... | Mike Bayer | 2005-12-19 | 1 | -2/+7 |
| * | refactoring of execution path, defaults, and treatment of different paramstyles | Mike Bayer | 2005-12-17 | 1 | -44/+67 |
| * | factored "sequence" execution in postgres in oracle to be generalized to the ... | Mike Bayer | 2005-12-16 | 1 | -2/+30 |
| * | fixes to the previous checkin with distinct etc | Mike Bayer | 2005-12-08 | 1 | -5/+1 |
| * | some enhancemnets to unions, unions and selects need to be more commonly deri... | Mike Bayer | 2005-12-08 | 1 | -2/+7 |
| * | added rudimentary support for limit and offset (with the hack version in oracle) | Mike Bayer | 2005-12-07 | 1 | -1/+14 |
| * | docstrings, formatting fixes | Mike Bayer | 2005-12-04 | 1 | -1/+1 |
| * | more consistent treatment of columns, differentiation of selectable/non-selec... | Mike Bayer | 2005-12-04 | 1 | -7/+12 |
| * | math operators | Mike Bayer | 2005-12-04 | 1 | -8/+14 |
| * | primary_keys => primary_key | Mike Bayer | 2005-12-04 | 1 | -1/+1 |
| * | refactorings to sql generation, unions, engine location | Mike Bayer | 2005-12-03 | 1 | -2/+9 |
| * | migrated __ALL__ to __all__, oops, and reworked module | Mike Bayer | 2005-11-30 | 1 | -3/+3 |
| * | added group_by, having to select. added func.foo(a, b) keyword to express fun... | Mike Bayer | 2005-11-29 | 1 | -4/+17 |
| * | some fixes to IN clauses, literal text clauses displaying text/numeric proper... | Mike Bayer | 2005-11-27 | 1 | -5/+5 |