Hello,
I'm actually into porting SQLite 3 to QNX 6.3. Everything works fine, I also managed to build a TCL-Interpreter and run the SQLite-Tests. Most of them run without problems, but sometimes during execution (for example "where.test") I get the following error which causes succeeding tests to fail because the test data wasn't initialized.
Error: syntax error in expression "int(pow(2,$i))": extra tokens at end of expression
Am I missing something here, perhaps a mathematical extension for TCL ?
Best regards,
Michael