summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/schema.py
Commit message (Expand)AuthorAgeFilesLines
...
* - Modified Column.copy() to use _constructor(),Mike Bayer2011-09-231-1/+1
* - Added a slightly nicer __repr__() to SchemaItemMike Bayer2011-08-141-18/+10
* some core cross linkageMike Bayer2011-08-071-5/+16
* - Added an informative error message whenMike Bayer2011-07-211-1/+7
* - Added new "postgresql_ops" argument toMike Bayer2011-07-201-1/+7
* - Fixed bug where "autoincrement" detection onMike Bayer2011-06-301-0/+1
* - Fixed bug whereby adaptation of old append_ddl_listener()Mike Bayer2011-06-301-2/+3
* - Deprecate schema/SQL-oriented methods onMike Bayer2011-06-021-17/+57
* - Fixed bug whereby metadata.reflect(bind)Mike Bayer2011-06-011-1/+2
* - Changed the handling in determination of joinMike Bayer2011-05-071-2/+4
* - metadata.reflect() and reflection.Inspector()Mike Bayer2011-04-231-22/+26
* - Fixed bug whereby if FetchedValue was passedMike Bayer2011-04-231-1/+1
* - Added explicit check for when Column .nameMike Bayer2011-04-201-4/+6
* - Before/after attach events for PrimaryKeyConstraintMike Bayer2011-04-171-10/+9
* a crapload of doc tweaks including [ticket:1666], thanks Toby !Mike Bayer2011-04-161-3/+40
* - The 'useexisting' flag on Table has been supercededMike Bayer2011-04-051-15/+55
* - adjust the previous checkin a bit. need to transfer sequences over from pi...Mike Bayer2011-03-231-4/+6
* - Fixed regression whereby MetaData() comingMike Bayer2011-03-231-2/+3
* - Added new generic function "next_value()", acceptsMike Bayer2011-03-201-15/+43
* - some doc reorgMike Bayer2011-03-171-60/+60
* initial work on column reflectMike Bayer2011-03-141-0/+21
* Warn about unicode column having non-unicode default. See #2079.Diana Clarke2011-03-141-0/+8
* fix "associated" at the source tooMike Bayer2011-03-141-1/+1
* - Added a fully descriptive error message for theMike Bayer2011-02-281-7/+26
* - establish an "insert" option for events to control ordering if needed (not ...Mike Bayer2011-02-251-0/+7
* - 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
|\ \ | |/