/* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
// This file tests support for the fts3 (full-text index) module.
var tests = [test_table_creation, test_insertion, test_selection];
function run_test() { // It's extra important to start from scratch, since these tests won't work // with an existing shared cache connection, so we do it even though the last // test probably did it already.
cleanup();
try { for (var i = 0; i < tests.length; i++) {
tests[i]();
}
} finally { // It's extra important to clean up afterwards, since later tests that use // a shared cache connection will not be able to read the database we create, // so we do this in a finally block to ensure it happens even if some of our // tests fail.
cleanup();
}
}
Messung V0.5 in Prozent
¤ Dauer der Verarbeitung: 0.11 Sekunden
(vorverarbeitet am 2026-06-06)
¤
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.