josefmezera / h2database

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

Oracle compatibility mode: incorrect scale behavior #527

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
H2 should be setting convertOnlyToSmallerScale = true when emulating Oracle, 
just like it does for HSQLDB.

Patch with tests will be ready as soon as the patch for issue 522 (which adds a 
TestOracleMode test class) is applied to trunk.

Original issue reported on code.google.com by djgred...@gmail.com on 18 Nov 2013 at 9:07

GoogleCodeExporter commented 9 years ago
Attaching patch. The patch also removes some duplicate words from the 
dictionary and fixes a couple of checkstyle issues in the Oracle compat test 
class.

Original comment by djgred...@gmail.com on 22 Nov 2013 at 5:21

Attachments:

GoogleCodeExporter commented 9 years ago
Thank you, patch applied in revision 5308

Original comment by noelgrandin on 22 Nov 2013 at 7:20