Vaibhav95g / h2database

Automatically exported from code.google.com/p/h2database
0 stars 0 forks source link

support ALTER TABLE MODIFY #418

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Presently H2 supports ALTER TABLE ALTER.  H2 should also support MODIFY for 
compatibility with MySQL:

http://dev.mysql.com/doc/refman/5.1/en/alter-table.html

Original issue reported on code.google.com by arg...@gmail.com on 26 Aug 2012 at 5:09

GoogleCodeExporter commented 9 years ago
I would like to submit a patch for consideration that adds support for MODIFY 
albeit without support for column reordering.

I wrote the code, it's mine, and I'm contributing it to H2 for distribution 
multiple-licensed under the H2 License, version 1.0, and under the Eclipse 
Public License, version 1.0 (http://h2database.com/html/license.html).

Original comment by vkosk...@groupon.com on 5 Feb 2013 at 12:07

Attachments:

GoogleCodeExporter commented 9 years ago
Fixed in revision 4660

Original comment by noelgrandin on 8 Feb 2013 at 8:25