Voting

: max(one, six)?
(Example: nine)

The Note You're Voting On

synnus
3 years ago
<?php
$db
->exec('PRAGMA journal_mode = wal;');
$db->exec('PRAGMA synchronous = NORMAL;');
$db->exec('PRAGMA schema.taille_cache = 16000;');
?>

<< Back to user notes page

To Top