On 12/7/06, Mike Kienenberger <[EMAIL PROTECTED]> wrote:
Certain combinations of databases and field types don't work for optimistic locking if the application and the database don't store the data using the equivalent representations.
Note also that this is really a jdbc driver or database problem. The driver or database should perform the same rounding for the update set value and the qualifier value so that the two appear equal. There's no reasonable way for the application to know how the database internally converts values.
