summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/schema.py
Commit message (Expand)AuthorAgeFilesLines
...
* - The Column.references() method now returns TrueMike Bayer2011-02-171-1/+1
* - The Sequence() construct, when passed a MetaData()Mike Bayer2011-02-131-6/+97
* - remove some remaining sys.modules shenanigansrel_0_7b1Mike Bayer2011-02-121-6/+6
* - schema.copy() functions will copy dispatch, but only for those eventsMike Bayer2011-02-011-5/+16
* - SchemaItem, SchemaType now descend from common typeMike Bayer2011-01-301-38/+23
* - Column.copy(), as used in table.tometadata(), copies theMike Bayer2011-01-301-0/+1
* rename 'frozendict' to 'immutabledict', since 'frozen' implies hashabilityMike Bayer2011-01-201-1/+1
* - getting slightly more consistent behavior for the edge case of pk columnsMike Bayer2011-01-151-6/+7
* - dont count server_default absense as part of autoincrement, PGMike Bayer2011-01-121-3/+5
* - A TypeDecorator of Integer can be used with a primary keyMike Bayer2011-01-111-3/+4
* - merge r43460573c27a:4993c7eae8e5d117ff342bdc59f3b0635b898e2c of 0.6 branchMike Bayer2011-01-081-1/+5
* - The Index() construct can be created inline with a TableMike Bayer2011-01-041-33/+46
* - whitespace removal bonanzaMike Bayer2011-01-021-199/+199
* - clean up copyright, update for 2011, stamp every file withMike Bayer2011-01-021-3/+2
* - removes the "on_" prefix.Mike Bayer2010-12-301-9/+9
* - remove OrderedSet usage from a critical areaMike Bayer2010-12-221-3/+3
* skip some len callsMike Bayer2010-12-191-1/+1
* - inliningsMike Bayer2010-12-161-1/+5
* - why type.dialect_impl(dialect).bind_processor(dialect), caching just the impl?Mike Bayer2010-12-131-3/+3
* new calling style: event.listen(target, identifier, fn)Mike Bayer2010-12-011-13/+11
* - merge FromObj cleanup, immutable .c attribute patch, [ticket:1917]Mike Bayer2010-11-201-10/+9
|\
| * - adapt initial patch from [ticket:1917] to current tipMike Bayer2010-11-161-10/+9
* | - merge metadata/schema/declarative branch, [ticket:1893]Mike Bayer2010-11-201-9/+24
|\ \
| * | [ticket:1893] implementationMike Bayer2010-11-151-9/+24
| |/
* | merge tipMike Bayer2010-11-141-0/+1
|\ \ | |/
| * - The 'info' attribute of Column is copied duringMike Bayer2010-11-141-0/+1
* | merge tipMike Bayer2010-11-131-13/+6
|\ \ | |/
| * - move inline "import" statements to use new "util.importlater()" construct. ...Mike Bayer2010-11-131-13/+6
* | more docsMike Bayer2010-11-101-3/+31
* | - move deprecated interfaces down to bottom of TOC, update verbiageMike Bayer2010-11-101-12/+46
* | - merge tipMike Bayer2010-11-061-2/+10
|\ \ | |/
| * - added "views=True" option to metadata.reflect(),Mike Bayer2010-10-021-2/+10
* | merge tipMike Bayer2010-10-021-11/+31
|\ \ | |/
| * - An informative error message is raised if a ColumnMike Bayer2010-09-181-0/+4
| * - use "key in dict" rather than KeyError if the usual caseMike Bayer2010-09-181-37/+28
| * add warning about dodgy use of tometadataChris Withers2010-09-161-1/+5
| * tometadata now copies indexes as wellChris Withers2010-09-161-1/+22
| * make sure kwargs are copied by tometadataChris Withers2010-09-161-1/+1
* | - reorganizationMike Bayer2010-09-141-30/+7
* | - merge tip, 0.6.4 + 0.6.5Mike Bayer2010-09-141-7/+69
|\ \ | |/
| * roughly the finished product.Mike Bayer2010-09-041-2/+2
| * almost through.Mike Bayer2010-09-041-5/+67
* | restore the deprecated docsMike Bayer2010-09-041-2/+60
* | - refinements to DDL events, including new execute_if(), got pickling to workMike Bayer2010-09-031-76/+78
* | doh, forgot about ddl events. need some work with the pickling.Mike Bayer2010-08-311-82/+45
|/
* get slightly better about deprecations in docstrings, tho this is kind of an ...Mike Bayer2010-08-091-2/+9
* - Fixed bug whereby replacing composite foreign keyMike Bayer2010-08-041-1/+5
* - Added full description of parent table/column,Mike Bayer2010-08-031-2/+3
* - add an example of declarative with hybrid, including why thisMike Bayer2010-08-021-5/+37
* - Changed the scheme used to generate truncatedMike Bayer2010-07-211-1/+1