| Commit message (Expand) | Author | Age | Files | Lines |
| * | changed "_source_column" to simpler "_distance" | Mike Bayer | 2007-07-10 | 1 | -0/+2 |
| * | more "column targeting" enhancements..columns have a "depth" from their ultim... | Mike Bayer | 2007-07-10 | 1 | -2/+27 |
| * | - Deprecated DynamicMetaData- use ThreadLocalMetaData or MetaData instead | Jason Kirtland | 2007-07-06 | 7 | -21/+21 |
| * | postgres: | Mike Bayer | 2007-06-29 | 2 | -90/+1 |
| * | add missing grouping for compound selects. fixes ticket #623 | Ants Aasma | 2007-06-26 | 2 | -0/+50 |
| * | fix #624, modulo operator escaping on mysql and postgres | Ants Aasma | 2007-06-26 | 1 | -0/+24 |
| * | fix precedence of between (ticket #621) | Ants Aasma | 2007-06-25 | 1 | -0/+4 |
| * | - fixed precedence of operators so that parenthesis are correctly applied | Mike Bayer | 2007-06-25 | 2 | -7/+80 |
| * | added test for correlation of scalar subqueries to a JOIN object | Mike Bayer | 2007-06-24 | 1 | -0/+7 |
| * | - fixed "where"/"from" criterion of select() to accept a unicode string | Mike Bayer | 2007-06-23 | 1 | -0/+9 |
| * | - added dialect flag "auto_convert_lobs", defaults to True; will cause any | Mike Bayer | 2007-06-22 | 1 | -2/+22 |
| * | - added standalone distinct() function in addition to column.distinct() | Mike Bayer | 2007-06-21 | 1 | -0/+9 |
| * | - added Interval type to types.py [ticket:595] | Mike Bayer | 2007-06-17 | 1 | -0/+19 |
| * | - result.last_inserted_ids() should return a list that is identically | Mike Bayer | 2007-06-17 | 1 | -0/+79 |
| * | - datetime fixes: got subsecond TIMESTAMP to work [ticket:604], | Mike Bayer | 2007-06-17 | 1 | -28/+13 |
| * | - sqlite better handles datetime/date/time objects mixed and matched | Mike Bayer | 2007-06-17 | 1 | -1/+0 |
| * | test case for oracle timestamp adaption | Mike Bayer | 2007-06-16 | 1 | -1/+18 |
| * | Multiple MSSQL fixes; see ticket #581 | Paul Johnston | 2007-06-13 | 3 | -7/+46 |
| * | - MySQL TEXT-derived types weren't respecting convert_unicode, fixes #601 | Jason Kirtland | 2007-06-13 | 1 | -17/+26 |
| * | extra test for corresponding column fix | Mike Bayer | 2007-06-07 | 1 | -0/+5 |
| * | - fixed bug where selectable.corresponding_column(selectable.c.col) | Mike Bayer | 2007-06-06 | 1 | -0/+7 |
| * | CompoundSelect (i.e. UNION etc.) needed self_group() to provide parenthesis | Mike Bayer | 2007-05-23 | 1 | -0/+10 |
| * | - removed "no group by's in a select thats part of a UNION" | Mike Bayer | 2007-05-18 | 1 | -0/+11 |
| * | restored outerjoin test | Mike Bayer | 2007-05-15 | 1 | -10/+8 |
| * | - parenthesis are applied to clauses via a new _Grouping construct. | Mike Bayer | 2007-05-14 | 2 | -14/+18 |
| * | - _Label propigates "_hide_froms()" so that scalar selects | Mike Bayer | 2007-05-11 | 1 | -1/+5 |
| * | - fix to long name generation when using oid_column as an order by | Mike Bayer | 2007-05-07 | 1 | -1/+13 |
| * | - _Label class overrides compare_self to return its ultimate object. | Mike Bayer | 2007-05-03 | 1 | -1/+5 |
| * | - MySQL ENUM types can now optionally ensure that values are within the | Jason Kirtland | 2007-05-02 | 1 | -196/+0 |
| * | Removed an unneeded and troublesome subquery test. | Jason Kirtland | 2007-05-02 | 1 | -5/+0 |
| * | some notes on a labeling issue that arises when label truncation doesnt match... | Mike Bayer | 2007-05-01 | 1 | -2/+13 |
| * | - allow MySQL column-level CHARACTER SET and COLLATE, plus shortcuts like | Jason Kirtland | 2007-05-01 | 1 | -6/+201 |
| * | - the label() method on ColumnElement will properly propigate the | Mike Bayer | 2007-04-29 | 1 | -0/+9 |
| * | - mysql uses "DESCRIBE [<schemaname>].<tablename>", catching exceptions | Mike Bayer | 2007-04-29 | 1 | -4/+0 |
| * | - mssql: replace "select @@identity" with "select @@scope_identity". Should h... | Rick Morrison | 2007-04-29 | 1 | -0/+26 |
| * | - Fully specify ordering for ordered union test comparison | Jason Kirtland | 2007-04-27 | 1 | -3/+3 |
| * | - added a col label to help sqlite with order by | Mike Bayer | 2007-04-24 | 1 | -3/+3 |
| * | - fix to case() construct to propigate the type of the first | Mike Bayer | 2007-04-24 | 2 | -17/+18 |
| * | - merged in the combined patch for #474, #475, #476 (attached to #476) and a ... | Jason Kirtland | 2007-04-19 | 1 | -1/+93 |
| * | - the "where" criterion of an update() and delete() now correlates | Mike Bayer | 2007-04-18 | 1 | -1/+6 |
| * | - the dialects within sqlalchemy.databases become a setuptools | Mike Bayer | 2007-04-17 | 1 | -3/+3 |
| * | - got unicode schemas to work with postgres | Mike Bayer | 2007-04-15 | 1 | -8/+25 |
| * | - small fix to allow successive compiles of the same SELECT object | Mike Bayer | 2007-04-13 | 1 | -1/+3 |
| * | - the "mini" column labels generated when using subqueries, which | Mike Bayer | 2007-04-11 | 2 | -11/+20 |
| * | - merged the "execcontext" branch, refactors engine/dialect codepaths | Mike Bayer | 2007-04-02 | 3 | -33/+34 |
| * | added keys() to ColumnParameters, needed for setbindparamsizes traversal | Mike Bayer | 2007-03-28 | 1 | -4/+4 |
| * | - sending None as an argument to func.<something> will produce | Mike Bayer | 2007-03-28 | 1 | -1/+4 |
| * | - column label and bind param "truncation" also generate | Mike Bayer | 2007-03-28 | 2 | -33/+56 |
| * | added label truncation for bind param names which was lost in the previous re... | Mike Bayer | 2007-03-28 | 2 | -0/+14 |
| * | - fix for fetchmany() "size" argument being positional in most | Mike Bayer | 2007-03-28 | 1 | -1/+11 |