Skip to content
  • Murray Cumming's avatar
    MySQL:Use MySQL syntax to change columns · ccf09aae
    Murray Cumming authored
    	* glom/libglom/connnectionpool_backends/mysql.cc:
    	MYSQL uses:
    	ALTER TABLE tablename CHANGE oldfieldname newfieldname oldfieldtype
    	to rename columns, instead of PostgreSQL's:
    	ALTER TABLE tablename RENAME oldfieldname TO newfieldname
    ccf09aae
To find the state of this project's repository at the time of any of these versions, check out the tags.