Home
last modified time | relevance | path

Searched refs:number (Results 1 – 25 of 198) sorted by relevance

12345678

/sqlite-3.40.0/tool/
H A Dspaceanal.tcl73 --version Show the version number of SQLite
719 the total number of pages in the file.
725 divided by the total number of pages in the file.
739 The total number of indices in the database.
796 payload divided by the number of entries.
802 all pages divided by the number of entries.
839 The total number of overflow pages used for this category.
845 total number of bytes on index pages.
851 total number of bytes on primary pages.
857 total number of bytes on overflow pages.
[all …]
/sqlite-3.40.0/test/
H A Dtkt-752e1646fc.test22 CREATE TABLE "test" ("letter" VARCHAR(1) PRIMARY KEY, "number" INTEGER NOT NULL);
23 INSERT INTO "test" ("letter", "number") VALUES('b', 1);
24 INSERT INTO "test" ("letter", "number") VALUES('a', 2);
25 INSERT INTO "test" ("letter", "number") VALUES('c', 2);
26 …SELECT DISTINCT "number" FROM (SELECT "letter", "number" FROM "test" ORDER BY "letter", "number" L…
H A Ddate3.test44 # timestamp - the number of seconds since 1970-01-01 00:00:00 UTC.
58 # interpreted as either a julian day number or a unix timestamp,
62 # 5373484.499999, then it is interpreted as a julian day number
99 # julian day number or unix timestamp formats are in use.
114 # interpreted not as a Julian day number as it normally would be, but as
115 # Unix Time - the number of seconds since 1970.
127 # time-value number to be interpreted as a julian-day number.
H A Dpercentile.test92 # Wrong number of arguments
96 } {1 {wrong number of arguments to function percentile()}}
99 } {1 {wrong number of arguments to function percentile()}}
105 } {1 {2nd argument to percentile() is not a number between 0.0 and 100.0}}
108 } {1 {2nd argument to percentile() is not a number between 0.0 and 100.0}}
111 } {1 {2nd argument to percentile() is not a number between 0.0 and 100.0}}
117 } {1 {2nd argument to percentile() is not a number between 0.0 and 100.0}}
120 } {1 {2nd argument to percentile() is not a number between 0.0 and 100.0}}
H A Dfts3query.test112 CREATE TABLE t1(number INTEGER PRIMARY KEY, date);
119 SELECT t1.number FROM t1, ft WHERE t1.number=ft.rowid ORDER BY t1.date
126 SELECT t1.number FROM ft, t1 WHERE t1.number=ft.rowid ORDER BY t1.date
133 SELECT t1.number FROM t1, bt WHERE t1.number=bt.rowid ORDER BY t1.date
140 SELECT t1.number FROM bt, t1 WHERE t1.number=bt.rowid ORDER BY t1.date
148 # Test that calling matchinfo() with the wrong number of arguments, or with
156 wrong number of arguments to function %s()
H A Dfunc2.test44 } {1 {wrong number of arguments to function SUBSTR()}}
47 } {1 {wrong number of arguments to function SUBSTR()}}
50 } {1 {wrong number of arguments to function SUBSTR()}}
249 } {1 {wrong number of arguments to function SUBSTR()}}
252 } {1 {wrong number of arguments to function SUBSTR()}}
255 } {1 {wrong number of arguments to function SUBSTR()}}
379 } {1 {wrong number of arguments to function SUBSTR()}}
382 } {1 {wrong number of arguments to function SUBSTR()}}
385 } {1 {wrong number of arguments to function SUBSTR()}}
H A De_fts3.test503 } {wrong number of arguments to function snippet()}
590 write_test 7.1.3 t7_content { INSERT INTO t7(docid, a) VALUES(4,'number four') }
596 } {{number four:letter D} {number five:letter E}}
599 SELECT * FROM t7 WHERE docid MATCH 'number'
602 SELECT * FROM t7 WHERE rowid MATCH 'number'
606 SELECT * FROM t7 WHERE a MATCH 'number' AND a MATCH 'four'
609 SELECT * FROM t7, t8 WHERE a MATCH 'number' AND a MATCH 'four'
615 SELECT * FROM t7, t8 WHERE a MATCH 'number' AND b MATCH 'letter'
616 } {{number four} {letter D} {number four} {letter E} {number five} {letter D} {number five} {letter…
618 SELECT * FROM t7 WHERE a MATCH 'number' AND docid = 4
[all …]
H A Dfunc.test48 } {1 {wrong number of arguments to function length()}}
52 } {1 {wrong number of arguments to function length()}}
161 } {1 {wrong number of arguments to function abs()}}
172 } {1 {wrong number of arguments to function abs()}}
176 } {1 {wrong number of arguments to function abs()}}
205 } {1 {wrong number of arguments to function round()}}
223 } {1 {wrong number of arguments to function round()}}
341 } {1 {wrong number of arguments to function upper()}}
965 } {1 {wrong number of arguments to function match()}}
1055 } {1 {wrong number of arguments to function trim()}}
[all …]
H A Dpageropt.test26 # A non-zero reserved_bytes value changes the number of pages in the
34 # (1) The number of page reads from the database
35 # (2) The number of page writes to the database
36 # (3) The number of page writes to the journal
37 # (4) The number of cache pages freed
H A Dcorrupt4.test58 # Get the page number for the trunk of the freelist.
70 # Insert a negative number as the number of leaves on the trunk.
122 # the second rightmost child page number of page 1 to 1.
H A Dselect4.test402 } {1 {SELECTs to the left and right of UNION ALL do not have the same number of result columns}}
407 } {1 {SELECTs to the left and right of UNION do not have the same number of result columns}}
708 } {1 {SELECTs to the left and right of UNION do not have the same number of result columns}}
715 } {1 {SELECTs to the left and right of UNION do not have the same number of result columns}}
736 } {1 {SELECTs to the left and right of EXCEPT do not have the same number of result columns}}
743 } {1 {SELECTs to the left and right of EXCEPT do not have the same number of result columns}}
784 } {1 {SELECTs to the left and right of EXCEPT do not have the same number of result columns}}
810 } {1 {SELECTs to the left and right of UNION do not have the same number of result columns}}
823 } {1 {SELECTs to the left and right of UNION do not have the same number of result columns}}
828 } {1 {SELECTs to the left and right of UNION do not have the same number of result columns}}
[all …]
H A Dctime.test138 } {1 {wrong number of arguments to function sqlite_compileoption_used()}}
163 } {1 {wrong number of arguments to function sqlite_compileoption_used()}}
184 } {1 {wrong number of arguments to function sqlite_compileoption_get()}}
189 } {1 {wrong number of arguments to function sqlite_compileoption_get()}}
H A Dsort4.test30 # number of auxiliary worker threads that a single prepared statement
43 # Minimum number of seconds to run for. If the value is 0, each test
140 # -rows N (number of rows to have sorter sort)
141 # -read N (number of rows to read out of sorter)
144 # -repeats N (number of times to repeat test)
H A De_insert.test161 # omitted then the number of values inserted into each row must be the
162 # same as the number of columns in the table.
165 # correct number of columns (for table a2, 3 columns) works. So these
195 # the number of values in each term of the VALUE list must match the
196 # number of specified columns.
259 # EVIDENCE-OF: R-63614-47421 If a column-list is specified, the number
260 # of columns in the result of the SELECT must be the same as the number
280 # the number of columns in the result of the SELECT must be the same as
281 # the number of columns in the table.
H A DmallocC.test35 # Run the SQL. Malloc number $::n is set to fail. A malloc() failure
51 # If $::n is greater than the number of malloc() calls required to
90 # The number of memory allocation failures is different on 64-bit
H A Dsqllimits1.test476 # N is the number of rows at the conclusion of the previous chain.
582 # EVIDENCE-OF: R-43996-29471 SQLITE_LIMIT_COLUMN The maximum number of
584 # maximum number of columns in an index or in an ORDER BY or GROUP BY
691 # limit is enforced. The limit refers to the number of terms in
747 # limit works as expected. The limit refers to the number of opcodes
757 # number of arguments on a function.
792 # EVIDENCE-OF: R-41778-26203 SQLITE_LIMIT_ATTACHED The maximum number of
819 # index number of any parameter in an SQL statement.
824 } "1 {variable number must be between ?1 and ?$::SQLITE_MAX_VARIABLE_NUMBER}"
H A Din.test423 } {1 {SELECTs to the left and right of UNION ALL do not have the same number of result columns}}
430 } {1 {SELECTs to the left and right of UNION do not have the same number of result columns}}
437 } {1 {SELECTs to the left and right of EXCEPT do not have the same number of result columns}}
444 } {1 {SELECTs to the left and right of INTERSECT do not have the same number of result columns}}
454 } {1 {SELECTs to the left and right of UNION ALL do not have the same number of result columns}}
461 } {1 {SELECTs to the left and right of UNION do not have the same number of result columns}}
468 } {1 {SELECTs to the left and right of EXCEPT do not have the same number of result columns}}
475 } {1 {SELECTs to the left and right of INTERSECT do not have the same number of result columns}}
489 } {1 {SELECTs to the left and right of UNION ALL do not have the same number of result columns}}
H A De_expr.test473 foreach {number name} $params {
474 set nm [sqlite3_bind_parameter_name $stmt $number]
475 do_test $tn.name.$number [list set {} $nm] $name
476 sqlite3_bind_int $stmt $number [expr -1 * $number]
519 # number creates a parameter with a number one greater than the largest
520 # parameter number already assigned.
522 # EVIDENCE-OF: R-42938-07030 If this means the parameter number is
596 # number assigned is one greater than the largest parameter number
633 # -- syntax diagram signed-number
1442 do_expr_test e_expr-27.2.4 { CAST(NULL AS number) } null {}
[all …]
H A Dnotify2.test217 # Count the total number of succesful writes.
236 # for this type of test. The number of CPU cycles per transaction is
237 # roughly proportional to the number of attempts made (i.e. one plus the
238 # number of SQLITE_BUSY or SQLITE_LOCKED errors that require the transaction
H A Ddelete3.test13 # large number of rows are deleted.
19 # Create a table that contains a large number of rows.
/sqlite-3.40.0/ext/rtree/
H A DrtreeA.test115 Wrong number of entries in %_rowid table - expected 0, actual 500
116 Wrong number of entries in %_parent table - expected 0, actual 23}}
193 Wrong number of entries in %_rowid table - expected 0, actual 499
194 Wrong number of entries in %_parent table - expected 0, actual 23}}
197 # Set the "number of entries" field on some nodes incorrectly.
H A Drtreecheck.test46 } {1 {wrong number of arguments to function rtreecheck()}}
50 } {1 {wrong number of arguments to function rtreecheck()}}
87 Wrong number of entries in %_rowid table - expected 5, actual 4}}
H A Drtree4.test32 # Return a floating point number between -X and X.
38 # Return a positive floating point number less than or equal to X
47 # For rtree_int_only, return an number between -X and X.
83 # Run these tests for all number of dimensions between 1 and 5.
/sqlite-3.40.0/ext/fts5/test/
H A Dfts5unicode3.test73 } {1 {wrong number of arguments to function fts5_isalnum}}
76 } {1 {wrong number of arguments to function fts5_fold}}
79 } {1 {wrong number of arguments to function fts5_fold}}
/sqlite-3.40.0/ext/rbu/
H A Drbucrash.test45 # Determine the number of steps in applying the rbu update to the test
48 # Check that the same number of steps are required to apply the rbu
88 # In total (nSync+1) tests are run, where nSync is the number of times

12345678