﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
10693,Bug in dbDelta,arena,ryan,"Once i created a table for a plugin.

Then i updated the plugin, modifying, adding and changing the order of the columns (just for code readability, as no effect on how the table is created) in the CREATE TABLE.

This last point resulted in a misinterpretation of what i intended to do by dbDelta code.

When the columns of the table to update are not in the same order than the original table, 
dbDelta : 

* considers it is a new column,
* generates a (ALTER TABLE ... ADD COLUMN ...) instead of a (ALTER TABLE ... CHANGE COLUMN ...)
* should return an error but can't get the caller (2.8.4)

",defect (bug),closed,normal,,Database,2.8.5,major,maybelater,dev-feedback,
