kapilratnani / django_hana

[Discontinued] Django db backend for SAP HANA
BSD 3-Clause "New" or "Revised" License
20 stars 13 forks source link

SYNCDB #9

Closed alexgv closed 11 years ago

alexgv commented 11 years ago

Running ./manage.py dbshell gives "Error: You appear not to have the 'hdbsql' program installed or on your path." So I am not sure of a good way to alter tables.

kapilratnani commented 11 years ago

Use hdbstudio or if you've the jdbc drivers use sql squirrel. Even if you have hdbsql, it doesn't works properly anyway. I'll remove the class that implement this functionality soon.

kapilratnani commented 11 years ago

Also, syncdb doesn't issue alter table statements. Which you might've realized by now.