index
:
delta/python-packages/sqalchemy-migrate.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
migrate
/
changeset
/
ansisql.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use native quote attribute introduced in sqla 0.9
Thomas Goirand
2014-03-05
1
-6
/
+9
*
UniqueConstraint named and escaped twice
Thomas Goirand
2014-03-02
1
-1
/
+1
*
decouple index name generation from sqlalchemy version
Pádraig Brady
2013-09-23
1
-15
/
+19
*
added bugfixes for 0.8
Josip Delic
2013-07-11
1
-0
/
+14
*
drop SQLAlchemy < 0.6 compatibility code
Jan Dittberner
2011-10-28
1
-86
/
+20
*
no special treatment for SQLA 0.7 required in migrate.changeset.ansisql
Jan Dittberner
2011-05-27
1
-8
/
+4
*
remove commented code
Jan Dittberner
2011-05-26
1
-5
/
+0
*
fix unit test for adding new columns with foreign keys
Jan Dittberner
2011-05-26
1
-3
/
+12
*
use _index_identifier instead of _validate_identifier if
Jan Dittberner
2010-11-09
1
-5
/
+18
*
Fix issue 94 - it was impossible to add a column with a non-unique index.
chrisw
2010-09-09
1
-4
/
+1
*
move all exception classes to migrate.exceptions
iElectric
2010-09-07
1
-2
/
+4
*
fix unittests
Jan Dittberner
2010-07-04
1
-2
/
+1
*
SA06 tests fix, thanks to Mike Bayer
iElectric
2010-05-02
1
-0
/
+7
*
add support for SA 0.6 by Michael Bayer
iElectric
2009-06-29
1
-57
/
+108
*
- completely refactored ColumnDelta to extract differences between columns/pa...
iElectric
2009-06-27
1
-41
/
+9
*
adding basic support for firebird, fixes #55
iElectric
2009-06-22
1
-2
/
+5
*
finally, tests pass for all supported dialects
iElectric
2009-06-21
1
-4
/
+1
*
some more PEP8 love
iElectric
2009-06-21
1
-5
/
+10
*
updated changeset tests. whole package is finally PEP8. fixed mysql tests&bug...
iElectric
2009-06-20
1
-78
/
+63
*
- refactor migrate.changeset;
iElectric
2009-06-16
1
-85
/
+72
*
update docs, delete obsolete code in constraints
iElectric
2009-06-12
1
-51
/
+32
*
use sqlalchemy preparer to do SQL quote formatting. this is a raw change, tes...
iElectric
2009-06-11
1
-38
/
+30
*
lipstick changes
iElectric
2009-06-10
1
-1
/
+1
*
add support for ondelete and oncascade to ANSI-SQL foreign key creation
jan.dittberner
2009-02-20
1
-0
/
+4
*
cleanup in migrate.changeset.ansisql and api doc update
jan.dittberner
2009-01-25
1
-43
/
+37
*
make migrate.schema.ansisql PEP8 clean and add some sphinx docstrings
jan.dittberner
2009-01-25
1
-105
/
+150
*
first sphinx docstrings
jan.dittberner
2009-01-25
1
-1
/
+5
*
support for SA 0.5.1.
percious17
2009-01-19
1
-8
/
+33
*
integrate patch for supporting CheckConstraints by srittau.
jan.dittberner
2009-01-10
1
-0
/
+8
*
fixed bug in create column where foreign keys were being left out.
percious17
2008-12-16
1
-5
/
+9
*
print statement removal
percious17
2008-12-02
1
-2
/
+0
*
most of the tests are now working with nose.
percious17
2008-12-02
1
-1
/
+3
*
modified altering of columns to support postgres.
percious17
2008-11-27
1
-3
/
+3
*
missed a postgres identifier quoting on renaming
percious17
2008-11-27
1
-5
/
+3
*
added hook functions which allow the dialects to specify how to indicate iden...
percious17
2008-11-26
1
-4
/
+16
*
integrate patch for Issue 33
jan.dittberner
2008-09-16
1
-1
/
+1
*
add support for SA 0.5
christian.simms
2008-08-28
1
-8
/
+4
*
make import of sqlalchemy's SchemaGenerator work regardless of previous imports
christian.simms
2008-02-18
1
-1
/
+1
*
integrated patch by Christian Simms posted at http://groups.google.com/group/...
jan.dittberner
2008-02-14
1
-11
/
+12
*
moved trunk, branches and tags to project root
jan.dittberner
2008-02-06
1
-0
/
+280