| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | changes related to mapping against arbitrary selects, selects with labels or ... | Mike Bayer | 2005-12-30 | 1 | -9/+19 |
* | reworking concept of column lists, "FromObject", "Selectable"; | Mike Bayer | 2005-12-30 | 1 | -64/+111 |
* | moved _match_primaries from properties to sql.join, so its generalized to all... | Mike Bayer | 2005-12-29 | 1 | -3/+23 |
* | move execute parameter processing from sql.ClauseElement to engine.execute_co... | Mike Bayer | 2005-12-23 | 1 | -94/+26 |
* | added "late WHERE" compilation to SELECT, adds where criterion based on extra... | Mike Bayer | 2005-12-21 | 1 | -0/+13 |
* | in_ clause uses bind params, for typing etc. | Mike Bayer | 2005-12-20 | 1 | -5/+11 |
* | refactoring of execution path, defaults, and treatment of different paramstyles | Mike Bayer | 2005-12-17 | 1 | -8/+28 |
* | factored "sequence" execution in postgres in oracle to be generalized to the ... | Mike Bayer | 2005-12-16 | 1 | -1/+2 |
* | fixes to the previous checkin with distinct etc | Mike Bayer | 2005-12-08 | 1 | -41/+19 |
* | some enhancemnets to unions, unions and selects need to be more commonly deri... | Mike Bayer | 2005-12-08 | 1 | -1/+15 |
* | added rudimentary support for limit and offset (with the hack version in oracle) | Mike Bayer | 2005-12-07 | 1 | -2/+4 |
* | docstrings, formatting fixes | Mike Bayer | 2005-12-04 | 1 | -25/+24 |
* | more consistent treatment of columns, differentiation of selectable/non-selec... | Mike Bayer | 2005-12-04 | 1 | -76/+103 |