Home
last modified time | relevance | path

Searched refs:test_tbl (Results 1 – 25 of 48) sorted by relevance

12

/dports/games/corsix-th/CorsixTH-0.65.1/CorsixTH/Luatest/spec/
H A Dutility_spec.lua36 local res = serialize(test_tbl)
38 assert.same(test_tbl, res_tbl)
43 local res = serialize(test_tbl)
45 assert.same(test_tbl, res_tbl)
50 local res = serialize(test_tbl)
66 assert.equals(test_tbl[1], res_tbl[1])
71 local res = serialize(test_tbl, {max_depth=1})
75 res = serialize(test_tbl, {max_depth=2})
81 test_tbl[2] = test_tbl
89 test_tbl[2] = test_tbl
[all …]
/dports/databases/pglogical/pglogical-REL2_4_0/sql/
H A Dmatview.sql8 CREATE TABLE public.test_tbl(id serial primary key, data text);
14 INSERT INTO test_tbl VALUES (1, 'a');
18 INSERT INTO test_tbl VALUES (2, 'b');
22 SELECT * FROM test_tbl ORDER BY id;
27 SELECT * FROM test_tbl ORDER BY id;
34 INSERT INTO test_tbl VALUES (3, 'c');
40 INSERT INTO test_tbl VALUES (4, 'd');
48 INSERT INTO test_tbl VALUES (5, 'e');
56 SELECT * FROM test_tbl ORDER BY id;
61 SELECT * FROM test_tbl ORDER BY id;
[all …]
/dports/databases/pglogical/pglogical-REL2_4_0/expected/
H A Dmatview.out6 CREATE TABLE public.test_tbl(id serial primary key, data text);
20 INSERT INTO test_tbl VALUES (1, 'a');
22 INSERT INTO test_tbl VALUES (2, 'b');
29 SELECT * FROM test_tbl ORDER BY id;
43 SELECT * FROM test_tbl ORDER BY id;
64 INSERT INTO test_tbl VALUES (3, 'c');
72 INSERT INTO test_tbl VALUES (4, 'd');
87 INSERT INTO test_tbl VALUES (5, 'e');
102 SELECT * FROM test_tbl ORDER BY id;
123 SELECT * FROM test_tbl ORDER BY id;
[all …]
/dports/devel/rth/rth/api/
H A Dtest_api.php49 $test_tbl = TEST_TBL;
117 FROM $test_tbl
162 $test_tbl = TEST_TBL;
170 FROM $test_tbl
960 $test_tbl = TEST_TBL;
964 $q = "UPDATE $test_tbl
987 $test_tbl = TEST_TBL;
993 $q = "UPDATE $test_tbl
1036 FROM $test_tbl
1063 FROM $test_tbl
[all …]
H A Dtestset_api.php535 $test_tbl = TEST_TBL;
536 $f_test_id = $test_tbl .".". TEST_ID;
537 $f_test_name = $test_tbl .".". TEST_NAME;
559 FROM $ts_tbl, $test_tbl, $assoc_tbl
814 $test_tbl = TEST_TBL;
815 $f_test_id = $test_tbl .".". TEST_ID;
816 $f_project_id = $test_tbl .".". TEST_PROJ_ID;
824 FROM $test_tbl, $assoc_tbl
/dports/devel/spark/spark-2.1.1/sql/hive/src/test/resources/ql/src/test/queries/clientpositive/
H A Dppd_join4.q4 drop table if exists test_tbl ;
6 create table test_tbl (id string,name string);
8 insert into table test_tbl
14 (select id,name from (select id,name from test_tbl) t1 sort by id) t2
15 join test_tbl t3 on (t2.id=t3.id )
20 (select id,name from (select id,name from test_tbl) t1 sort by id) t2
21 join test_tbl t3 on (t2.id=t3.id )
/dports/devel/truc/truc_0.12.0/api/
H A Dtest_api.php47 $test_tbl = TEST_TBL;
115 FROM $test_tbl
158 $test_tbl = TEST_TBL;
166 FROM $test_tbl
1015 $test_tbl = TEST_TBL;
1019 $q = "UPDATE $test_tbl
1042 $test_tbl = TEST_TBL;
1048 $q = "UPDATE $test_tbl
1090 FROM $test_tbl
1850 $test_tbl = TEST_TBL;
[all …]
H A Dtestset_api.php435 $test_tbl = TEST_TBL;
436 $f_test_id = $test_tbl .".". TEST_ID;
437 $f_test_name = $test_tbl .".". TEST_NAME;
459 FROM $ts_tbl, $test_tbl, $assoc_tbl
677 $test_tbl = TEST_TBL;
678 $f_test_id = $test_tbl .".". TEST_ID;
679 $f_project_id = $test_tbl .".". TEST_PROJ_ID;
687 FROM $test_tbl, $assoc_tbl
/dports/devel/R-cran-repr/repr/tests/testthat/
H A Dtest_array_manipulation.r53 test_tbl <- tibble::as_tibble(test_df) globalVar
94 test_tbl <- tibble::as_tibble(test_df) globalVar
95 limited_tbl <- ellip_limit_arr(test_tbl)
116 limited_tbl <- ellip_limit_arr(test_tbl)
158 test_tbl <- tibble::as_tibble(test_df) globalVar
159 limited_tbl <- ellip_limit_arr(test_tbl)
181 limited_tbl <- ellip_limit_arr(test_tbl)
224 test_tbl <- tibble::as_tibble(test_df) globalVar
227 limited_tbl <- ellip_limit_arr(test_tbl)
249 limited_tbl <- ellip_limit_arr(test_tbl)
[all …]
/dports/devel/rth/rth/
H A Dtestset_add_page.php78 $test_tbl = TEST_TBL; variable
91 $query = "SELECT DISTINCT($f_test_type) FROM $test_tbl WHERE $f_deleted = 'N' AND $f_archived = 'N'…
119 …type, $f_priority, $f_test_id, $f_manual, $f_automated, $f_status FROM $test_tbl WHERE $f_test_typ…
149 …y, $f_test_id, $f_manual, $f_automated, $f_status, $f_area_tested FROM $test_tbl WHERE $f_deleted …
H A Dtest_csv_export.php24 $test_tbl = TEST_TBL; variable
39 $q = "SELECT * FROM $test_tbl WHERE $deleted = 'N' AND $archived = 'N'";
H A Dtest_workflow_csv_export.php25 $test_tbl = TEST_TBL; variable
42 $q = "SELECT * FROM $test_tbl WHERE $deleted = 'N' AND $archived = 'N'";
/dports/databases/postgresql-plv8js/plv8-3.0.0/sql/
H A Dplv8.sql213 CREATE TABLE test_tbl (i integer, s text); table
227 SELECT * FROM test_tbl;
229 CREATE FUNCTION return_sql() RETURNS SETOF test_tbl AS
261 ON test_tbl FOR EACH ROW
264 INSERT INTO test_tbl VALUES(100, 'ABC');
265 UPDATE test_tbl SET i = 101, s = 'DEF' WHERE i = 1;
266 DELETE FROM test_tbl WHERE i >= 100;
267 SELECT * FROM test_tbl;
/dports/devel/libmba/libmba-0.9.1/tcase/
H A Dtmba.c48 } test_tbl[] = { variable
170 for (ti = 0; test_tbl[ti].test; ti++) { in run_suite()
171 if (tnum == test_tbl[ti].num) { in run_suite()
175 if (test_tbl[ti].test == NULL) { in run_suite()
184 if (test_tbl[ti].test(flags > 1 ? flags : 0, cfg, (char **)row + 4) == 0) { in run_suite()
/dports/databases/postgresql-plv8js/plv8-3.0.0/expected/
H A Dplv8.out373 CREATE TABLE test_tbl (i integer, s text);
396 SELECT * FROM test_tbl;
405 CREATE FUNCTION return_sql() RETURNS SETOF test_tbl AS
452 ON test_tbl FOR EACH ROW
454 INSERT INTO test_tbl VALUES(100, 'ABC');
459 UPDATE test_tbl SET i = 101, s = 'DEF' WHERE i = 1;
464 DELETE FROM test_tbl WHERE i >= 100;
473 SELECT * FROM test_tbl;
553 var plan = plv8.prepare("SELECT * FROM test_tbl");
592 var plan = plv8.prepare("SELECT * FROM test_tbl");
[all …]
H A Dplv8_3.out373 CREATE TABLE test_tbl (i integer, s text);
396 SELECT * FROM test_tbl;
405 CREATE FUNCTION return_sql() RETURNS SETOF test_tbl AS
452 ON test_tbl FOR EACH ROW
454 INSERT INTO test_tbl VALUES(100, 'ABC');
459 UPDATE test_tbl SET i = 101, s = 'DEF' WHERE i = 1;
464 DELETE FROM test_tbl WHERE i >= 100;
473 SELECT * FROM test_tbl;
553 var plan = plv8.prepare("SELECT * FROM test_tbl");
592 var plan = plv8.prepare("SELECT * FROM test_tbl");
[all …]
H A Dplv8_4.out373 CREATE TABLE test_tbl (i integer, s text);
396 SELECT * FROM test_tbl;
405 CREATE FUNCTION return_sql() RETURNS SETOF test_tbl AS
452 ON test_tbl FOR EACH ROW
454 INSERT INTO test_tbl VALUES(100, 'ABC');
459 UPDATE test_tbl SET i = 101, s = 'DEF' WHERE i = 1;
464 DELETE FROM test_tbl WHERE i >= 100;
473 SELECT * FROM test_tbl;
553 var plan = plv8.prepare("SELECT * FROM test_tbl");
592 var plan = plv8.prepare("SELECT * FROM test_tbl");
[all …]
H A Dplv8_1.out373 CREATE TABLE test_tbl (i integer, s text);
396 SELECT * FROM test_tbl;
405 CREATE FUNCTION return_sql() RETURNS SETOF test_tbl AS
452 ON test_tbl FOR EACH ROW
454 INSERT INTO test_tbl VALUES(100, 'ABC');
459 UPDATE test_tbl SET i = 101, s = 'DEF' WHERE i = 1;
464 DELETE FROM test_tbl WHERE i >= 100;
473 SELECT * FROM test_tbl;
553 var plan = plv8.prepare("SELECT * FROM test_tbl");
592 var plan = plv8.prepare("SELECT * FROM test_tbl");
[all …]
H A Dplv8_2.out373 CREATE TABLE test_tbl (i integer, s text);
396 SELECT * FROM test_tbl;
405 CREATE FUNCTION return_sql() RETURNS SETOF test_tbl AS
452 ON test_tbl FOR EACH ROW
454 INSERT INTO test_tbl VALUES(100, 'ABC');
459 UPDATE test_tbl SET i = 101, s = 'DEF' WHERE i = 1;
464 DELETE FROM test_tbl WHERE i >= 100;
473 SELECT * FROM test_tbl;
553 var plan = plv8.prepare("SELECT * FROM test_tbl");
592 var plan = plv8.prepare("SELECT * FROM test_tbl");
[all …]
/dports/databases/pgpool-II-42/pgpool-II-4.2.3/src/test/regression/tests/071.execute_and_deallocate/
H A Dtest.sh47 CREATE TABLE test_tbl(id int, name text);
48 PREPARE test2 AS UPDATE test_tbl SET id =2;
/dports/databases/pgpool-II-40/pgpool-II-4.0.17/src/test/regression/tests/071.execute_and_deallocate/
H A Dtest.sh48 CREATE TABLE test_tbl(id int, name text);
49 PREPARE test2 AS UPDATE test_tbl SET id =2;
/dports/databases/pgpool-II-43/pgpool-II-4.3.0/src/test/regression/tests/071.execute_and_deallocate/
H A Dtest.sh48 CREATE TABLE test_tbl(id int, name text);
49 PREPARE test2 AS UPDATE test_tbl SET id =2;
/dports/databases/pgpool-II-41/pgpool-II-4.1.10/src/test/regression/tests/071.execute_and_deallocate/
H A Dtest.sh48 CREATE TABLE test_tbl(id int, name text);
49 PREPARE test2 AS UPDATE test_tbl SET id =2;
/dports/databases/pgpool-II-36/pgpool-II-3.6.28/src/test/regression/tests/071.execute_and_deallocate/
H A Dtest.sh48 CREATE TABLE test_tbl(id int, name text);
49 PREPARE test2 AS UPDATE test_tbl SET id =2;
/dports/databases/pgpool-II-37/pgpool-II-3.7.22/src/test/regression/tests/071.execute_and_deallocate/
H A Dtest.sh48 CREATE TABLE test_tbl(id int, name text);
49 PREPARE test2 AS UPDATE test_tbl SET id =2;

12