Hi,
I'm using the H2 database with the DATABASE_TO_UPPER=false flag. Now i have 
the situation that i need to rename a table from camel case to upper case. 
This fails with an "table already exists" exception. For example with the 
following statement:
"ALTER TABLE someTableName RENAME TO SOMETABLENAME". 

Now i've checked the H2 sources and realized that this could be fixed maybe 
by changing the code in the "AlterTableRename" class (maybe the same for 
AlterColumn.... havent checked yet).

Now i have the following questions:
  - Would this be something that you want to support (Renaming the case of 
a table when using DATABASE_TO_UPPER=false. Like: "table_Name" to 
"TABLE_NAME")
  - If i provide a patch for that, is it realistic that the change will 
find its way into an H2 release?
  - Or do you say that this will be never supported like that


Kind regards,
Michael

-- 
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/h2-database.
For more options, visit https://groups.google.com/d/optout.

Reply via email to