summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/__init__.py
Commit message (Expand)AuthorAgeFilesLines
...
* - Fixed regression introduced in 0.7b4 (!) wherebyMike Bayer2011-04-171-1/+1
* - REAL has been added to the core types. SupportedMike Bayer2011-04-051-0/+1
* - Restored the "catchall" constructor on the baseMike Bayer2011-03-211-1/+1
* - Added a fully descriptive error message for theMike Bayer2011-02-281-1/+1
* 0.7b2rel_0_7b2Mike Bayer2011-02-191-1/+1
* - remove some remaining sys.modules shenanigansrel_0_7b1Mike Bayer2011-02-121-1/+0
* - Added over() function, method to FunctionElementMike Bayer2011-02-101-0/+1
* - A TypeDecorator of Integer can be used with a primary keyMike Bayer2011-01-111-0/+1
* - whitespace removal bonanzaMike Bayer2011-01-021-1/+1
* - clean up copyright, update for 2011, stamp every file withMike Bayer2011-01-021-2/+2
* - assuming I read pep-386 correctly, the first 0.7 release will be 0.7b1Mike Bayer2010-11-281-1/+1
* - Fixed bug whereby a non-"mutable" attribute modified eventMike Bayer2010-10-261-1/+1
* - Added type_coerce(expr, type_) expression element.Mike Bayer2010-10-231-0/+1
* - collection docsMike Bayer2010-09-091-1/+1
* - Changed the scheme used to generate truncatedMike Bayer2010-07-211-1/+1
* 0.6.3Mike Bayer2010-07-071-1/+1
* - added documentation for Inspector [ticket:1820]Mike Bayer2010-06-131-1/+1
* 0.6.1rel_0_6_1Mike Bayer2010-05-311-1/+1
* 0.6.0 prepMike Bayer2010-04-141-1/+1
* - starting to groom the branch for its inclusionMike Bayer2010-04-101-1/+1
* - 0.6beta3 versionMike Bayer2010-03-271-1/+1
* this is beta2Mike Bayer2010-02-121-1/+1
* - Added a tuple_() construct, allows sets of expressionsMike Bayer2010-01-251-0/+1
* - types.Binary is renamed to types.LargeBinary, it onlyMike Bayer2010-01-231-0/+1
* happy new yearMike Bayer2010-01-071-1/+1
* - Added new ENUM type to the Postgresql dialect, which exists as a schema-levelMike Bayer2009-10-251-0/+1
* - Added BigInteger to global importsMike Bayer2009-10-151-0/+1
* merge 0.6 series to trunk.Mike Bayer2009-08-061-35/+38
* move from pXXX to 0.5.5 [ticket:1427]Mike Bayer2009-06-021-1/+1
* - Fixed bug introduced in 0.5.4 whereby Composite typesMike Bayer2009-05-261-1/+1
* - Repaired the printing of SQL exceptions which are notMike Bayer2009-05-251-1/+1
* - Fixed an attribute error introduced in 0.5.4 which wouldrel_0_5_4p1Mike Bayer2009-05-181-1/+1
* - Removed all* O(N) scanning behavior from the flush() process,Mike Bayer2009-05-171-1/+1
* - 0.5.3Mike Bayer2009-01-241-1/+1
* - Further fixes to the "percent signs and spaces in column/tableMike Bayer2009-01-181-1/+2
* happy new yearMike Bayer2009-01-121-1/+1
* - 0.5.1 bumpMike Bayer2009-01-111-1/+1
* next release is 0.5.0Mike Bayer2009-01-061-1/+1
* - VERSION moves just as a string in __version__Mike Bayer2008-12-101-1/+1
* - Moved to 2.4+ import syntax (w/ some experimental merge-friendly formatting)Jason Kirtland2008-07-151-22/+92
* Columns now have default= and server_default=. PassiveDefault fades away.Jason Kirtland2008-05-141-1/+1
* r4695 merged to trunk; trunk now becomes 0.5.Mike Bayer2008-05-091-0/+7
* - Support for COLLATE: collate(expr, col) and expr.collate(col)Jason Kirtland2008-04-161-1/+1
* - Added free-form `DDL` statements, can be executed standalone or tied to the...Jason Kirtland2008-02-051-1/+1
* Added UnicodeText aliasJason Kirtland2008-01-091-2/+2
* - Text type is properly exported now and does not raise a warningMike Bayer2008-01-081-1/+1
* happy new yearMike Bayer2008-01-011-1/+1
* - Added the NUMERIC sql type aliasJason Kirtland2007-10-311-1/+1
* `from foo import (name, name)` isn't valid syntax for 2.3. ah well.Jason Kirtland2007-08-211-19/+22
* - omitted 'table' and 'column' from 'from sqlalchemy import *'Jason Kirtland2007-08-211-3/+21