| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | added compare function to the more basic expression objects | Mike Bayer | 2006-01-05 | 1 | -14/+76 |
* | outerjoin onclause is optional | Mike Bayer | 2006-01-04 | 1 | -1/+1 |
* | 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 | -7/+8 |
* | column.label is now a function; fix byroot example, add 'default_label' acces... | Mike Bayer | 2006-01-02 | 1 | -0/+1 |
* | broke apart deafult ordering into oid or primary key. a DB that has no oids ... | Mike Bayer | 2006-01-02 | 1 | -10/+7 |
* | order by oid -> order by *default_order_by() when called by mapper layer. | Mike Bayer | 2006-01-02 | 1 | -3/+5 |
* | rowid->oid | Mike Bayer | 2006-01-02 | 1 | -15/+15 |
* | rowid_column becomes more like the "order by column". 'default_ordering' fla... | Mike Bayer | 2006-01-01 | 1 | -4/+19 |
* | shuffling to allow standard 'types' module in | Mike Bayer | 2005-12-31 | 1 | -6/+12 |
* | fix to ansisql when it tries to determine param-based select clause that its | Mike Bayer | 2005-12-31 | 1 | -0/+3 |
* | license switch | Mike Bayer | 2005-12-31 | 1 | -13/+2 |