Re: [sqlite] Problems with TCL-Tests

2005-04-30 Thread D. Richard Hipp
On Sat, 2005-04-30 at 09:50 +0200, Michael Link wrote: > 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 ? > What you type above is a valid Tcl expression. It is part of the core l

[sqlite] Problems with TCL-Tests

2005-04-30 Thread Michael Link
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 t