Subject Re: [Firebird-Java] Default Dialect on Connection
Author Roman Rokytskyy
Hi,

> Why would you recommend that we do not change the default for our own
> internal use? We were thinking of building a custom driver to fix the
> scale problem and set the default dialect...

Because you can easily specify that value in the connection properties
(and even JDBC URL), but if you change the sources you would need to
synchronize each and every bugfix we commit to the driver.

Roman