Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Retire github mirror, repo moved to opendevHEADmaster | Jim Rollenhagen | 2019-09-26 | 1 | -42/+0 |
| | |||||
* | drop SQLAlchemy < 0.6 compatibility code | Jan Dittberner | 2011-10-28 | 1 | -8/+4 |
| | |||||
* | applying patch for issue #61 by Michael Bayer | iElectric | 2009-07-13 | 1 | -1/+2 |
| | |||||
* | add support for SA 0.6 by Michael Bayer | iElectric | 2009-06-29 | 1 | -4/+5 |
| | |||||
* | use sqlalchemy preparer to do SQL quote formatting. this is a raw change, ↵ | iElectric | 2009-06-11 | 1 | -18/+5 |
| | | | | tests are yet to be written | ||||
* | make migrate.changeset.databases PEP-8 clean and add it to the API docs | jan.dittberner | 2009-01-25 | 1 | -23/+32 |
| | |||||
* | fixes to postgres, shell. removal of "run" module. | percious17 | 2008-12-02 | 1 | -5/+20 |
| | |||||
* | now all databases are running at once. | percious17 | 2008-12-02 | 1 | -0/+1 |
| | |||||
* | all tests pass with postgres now | percious17 | 2008-12-02 | 1 | -13/+11 |
| | |||||
* | most of the tests are now working with nose. | percious17 | 2008-12-02 | 1 | -1/+2 |
| | |||||
* | missed a postgres identifier quoting on renaming | percious17 | 2008-11-27 | 1 | -1/+2 |
| | |||||
* | added hook functions which allow the dialects to specify how to indicate ↵ | percious17 | 2008-11-26 | 1 | -2/+11 |
| | | | | | identifiers, as this is different in postgres. Also, this fix includes a fix for modification of columns which have tables definied within a schema. This was also broken in postgres. | ||||
* | moved trunk, branches and tags to project root | jan.dittberner | 2008-02-06 | 1 | -0/+23 |
fixes Issue #5 |