todaysoftware
todaysoftware
Thanks for the reply :+1:. I have modified the filter on the index to use OR instead (a couple of dozen conditions covers most of our use cases fine). After...
Thanks for the information and the documentation was definitely helpful (I did actually find it a week or two ago as well). So understand much better the current way it...
I realised the SQL tracing was on so got copies of the SQL from both, however I notice that under 6RC it is showing the sql as = TRUE and...
Turns out that using the Firebird 2.5 provider still had problems as it would fail with conversion errors in certain circumstances. Based on the SQL traces from last time even...
I have created some scripts that show the problem (which can hopefully be adapted to add into the QA system) * 1-create-table.sql (creates the table and indexes) ~~* 2-create-data.sql (populates...
Looking at my build script it seems to be using slightly different arguments and it produces release versions - although is Visual Studio 2022 and latest cmake ``` cmake -A...