[h2] Re: A negative scale value produces incorrect precision and scale values

2019-10-31 Thread Thomas Maurer
Thank you very much! -- 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 h2-database+unsubscr...@googlegroups.com. To view this discussion on the web visit

[h2] Re: A negative scale value produces incorrect precision and scale values

2019-10-31 Thread Evgenij Ryazanov
It was already fixed, you can build H2 from its current sources available on GitHub, if you wish. https://github.com/h2database/h2database https://h2database.com/html/build.html#building -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To

[h2] Re: A negative scale value produces incorrect precision and scale values

2019-10-31 Thread Thomas Maurer
Hi Evgenij Oracle supports scale values from -84 to 127 https://www.oracletutorial.com/oracle-basics/oracle-number-data-type/. Do you intend to fix the problem to maintain oracle compatibility? -- You received this message because you are subscribed to the Google Groups "H2 Database" group.

[h2] Re: A negative scale value produces incorrect precision and scale values

2019-10-29 Thread Evgenij Ryazanov
Hello. Scale should be unsigned according to the SQL Standard, so such definition is invalid. On the other hand, H2 supports the negative scale in numeric data types and such support was broken by accident. -- You received this message because you are subscribed to the Google Groups "H2