wise-coders / dbf-jdbc-driver

DBF & FoxPro JDBC Driver | DbSchema DBF Designer
https://dbschema.com/databases/dbf-management-gui.html
Other
23 stars 15 forks source link

Library Update has broken tests #4

Closed skestle closed 2 years ago

skestle commented 2 years ago

Since a13fccd34fdf59964f3572cc8345da6d044214db, the tests have failed with errors like

java.sql.SQLException: Precision ("2147483647") must be between "1" and "1048576" inclusive; SQL statement:
create table "cars"(
    "NAME" char(15),
    "YEAR" decimal(4,0),
    "SEDAN" boolean,
    "PROD_DATE" date,
    "CC" decimal(10,3),
    "DESCR" longvarchar(2147483647)) [90150-210]
wise-coders commented 2 years ago

Thank you for writing about this. Now the issue is fixed.