Seeing that in LO 6.3.0 the migration from HSQLDB to Firebird seemed to have problems corrected with numeric and decimal errors I charged ahead with conversions of my very simple database files.
I have now run into a problem with some queries that contain date criterion. I am getting this error ----
The data content could not be loaded.
firebird_sdbc error:
*Dynamic SQL Error
*SQL error code = -104
*Token unknown - line 1, column 591
*‘2019-01-01’
caused by
‘isc_dsql_prepare’
The criterion entered is ---- >= #01/01/2019#
Obviously something has changed with the date syntax and/or sql.
Any help would be appreciated.