| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | - _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 |
* | - some cleanup of reflection unit tests | Mike Bayer | 2007-04-04 | 1 | -0/+3 |
* | - merged the "execcontext" branch, refactors engine/dialect codepaths | Mike Bayer | 2007-04-02 | 1 | -1/+1 |
* | latest #214 fixups | Mike Bayer | 2007-03-31 | 1 | -36/+91 |
* | added keys() to ColumnParameters, needed for setbindparamsizes traversal | Mike Bayer | 2007-03-28 | 1 | -1/+4 |
* | - sending None as an argument to func.<something> will produce | Mike Bayer | 2007-03-28 | 1 | -1/+1 |
* | - column label and bind param "truncation" also generate | Mike Bayer | 2007-03-28 | 1 | -16/+34 |
* | added label truncation for bind param names which was lost in the previous re... | Mike Bayer | 2007-03-28 | 1 | -3/+3 |
* | some more docstring patches for [ticket:214] | Mike Bayer | 2007-03-28 | 1 | -9/+15 |
* | - fixes [ticket:185], join object determines primary key and removes | Mike Bayer | 2007-03-27 | 1 | -17/+47 |
* | - some logging cleanup | Mike Bayer | 2007-03-27 | 1 | -1/+3 |
* | - preliminary support for unicode table and column names added. | Mike Bayer | 2007-03-27 | 1 | -3/+10 |
* | - column labels are now generated in the compilation phase, which | Mike Bayer | 2007-03-24 | 1 | -3/+13 |
* | - slightly better support for bind params as column clauses, either | Mike Bayer | 2007-03-21 | 1 | -9/+10 |
* | integrated docutils formatting into generated documentation; | Mike Bayer | 2007-03-17 | 1 | -14/+16 |
* | fix CASE statement when else_ is zero | Rick Morrison | 2007-03-15 | 1 | -1/+1 |
* | some formatting | Mike Bayer | 2007-03-13 | 1 | -5/+23 |
* | - for hackers, refactored the "visitor" system of ClauseElement and | Mike Bayer | 2007-03-11 | 1 | -96/+206 |
* | - added concept of 'require_embedded' to corresponding_column. | Mike Bayer | 2007-03-05 | 1 | -8/+28 |
* | - bindparam() names are now repeatable! specify two | Mike Bayer | 2007-03-03 | 1 | -16/+33 |
* | - added "fold_equivalents" argument to Join.select(), which removes | Mike Bayer | 2007-03-02 | 1 | -3/+50 |
* | - use_labels flag on select() wont auto-create labels for literal text | Mike Bayer | 2007-03-01 | 1 | -3/+18 |
* | migrated (most) docstrings to pep-257 format, docstring generator using strai... | Mike Bayer | 2007-02-25 | 1 | -376/+820 |
* | - correlated subqueries work inside of ORDER BY, GROUP BY | Mike Bayer | 2007-02-24 | 1 | -4/+13 |
* | - exists() becomes useable as a standalone selectable, not just in a | Mike Bayer | 2007-02-23 | 1 | -4/+11 |
* | - implemented foreign_keys argument on relation() [ticket:385] | Mike Bayer | 2007-02-10 | 1 | -1/+1 |
* | - added literal_column() to specify a column clause that should not undergo a... | Mike Bayer | 2007-02-04 | 1 | -5/+10 |
* | OK nevermind that last commit, rolling the quoting fix back | Mike Bayer | 2007-02-04 | 1 | -1/+1 |
* | - more quoting fixes for [ticket:450]...quoting more aggressive (but still sk... | Mike Bayer | 2007-02-04 | 1 | -5/+6 |
* | - added a "supports_execution()" method to ClauseElement, so that individual | Mike Bayer | 2007-02-02 | 1 | -3/+15 |
* | removed various print statements | Mike Bayer | 2007-01-28 | 1 | -1/+0 |
* | merged the polymorphic relationship refactoring branch in. i want to go furt... | Mike Bayer | 2007-01-28 | 1 | -1/+7 |