This website requires JavaScript.
Explore
Get Started
x
/
sqlalchemy-migrate
Code
Issues
Proposed changes
sqlalchemy-migrate
/
migrate
/
changeset
History
jan.dittberner
d85115c611
add support for ondelete and oncascade to ANSI-SQL foreign key creation
...
address Issue 48
2009-02-20 18:24:44 +00:00
..
databases
mark ALTER TABLE ADD FOREIGN KEY as unsupported by SQLite
2009-02-18 20:08:37 +00:00
__init__.py
PEP-8 clean migrate.changeset, updated CHANGELOG, updated api.rst
2009-01-25 16:28:06 +00:00
ansisql.py
add support for ondelete and oncascade to ANSI-SQL foreign key creation
2009-02-20 18:24:44 +00:00
constraint.py
PEP-8 clean migrate.changeset, updated CHANGELOG, updated api.rst
2009-01-25 16:28:06 +00:00
exceptions.py
PEP-8 clean migrate.changeset, updated CHANGELOG, updated api.rst
2009-01-25 16:28:06 +00:00
schema.py
PEP-8 clean migrate.changeset, updated CHANGELOG, updated api.rst
2009-01-25 16:28:06 +00:00