| /sqlite-3.40.0/test/ |
| H A D | date.test | 223 datetest 4.1 {date('now')} {2006-09-01} 311 datetest 7.2 {datetime('now',null)} NULL 312 datetest 7.3 {datetime('now','localtime',null)} NULL 314 datetest 7.5 {time('now',null)} NULL 315 datetest 7.6 {time('now','localtime',null)} NULL 317 datetest 7.8 {date('now',null)} NULL 318 datetest 7.9 {date('now','localtime',null)} NULL 320 datetest 7.11 {julianday('now',null)} NULL 322 datetest 7.13 {strftime(null,'now')} NULL 324 datetest 7.15 {strftime('%s','now',null)} NULL [all …]
|
| H A D | date2.test | 32 INSERT INTO t1(x,y) VALUES('now','two'); 54 INSERT INTO t2(x,y) VALUES(3, 'now'); 64 UPDATE t3 SET b='now' WHERE a=500; 89 UPDATE t4 SET b='now' WHERE a=500; 101 INSERT INTO t4(a,b) VALUES(9999,'now'); 139 CREATE TABLE t600(a REAL CHECK( a<julianday('now') )); 150 INSERT INTO t601(a,b) VALUES(10, 'now'); 153 INSERT INTO t600(a) VALUES(julianday('now')+10); 159 CREATE INDEX t610x1 ON t610(julianday('now')+b); 168 INSERT INTO t611(a,b) VALUES('now',10.0); [all …]
|
| H A D | tkt-bd484a090c.test | 21 lindex [catchsql { SELECT datetime('now', 'localtime') }] 0 24 lindex [catchsql { SELECT datetime('now', 'utc') }] 0 30 catchsql { SELECT datetime('now', 'localtime') } 33 catchsql { SELECT datetime('now', 'utc') }
|
| H A D | pager2.test | 83 set now [db one {SELECT count(i) FROM t1}] 86 set lowpoint $now 96 if {$now > $x } { 103 } elseif {$now < $x} { 104 for {set k $now} {$k < $x} {incr k} {
|
| H A D | collate9.test | 147 # Modify the "reverse sort" collation so that it now sorts in the same 153 # The integrity check should now fail because the indexes created using 166 # Integrity check should now pass.
|
| H A D | misuse.test | 69 # but that has changed. The following tests used to cause errors but now 102 # But now this is acceptable. 134 # But now this is acceptable.
|
| H A D | savepointfault.test | 127 DROP TABLE t3; -- Page 5 of the database file is now free. 128 DROP TABLE t2; -- Page 4 of the database file is now free.
|
| H A D | fts2token.test | 49 # 3: Test that the value returned for tokenizer 'blah' is now the 52 # 4: Test that it is now possible to create an fts2 table using
|
| H A D | e_vacuum.test | 120 # e_vacuum-1.2.2 - Verify that t1 and its indexes are now quite fragmented. 122 # e_vacuum-1.2.4 - Verify that t1 and its indexes are now much 222 # Update 2019-01-07: Rowids are now preserved by VACUUM.
|
| H A D | tkt3791.test | 22 CREATE TABLE t1(x, y DEFAULT(datetime('now')));
|
| /sqlite-3.40.0/ext/wasm/ |
| H A D | batch-runner.js | 133 metrics.evalSqlEnd = performance.now(); 179 const t = performance.now(); 206 metrics.evalSqlStart = performance.now(); 217 metrics.evalSqlStart = performance.now(); 222 t = performance.now(); 224 metrics.malloc = performance.now() - t; 228 t = performance.now(); 231 metrics.strcpy = performance.now() - t; 236 t = performance.now(); 247 t = performance.now(); [all …]
|
| H A D | scratchpad-wasmfs-main.js | 48 const startTime = performance.now(); 58 const n = performance.now(); 61 stdout(banner2,f.name+"() took ",(performance.now() - n),"ms"); 66 stdout("Total test time:",(performance.now() - startTime),"ms");
|
| H A D | test-opfs-vfs.js | 55 bind: [performance.now() | 0, 56 (performance.now() |0) / 2, 57 (performance.now() |0) / 4]
|
| H A D | demo-jsstorage.js | 74 bind: [performance.now() >> 0, 75 (performance.now() * 2) >> 0, 76 (performance.now() / 2) >> 0],
|
| H A D | demo-worker1.js | 67 logHtml("","Total test count:",T.counter+". Total time =",(performance.now() - startTime),"ms"); 76 (performance.now() - ev.departureTime),"ms.", 97 departureTime: performance.now() 284 startTime = performance.now();
|
| H A D | tester1.js | 250 const tc = TestUtil.counter, now = performance.now(); 252 const then = performance.now(); 253 runtime += then - now; 256 roundMs(then-now),'ms'); 294 const now = performance.now(); 296 runtime += performance.now() - now;
|
| H A D | demo-worker1-promiser.js | 33 logHtml("","Total test count:",T.counter+". Total time =",(performance.now() - startTime),"ms"); 73 startTime = performance.now();
|
| /sqlite-3.40.0/ext/wasm/api/ |
| H A D | sqlite3-opfs-async-proxy.js | 185 const t = performance.now(); 208 log("Got sync handle for",fh.filenameAbs,'in',performance.now() - t,'ms'); 294 __mTimer.start = performance.now(); 300 metrics[__mTimer.op].time += performance.now() - __mTimer.start 306 __wTimer.start = performance.now(); 311 metrics[__wTimer.op].wait += performance.now() - __wTimer.start 661 const t = performance.now(); 686 metrics.s11n.deserialize.time += performance.now() - t; 690 const t = performance.now(); 722 metrics.s11n.serialize.time += performance.now() - t;
|
| H A D | sqlite3-api-opfs.js | 363 const t = performance.now(); 368 metrics[op].wait += performance.now() - t; 476 const t = performance.now(); 501 metrics.s11n.deserialize.time += performance.now() - t; 518 const t = performance.now(); 550 metrics.s11n.serialize.time += performance.now() - t; 655 opTimer.start = performance.now(); 660 metrics[opTimer.op].time += performance.now() - opTimer.start
|
| H A D | sqlite3-api-worker1.js | 607 const arrivalTime = performance.now(); 641 workerRespondTime: performance.now(),
|
| /sqlite-3.40.0/ext/lsm1/lsm-test/ |
| H A D | lsmtest_util.c | 218 struct timeval now; in testTimeGet() local 219 gettimeofday(&now, 0); in testTimeGet() 221 (((int)now.tv_sec - (int)zero_time.tv_sec)*1000) + in testTimeGet() 222 (((int)now.tv_usec - (int)zero_time.tv_usec)/1000); in testTimeGet()
|
| /sqlite-3.40.0/src/ |
| H A D | test_thread.c | 378 Tcl_Time now; in clock_seconds_proc() local 379 Tcl_GetTime(&now); in clock_seconds_proc() 380 Tcl_SetObjResult(interp, Tcl_NewIntObj(now.sec)); in clock_seconds_proc()
|
| /sqlite-3.40.0/doc/ |
| H A D | json-enhancements.md | 36 worked that way for 6 years and changing it now would likely break 132 The JSON interface is now moved into the SQLite core. 140 After these enhancements, the JSON functions are now built-ins.
|
| H A D | trusted-schema.md | 109 with additional columns. The columns now are: 122 8. The function\_list PRAGMA now also shows all entries for each function.
|
| /sqlite-3.40.0/ext/userauth/ |
| H A D | user-auth.txt | 64 /* Database is now usable */ 72 /* Database is now usable */
|