This website requires JavaScript.
Explore
Get Started
x
/
sqlalchemy-migrate
Code
Issues
Proposed changes
4c3d42ed75
Branches
Tags
View all branches
sqlalchemy-migrate
/
migrate
/
changeset
/
databases
History
iElectric
75e93aa410
add not supported exceptions for sqlite constraints
2009-06-27 14:33:40 +00:00
..
__init__.py
some more PEP8 love
2009-06-21 09:17:23 +00:00
firebird.py
- completely refactored ColumnDelta to extract differences between columns/parameters (also fixes issue
#23
)
2009-06-27 14:13:27 +00:00
mysql.py
- completely refactored ColumnDelta to extract differences between columns/parameters (also fixes issue
#23
)
2009-06-27 14:13:27 +00:00
oracle.py
- completely refactored ColumnDelta to extract differences between columns/parameters (also fixes issue
#23
)
2009-06-27 14:13:27 +00:00
postgres.py
use sqlalchemy preparer to do SQL quote formatting. this is a raw change, tests are yet to be written
2009-06-11 22:27:38 +00:00
sqlite.py
add not supported exceptions for sqlite constraints
2009-06-27 14:33:40 +00:00
visitor.py
adding basic support for firebird,
fixes
#55
2009-06-22 10:22:06 +00:00