| Commit message (Expand) | Author | Age | Files | Lines |
* | - restored old assign_mapper monkey patched query methods but with two diffe... | Gaƫtan de Menten | 2007-07-31 | 1 | -2/+2 |
* | add warnings for deprecated methods and options | Jonathan Ellis | 2007-07-30 | 1 | -0/+2 |
* | fixed 'column_literal' to 'literal_column' [ticket:626] | Mike Bayer | 2007-07-29 | 1 | -2/+2 |
* | fixed pydoc bug in [ticket:564] | Mike Bayer | 2007-07-29 | 1 | -1/+8 |
* | fixed glitch in Select visit traversal, fixes #693 | Mike Bayer | 2007-07-27 | 1 | -1/+1 |
* | merging 0.4 branch to trunk. see CHANGES for details. 0.3 moves to maintena... | Mike Bayer | 2007-07-27 | 1 | -882/+1064 |
* | Merged reference fixes from r2986 | Jason Kirtland | 2007-07-19 | 1 | -2/+2 |
* | - merged some more of the SessionTransaction connection-bound checks from 0.4 | Mike Bayer | 2007-07-18 | 1 | -1/+7 |
* | - columns can be overridden in a reflected table with a "key" | Mike Bayer | 2007-07-15 | 1 | -0/+7 |
* | - improved ability to get the "correct" and most minimal set of primary key | Mike Bayer | 2007-07-14 | 1 | -19/+49 |
* | - composite primary key is represented as a non-keyed set to allow for | Mike Bayer | 2007-07-13 | 1 | -1/+20 |
* | - the various "engine" arguments, such as "engine", "connectable", | Mike Bayer | 2007-07-12 | 1 | -38/+50 |
* | changed "_source_column" to simpler "_distance" | Mike Bayer | 2007-07-10 | 1 | -15/+8 |
* | more "column targeting" enhancements..columns have a "depth" from their ultim... | Mike Bayer | 2007-07-10 | 1 | -6/+20 |
* | add missing grouping for compound selects. fixes ticket #623 | Ants Aasma | 2007-06-26 | 1 | -1/+6 |
* | fix precedence of between (ticket #621) | Ants Aasma | 2007-06-25 | 1 | -11/+5 |
* | - fixed precedence of operators so that parenthesis are correctly applied | Mike Bayer | 2007-06-25 | 1 | -16/+38 |
* | - fixed "where"/"from" criterion of select() to accept a unicode string | Mike Bayer | 2007-06-23 | 1 | -2/+2 |
* | - added standalone distinct() function in addition to column.distinct() | Mike Bayer | 2007-06-21 | 1 | -1/+9 |
* | orig_set is a Set [ticket:614] | Mike Bayer | 2007-06-20 | 1 | -1/+1 |
* | Multiple MSSQL fixes; see ticket #581 | Paul Johnston | 2007-06-13 | 1 | -0/+1 |
* | extra test for corresponding column fix | Mike Bayer | 2007-06-07 | 1 | -0/+2 |
* | - fixed bug where selectable.corresponding_column(selectable.c.col) | Mike Bayer | 2007-06-06 | 1 | -1/+3 |
* | another object.__init__() call with args....might need to build py2.6 to test... | Mike Bayer | 2007-05-26 | 1 | -1/+1 |
* | removed ClauseVisitor.__init__(), doesnt work with python trunk | Mike Bayer | 2007-05-26 | 1 | -2/+1 |
* | CompoundSelect (i.e. UNION etc.) needed self_group() to provide parenthesis | Mike Bayer | 2007-05-23 | 1 | -0/+3 |
* | restored comparison of 1-element clause list -> ClauseElement, which was brok... | Mike Bayer | 2007-05-20 | 1 | -1/+3 |
* | - removed "no group by's in a select thats part of a UNION" | Mike Bayer | 2007-05-18 | 1 | -1/+0 |
* | fixed LoggingClauseVisitor | Mike Bayer | 2007-05-15 | 1 | -13/+19 |
* | - parenthesis are applied to clauses via a new _Grouping construct. | Mike Bayer | 2007-05-14 | 1 | -187/+223 |
* | - _Label propigates "_hide_froms()" so that scalar selects | Mike Bayer | 2007-05-11 | 1 | -1/+4 |
* | - _Label class overrides compare_self to return its ultimate object. | Mike Bayer | 2007-05-03 | 1 | -0/+3 |
* | - Aliasizer removed. hooray ! | Mike Bayer | 2007-05-02 | 1 | -1/+15 |
* | - applied YAGNI to supports_autoclose_results (this issue would be handled by... | Mike Bayer | 2007-04-30 | 1 | -4/+4 |
* | - restored old "column_property()" ORM function (used to be called | Mike Bayer | 2007-04-29 | 1 | -1/+1 |
* | - the label() method on ColumnElement will properly propigate the | Mike Bayer | 2007-04-29 | 1 | -1/+1 |
* | added orig_set colleciton to Select when its declared as a scalar, to allow | Mike Bayer | 2007-04-29 | 1 | -1/+5 |
* | docstring tweaks | Mike Bayer | 2007-04-29 | 1 | -6/+6 |
* | - fixed textual select elements that got broke the other day | Mike Bayer | 2007-04-29 | 1 | -2/+12 |
* | - support for inline hyperlinks between HTML-generated docstrings | Mike Bayer | 2007-04-28 | 1 | -204/+410 |
* | - primary key determination within Join maintains table PK ordering | Mike Bayer | 2007-04-24 | 1 | -1/+1 |
* | - fix to case() construct to propigate the type of the first | Mike Bayer | 2007-04-24 | 1 | -1/+12 |
* | - some docstrings | Mike Bayer | 2007-04-20 | 1 | -15/+155 |
* | - merged in the combined patch for #474, #475, #476 (attached to #476) and a ... | Jason Kirtland | 2007-04-19 | 1 | -13/+33 |
* | some docstrings | Mike Bayer | 2007-04-19 | 1 | -0/+1 |
* | - the "where" criterion of an update() and delete() now correlates | Mike Bayer | 2007-04-18 | 1 | -5/+21 |
* | - got unicode schemas to work with postgres | Mike Bayer | 2007-04-15 | 1 | -2/+6 |
* | didnt need that method... | Mike Bayer | 2007-04-14 | 1 | -10/+0 |
* | some docstrings to provide more detail in the sql package | Mike Bayer | 2007-04-14 | 1 | -13/+86 |
* | - the "mini" column labels generated when using subqueries, which | Mike Bayer | 2007-04-11 | 1 | -2/+19 |