qizhiyi / sqlalchemy-migrate

Automatically exported from code.google.com/p/sqlalchemy-migrate
MIT License
0 stars 0 forks source link

IBM DB2 support #151

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
This is a basic patch for sqlalchemy-migrate-0.7.2 to support IBM DB2. With 
this patch, table name and column type can be changed.

This patch is dependent on ibm_db and ibm_db_sa, which can be found in 
http://code.google.com/p/ibm-db/. Please use the version supporting sqlalchemy 
0.7+.

Original issue reported on code.google.com by sb...@cn.ibm.com on 28 Sep 2012 at 7:37

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago

Original comment by sb...@cn.ibm.com on 23 Nov 2012 at 5:21

Attachments:

GoogleCodeExporter commented 8 years ago
thanks for the updated patch

Original comment by jan.ditt...@gmail.com on 23 Nov 2012 at 8:10

GoogleCodeExporter commented 8 years ago
Has this patch been merged and integrated into a published rpm? If not, is that 
work tracked somewhere?

Original comment by mattrie...@gmail.com on 3 Dec 2012 at 4:29

GoogleCodeExporter commented 8 years ago
The patch is not integrated yet, we don't have a DB2 installation for testing. 
Building RPMs is another topic that is usually handled by distribution 
packagers (read not by the sqlalchemy-migrate developers).

Original comment by jan.ditt...@gmail.com on 4 Dec 2012 at 9:39

GoogleCodeExporter commented 8 years ago
Adding docs sounds like a matter of time I will look into this. What would it 
take to add DB2 installation to your test environment is there anything 
blocking you? do you need help with anything? btw: 
http://www-01.ibm.com/software/data/db2/express-c/download.html

Original comment by dperaz...@gmail.com on 1 May 2013 at 2:34

GoogleCodeExporter commented 8 years ago
I run the test environment on a virtual machine on a private server with very 
limited resources. Adding databases not packaged for Debian and in the official 
repositories with security support is a no go for me. If somebody is interested 
in adding tests for commercial databases he needs to setup a test environment 
himself. I can not provide this.

Original comment by jan.ditt...@gmail.com on 4 May 2013 at 9:50

GoogleCodeExporter commented 8 years ago
We should close this issue, the latest DB2 patch for migrate is here:

https://review.openstack.org/#/c/55572/

Original comment by mattrie...@gmail.com on 5 Dec 2013 at 6:35