[sqlite] Sqlite good on Windows XP but very very slow on Windows Seven

2015-10-21 Thread Richard Hipp
On 10/20/15, Graham Holden wrote: > This sounds like the same issue that Rob van der Stel faced back in > March this year (the relevant conversation was 24th-31st). > > In a savage summary of Keith Medcalf's excellent final word (posted > 26th March 2015): Windows XP does not have the necessary op

[sqlite] Problem with sqlite3_create_function

2015-10-21 Thread Hick Gunter
Can you reproduce the problem using the sqlite shell? You can access the SQLite machine instructions by issuing .explain Explain You should see something similar to: asql> explain select XXX(Field1), XXX(Field2) from table1; addr opcode p1p2p3p4 p5 comment ---

[sqlite] Sqlite good on Windows XP but very very slow on Windows Seven

2015-10-21 Thread Graham Holden
This sounds like the same issue that Rob van der Stel faced back in March this year (the relevant conversation was 24th-31st). In a savage summary of Keith Medcalf's excellent final word (posted 26th March 2015): Windows XP does not have the necessary option for applications (such as SQLite) to FO