Hello, I have a problem with latest 3.8.0.2 SQlite DLL (Win32). Some operations are very slow when my application is running inside debugger.
I am using SQlite in my Delphi XE2. When I try to debug my application, SQlite operatiosn are slow. When I run same EXE outside debugger, all runing fine and fast. When I switch DLL to version 3.7.17, all is fast in debugger too! For example, I have a table with cca 55000 records. My query is simple 'distinct' select outside indexes. Old version (and 3.8.0.2 outside debugger) returns data nearly instantly. But when I run it in debugger with DLL 3.8.0.2, it need cca 3s inside sqlite3_step. Have anyone some ideas? Thank you! -- Lukas Gebauer. http://synapse.ararat.cz/ - Ararat Synapse - TCP/IP Lib. http://geoget.ararat.cz/ - Geocaching solution _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

