sagarswathi / h2database

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

support ALTER TABLE ADD ... AFTER #401

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Presently H2 supports ALTER TABLE ADD ... BEFORE.  H2 should also support AFTER 
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 21 May 2012 at 11:47

GoogleCodeExporter commented 8 years ago
Added functionality in patch here:

http://gaul.org/files/h2_alter_table_add_after.patch

Google Code will not let me attach my patch due to:

Issue attachment storage quota exceeded.

Original comment by arg...@gmail.com on 26 Aug 2012 at 6:04

GoogleCodeExporter commented 8 years ago
Reattaching patch.  Anything else needed to push this upstream?

Original comment by arg...@gmail.com on 25 Oct 2012 at 6:35

Attachments:

GoogleCodeExporter commented 8 years ago
This issue was closed by revision r4549.

Original comment by noelgrandin on 12 Dec 2012 at 6:42