Django

Code

Show
Ignore:
Timestamp:
08/01/07 22:28:52 (1 year ago)
Author:
danderson
Message:

schema-evolution:
added new "pk_requires_unique" option to the backend, because sqlite3 requires "UNIQUE" when creating PKs in order to
_actually_ create the constraint.
fixed "get_known_column_flags" introspection for sqlite3
implemented "get_drop_column_sql" for sqlite3 to work around sqlite's lack of DROP COLUMN support
added partial of the sqlite3 unit tests

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved