| /sqlite-3.40.0/tool/ |
| H A D | mkopcodeh.tcl | 82 set group($name) 0 103 group {set group($name) 1} 112 if {$group($name)} { 122 if {$prevName!="" && $group($prevName)} {
|
| /sqlite-3.40.0/ext/wasm/api/ |
| H A D | sqlite3-wasi.h | 16 int fchown(int fd, uid_t owner, gid_t group); 17 int fchown(int fd, uid_t owner, gid_t group){ in fchown() argument 18 return (fd && owner && group) ? 0 : 0; in fchown()
|
| /sqlite-3.40.0/vsixtest/ |
| H A D | vsixtest.tcl | 66 foreach group [split $groups \n] { 71 if {[regexp -- {\sS-1-5-32-544\s} $group]} then { 77 if {[regexp -- {\sEnabled group(?:,|\s)} $group]} then {
|
| /sqlite-3.40.0/test/ |
| H A D | tkt2192.test | 47 group by strftime('%Y-%m', date); 54 group by strftime('%Y-%m', date); 62 group by strftime('%Y-%m', date); 67 group by strftime('%Y-%m', date);
|
| H A D | tkt-ba7cbfaedc.test | 56 select * from t1 group by id order by id; 57 select * from t1 group by id order by id asc; 58 select * from t1 group by id order by id desc;
|
| H A D | tkt3508.test | 34 from modificationsTmp where c > 1 group by SUBSTRATE_HPRD_ID;
|
| H A D | tpch01.test | 163 group by 186 group by
|
| H A D | quota.test | 51 # quota-2.3.*: Open and close a db that is not part of any quota group. At 131 # are in the same quota group).
|
| H A D | conflict.test | 25 # Create tables for the first group of tests. 71 # Create tables for the first group of tests. 116 # Create tables for the first group of tests.
|
| H A D | conflict2.test | 25 # Create tables for the first group of tests. 71 # Create tables for the first group of tests. 116 # Create tables for the first group of tests.
|
| H A D | e_select.test | 1012 # expressions. Each row is then assigned to a "group" based on the 1014 # expressions are the same get assigned to the same group. 1070 # evaluated once for each group of rows as a boolean expression. If the 1071 # result of evaluating the HAVING clause is false, the group is 1077 # expression, it is evaluated across all rows in the group. 1083 # row from the group. 1134 # evaluated once for each group of rows. 1137 # expression, it is evaluated across all rows in the group. 1149 # arbitrarily chosen row from within the group. 1164 # EVIDENCE-OF: R-19334-12811 Each group of input dataset rows [all …]
|
| H A D | misc4.test | 153 from a, (select key,sum(period) from b group by key) as x
|
| H A D | main.test | 19 # Only do the next group of tests if the sqlite3_complete API is available
|
| H A D | memdb.test | 144 # Create tables for the first group of tests.
|
| H A D | multiplex.test | 371 # are in the same multiplex group).
|
| H A D | with1.test | 725 -- not in Alice's group, just to prove that they won't be selected. 730 -- Find all members of Alice's group, breath-first order
|
| H A D | avtrans.test | 856 # Repeat the following group of tests 20 times for quick testing and
|
| H A D | trans.test | 915 # Repeat the following group of tests 20 times for quick testing and
|
| H A D | tkt1449.test | 96 group by USERID, ISSUEID, ISSUENAME;
|
| H A D | misc1.test | 714 $group,:conc ap0,1)fro,(select"",:PBAG,c,a,b,b,c,a,b,c,e,d,d,c,a,b,b,c,d,d,c,a,b,c,e,d,c,d,c,a,b,c,…
|
| H A D | e_expr.test | 41 # precedence value. Operators that group more tightly
|
| H A D | fuzz-oss1.test | 317 group by d_DATEMONTH, t_TYPEEXPENSE;
|
| /sqlite-3.40.0/ext/wasm/common/ |
| H A D | testing.css | 43 .group-start { color: blue; } 44 .group-end { color: blue; }
|
| /sqlite-3.40.0/ext/wasm/ |
| H A D | GNUmakefile | 626 rsync -z -e ssh --ignore-times --chown=stephan:www-data --group -r \
|