summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* copyrightMike Bayer2012-05-051-1/+1
* patch from 0.7: Adjusted the "importlater" mechanism, which isMike Bayer2011-09-211-0/+3
* - Repaired the "no statement condition"Mike Bayer2011-06-211-1/+1
* - Calling query.get() against a column-based entity isMike Bayer2011-04-221-1/+1
* 0.6.7rel_0_6_7Mike Bayer2011-04-131-1/+1
* -whitespace removal bonanzaMike Bayer2011-01-021-1/+1
* - clean up copyright, update for 2011, stamp every file withMike Bayer2011-01-021-2/+2
* - 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
* added engine_from_config() function for helping to create_engine()Mike Bayer2007-08-141-1/+1
* Bake the version number into the source during packaging.Jason Kirtland2007-08-111-17/+2
* merging 0.4 branch to trunk. see CHANGES for details. 0.3 moves to maintena...Mike Bayer2007-07-271-6/+2
* Merged reference fixes from r2986Jason Kirtland2007-07-191-3/+2