| Commit message (Expand) | Author | Age | Files | Lines |
| * | copyright | Mike Bayer | 2012-05-05 | 1 | -1/+1 |
| * | patch from 0.7: Adjusted the "importlater" mechanism, which is | Mike Bayer | 2011-09-21 | 1 | -0/+3 |
| * | - Repaired the "no statement condition" | Mike Bayer | 2011-06-21 | 1 | -1/+1 |
| * | - Calling query.get() against a column-based entity is | Mike Bayer | 2011-04-22 | 1 | -1/+1 |
| * | 0.6.7rel_0_6_7 | Mike Bayer | 2011-04-13 | 1 | -1/+1 |
| * | -whitespace removal bonanza | Mike Bayer | 2011-01-02 | 1 | -1/+1 |
| * | - clean up copyright, update for 2011, stamp every file with | Mike Bayer | 2011-01-02 | 1 | -2/+2 |
| * | - Fixed bug whereby a non-"mutable" attribute modified event | Mike Bayer | 2010-10-26 | 1 | -1/+1 |
| * | - Added type_coerce(expr, type_) expression element. | Mike Bayer | 2010-10-23 | 1 | -0/+1 |
| * | - collection docs | Mike Bayer | 2010-09-09 | 1 | -1/+1 |
| * | - Changed the scheme used to generate truncated | Mike Bayer | 2010-07-21 | 1 | -1/+1 |
| * | 0.6.3 | Mike Bayer | 2010-07-07 | 1 | -1/+1 |
| * | - added documentation for Inspector [ticket:1820] | Mike Bayer | 2010-06-13 | 1 | -1/+1 |
| * | 0.6.1rel_0_6_1 | Mike Bayer | 2010-05-31 | 1 | -1/+1 |
| * | 0.6.0 prep | Mike Bayer | 2010-04-14 | 1 | -1/+1 |
| * | - starting to groom the branch for its inclusion | Mike Bayer | 2010-04-10 | 1 | -1/+1 |
| * | - 0.6beta3 version | Mike Bayer | 2010-03-27 | 1 | -1/+1 |
| * | this is beta2 | Mike Bayer | 2010-02-12 | 1 | -1/+1 |
| * | - Added a tuple_() construct, allows sets of expressions | Mike Bayer | 2010-01-25 | 1 | -0/+1 |
| * | - types.Binary is renamed to types.LargeBinary, it only | Mike Bayer | 2010-01-23 | 1 | -0/+1 |
| * | happy new year | Mike Bayer | 2010-01-07 | 1 | -1/+1 |
| * | - Added new ENUM type to the Postgresql dialect, which exists as a schema-level | Mike Bayer | 2009-10-25 | 1 | -0/+1 |
| * | - Added BigInteger to global imports | Mike Bayer | 2009-10-15 | 1 | -0/+1 |
| * | merge 0.6 series to trunk. | Mike Bayer | 2009-08-06 | 1 | -35/+38 |
| * | move from pXXX to 0.5.5 [ticket:1427] | Mike Bayer | 2009-06-02 | 1 | -1/+1 |
| * | - Fixed bug introduced in 0.5.4 whereby Composite types | Mike Bayer | 2009-05-26 | 1 | -1/+1 |
| * | - Repaired the printing of SQL exceptions which are not | Mike Bayer | 2009-05-25 | 1 | -1/+1 |
| * | - Fixed an attribute error introduced in 0.5.4 which wouldrel_0_5_4p1 | Mike Bayer | 2009-05-18 | 1 | -1/+1 |
| * | - Removed all* O(N) scanning behavior from the flush() process, | Mike Bayer | 2009-05-17 | 1 | -1/+1 |
| * | - 0.5.3 | Mike Bayer | 2009-01-24 | 1 | -1/+1 |
| * | - Further fixes to the "percent signs and spaces in column/table | Mike Bayer | 2009-01-18 | 1 | -1/+2 |
| * | happy new year | Mike Bayer | 2009-01-12 | 1 | -1/+1 |
| * | - 0.5.1 bump | Mike Bayer | 2009-01-11 | 1 | -1/+1 |
| * | next release is 0.5.0 | Mike Bayer | 2009-01-06 | 1 | -1/+1 |
| * | - VERSION moves just as a string in __version__ | Mike Bayer | 2008-12-10 | 1 | -1/+1 |
| * | - Moved to 2.4+ import syntax (w/ some experimental merge-friendly formatting) | Jason Kirtland | 2008-07-15 | 1 | -22/+92 |
| * | Columns now have default= and server_default=. PassiveDefault fades away. | Jason Kirtland | 2008-05-14 | 1 | -1/+1 |
| * | r4695 merged to trunk; trunk now becomes 0.5. | Mike Bayer | 2008-05-09 | 1 | -0/+7 |
| * | - Support for COLLATE: collate(expr, col) and expr.collate(col) | Jason Kirtland | 2008-04-16 | 1 | -1/+1 |
| * | - Added free-form `DDL` statements, can be executed standalone or tied to the... | Jason Kirtland | 2008-02-05 | 1 | -1/+1 |
| * | Added UnicodeText alias | Jason Kirtland | 2008-01-09 | 1 | -2/+2 |
| * | - Text type is properly exported now and does not raise a warning | Mike Bayer | 2008-01-08 | 1 | -1/+1 |
| * | happy new year | Mike Bayer | 2008-01-01 | 1 | -1/+1 |
| * | - Added the NUMERIC sql type alias | Jason Kirtland | 2007-10-31 | 1 | -1/+1 |
| * | `from foo import (name, name)` isn't valid syntax for 2.3. ah well. | Jason Kirtland | 2007-08-21 | 1 | -19/+22 |
| * | - omitted 'table' and 'column' from 'from sqlalchemy import *' | Jason Kirtland | 2007-08-21 | 1 | -3/+21 |
| * | added engine_from_config() function for helping to create_engine() | Mike Bayer | 2007-08-14 | 1 | -1/+1 |
| * | Bake the version number into the source during packaging. | Jason Kirtland | 2007-08-11 | 1 | -17/+2 |
| * | merging 0.4 branch to trunk. see CHANGES for details. 0.3 moves to maintena... | Mike Bayer | 2007-07-27 | 1 | -6/+2 |
| * | Merged reference fixes from r2986 | Jason Kirtland | 2007-07-19 | 1 | -3/+2 |