| Commit message (Expand) | Author | Age | Files | Lines |
| * | some more tweaks to get more advanced polymorphic stuff to work | Mike Bayer | 2006-03-24 | 1 | -2/+4 |
| * | added "name" back to FromClause | Mike Bayer | 2006-03-21 | 1 | -1/+1 |
| * | a few tweaks and the polymorph example can also use eager loading | Mike Bayer | 2006-03-20 | 1 | -0/+1 |
| * | added distinct() function to column elements for "DISTINCT <col>" | Mike Bayer | 2006-03-19 | 1 | -0/+2 |
| * | got rid of from "ids", using the From object itself as identity now. improve... | Mike Bayer | 2006-03-19 | 1 | -22/+16 |
| * | der + engine... | Mike Bayer | 2006-03-18 | 1 | -1/+1 |
| * | got oracle parenthesized rules for funcs back, fixed copy_container on function | Mike Bayer | 2006-03-18 | 1 | -2/+2 |
| * | expanded and integrated qvx's patch for dotted function names | Mike Bayer | 2006-03-16 | 1 | -1/+13 |
| * | added scalar subqueries within the column clause of another select | Mike Bayer | 2006-03-13 | 1 | -10/+26 |
| * | oracle is requiring dictionary params to be in a clean dict, added conversion | Mike Bayer | 2006-03-13 | 1 | -0/+5 |
| * | small tweak to select in order to fix [ticket:112]...the exported columns whe... | Mike Bayer | 2006-03-13 | 1 | -1/+1 |
| * | refactor to Compiled.get_params() to return new ClauseParameters object, a mo... | Mike Bayer | 2006-03-13 | 1 | -0/+23 |
| * | added 'noninherited table' prop to mapper indicating the "lead" table, in the... | Mike Bayer | 2006-03-09 | 1 | -0/+1 |
| * | serious overhaul to get eager loads to work inline with an inheriting mapper,... | Mike Bayer | 2006-03-08 | 1 | -8/+15 |
| * | took erroneous 'count' off Alias | Mike Bayer | 2006-03-08 | 1 | -1/+0 |
| * | checking in patch for column labels limit at 30 chars...what the heck | Mike Bayer | 2006-03-06 | 1 | -4/+10 |
| * | a mapper with inheritance will place itself as "dependent" on the inherited m... | Mike Bayer | 2006-03-06 | 1 | -1/+0 |
| * | added new 'polymorphic' example. still trying to understand it :) . | Mike Bayer | 2006-03-06 | 1 | -3/+5 |
| * | more tweak to compoundselect parenthesizing/subquery flag | Mike Bayer | 2006-03-06 | 1 | -4/+2 |
| * | selects within a compound clause dont get parenthesis added | Mike Bayer | 2006-03-06 | 1 | -1/+9 |
| * | got column onupdate working | Mike Bayer | 2006-03-05 | 1 | -0/+9 |
| * | removed the dependency of ANSICompiler on SQLEngine. you can now make ANSICo... | Mike Bayer | 2006-03-04 | 1 | -21/+28 |
| * | oid inits at compilation time/when needed again, added a unit test | Mike Bayer | 2006-02-28 | 1 | -4/+4 |
| * | Merge indexes [1047]:[1048] into trunk (for #6) | Jason Pellerin | 2006-02-26 | 1 | -0/+3 |
| * | fixed ticket 72, where a copied clause was using the identical bind param obj... | Mike Bayer | 2006-02-26 | 1 | -0/+2 |
| * | clauseelement.compile() totally works without an engine | Mike Bayer | 2006-02-25 | 1 | -0/+2 |
| * | merged sql_rearrangement branch , refactors sql package to work standalone with | Mike Bayer | 2006-02-25 | 1 | -221/+95 |
| * | Function needed compare_type so that its type is set as the type in boolean e... | Mike Bayer | 2006-02-23 | 1 | -1/+3 |
| * | fix to EagerLoad where it late-initializes its eager chain, thereby not getti... | Mike Bayer | 2006-02-22 | 1 | -1/+1 |
| * | merged eager loading overhaul rev 1001:1009 | Mike Bayer | 2006-02-20 | 1 | -13/+37 |
| * | exception package added, support throughout | Mike Bayer | 2006-02-19 | 1 | -7/+8 |
| * | added indexes to schema/ansisql/engine | Mike Bayer | 2006-02-18 | 1 | -0/+21 |
| * | Join object wasnt exporting foreign keys correctly | Mike Bayer | 2006-02-16 | 1 | -2/+2 |
| * | fixes mostly to get the important unit tests to run for Oracle, boxesw withou... | Mike Bayer | 2006-02-14 | 1 | -1/+1 |
| * | more hammering of defaults. ORM will properly execute defaults and post-fetc... | Mike Bayer | 2006-02-11 | 1 | -3/+6 |
| * | got oracle LIMIT/OFFSET to use row_number() syntax | Mike Bayer | 2006-02-05 | 1 | -1/+1 |
| * | added BETWEEN, courtesy Rick Morrison. go Rick ! | Mike Bayer | 2006-02-04 | 1 | -1/+4 |
| * | self->compare_self() | Mike Bayer | 2006-02-02 | 1 | -1/+1 |
| * | might add scalar() to select which does limit=1 | Mike Bayer | 2006-02-01 | 1 | -0/+15 |
| * | 2nd scalar fix | Mike Bayer | 2006-01-27 | 1 | -1/+5 |
| * | scalar() returns None if no rows | Mike Bayer | 2006-01-27 | 1 | -1/+5 |
| * | refactoring to allow column.label() to work in selects, etc. | Mike Bayer | 2006-01-27 | 1 | -62/+75 |
| * | order_by and group_by being output in wrong order. Added tests for same. | Robert Leftwich | 2006-01-22 | 1 | -6/+6 |
| * | formatting? | Mike Bayer | 2006-01-20 | 1 | -4/+4 |
| * | some docstrings | Mike Bayer | 2006-01-20 | 1 | -1/+19 |
| * | added explicit bind parameters and column type maps to text type | Mike Bayer | 2006-01-20 | 1 | -9/+27 |
| * | implemented better hash_key on select allowing proper comparisons, implemented | Mike Bayer | 2006-01-19 | 1 | -6/+36 |
| * | ColumnClause needed optional foreign_key parameter | Mike Bayer | 2006-01-09 | 1 | -1/+2 |
| * | added count() to table, from objects | Mike Bayer | 2006-01-08 | 1 | -3/+10 |
| * | improvements to relational algrebra of Alias, Select, Join objects, so that they | Mike Bayer | 2006-01-08 | 1 | -109/+96 |