Hi all, 

Seems that this: 


vacuumir wrote:
> 
> $result = Db_query('PRAGMA synchronous = FULL'); print_r($result);
> 

in fact did work - except I wasn't using a statement that actually returns
the changed state.. To confirm, I use this: 

$ress = Db_query('PRAGMA synchronous = FULL;'); print_r($ress); // prints 1
$ress = fetchFromDb('PRAGMA synchronous;', true); print_r($ress); //prints 2
(for FULL)

and subsequent updates, so far, have been OK... I hope it lasts :) 



-- 
View this message in context: 
http://www.nabble.com/PHP-Sqlite2---random-update-returns..-caching-problem--tp23235937p23236271.html
Sent from the SQLite mailing list archive at Nabble.com.

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to