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

Reload fails: Column "file_name" not found #6

Open jeremyross opened 1 year ago

jeremyross commented 1 year ago

When attempting the reload command, I get:

Column "file_name" not found
DELETE FROM dbs_meta_files WHERE file_name=?

f96f0b3c31316c change the expected column name from file_path to file_name. But the column is still file_path.

wise-coders commented 1 year ago

Thank you for writing about this. We fixed the problem, pushed the change. Publishing the artifact fails. We are checking for a solution.