Description: Field Names with accent (Spanish) change the letter with accent for several letters. Also in Query when its boolean, the condition would be -1 or <> -1 and for Firebird is TRUE o FALSE. Steps to Reproduce: 1.Would you like to migrate to Firebird now? 2. 3. Actual Results: Open a Form Expected Results: Error in ejecutivo Forms Reproducible: Always User Profile Reset: No Additional Info:
@Tim : please provide us with a test ODB file so that we can try and reproduce this. Additionally, there appear to be 2 separate problems here. Please only focus on one, change the title accordingly, and open a separate bug report for the "boolean value in a query" issue.
First the non-ascii characters. That was an issue and was supposedly fixed. https://bugs.documentfoundation.org/show_bug.cgi?id=117115 For the Booean question. HSQL didn't support boolean directly therefore the -1 or NOT -1, but Firebird does have an actual boolean type and migration assistant uses that for the migrated table. IIRC
@Drew : thanks, I see the fix for bug 117115 was only pushed to master and not backported to 6.1.x - as support for the migration and embedded Firebird is only experimental at the moment, I guess that is understandable. Let's set this to WFM then.
Ok. Thanks.