SQLite 3.8.1 compiled with SQLITE_OMIT_FLAG_PRAGMAS #defined calls 
sqlite3_busy_timeout() for all flag pragmas.

Example:

  PRAGMA legacy_file_format=100;

should do nothing but sets

  sqlite3_busy_timeout(db, 100);

The change was introduced here:

  
http://www.sqlite.org/src/artifact/249742bd762770e5e6e5b67cfcb2fa33339b1049?ln=1960

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

Reply via email to