Home
last modified time | relevance | path

Searched refs:separator (Results 1 – 11 of 11) sorted by relevance

/sqlite-3.40.0/test/
H A DwindowC.test11 # Test cases for varying separator handling by group_concat().
71 WITH separator(x) AS (VALUES(',a,'),(',bc,')),
74 FROM separator, value;
79 WITH separator(x) AS (VALUES(',a,'),(',bc,')),
82 FROM separator, value;
H A Dshell5.test44 # .separator STRING Change separator used by output mode and .import
46 catchcmd "test.db" ".separator"
47 } {1 {Usage: .separator COL ?ROW?}}
49 catchcmd "test.db" ".separator ONE"
52 catchcmd "test.db" ".separator ONE TWO"
57 } {1 {Usage: .separator COL ?ROW?}}
59 # column separator should default to "|"
65 # row separator should default to "\n"
71 # set separator to different value.
76 list [regexp {separator: \",\"} $res]
[all …]
H A Dshell1.test140 # -separator 'x' set output field separator (|)
142 catchcmd "-separator 'x' test.db" ""
145 catchcmd "-separator x test.db" ""
148 set res [catchcmd "-separator" ""]
600 # .separator STRING Change column separator used by output and .import
602 catchcmd "test.db" ".separator"
603 } {1 {Usage: .separator COL ?ROW?}}
605 catchcmd "test.db" ".separator FOO"
608 catchcmd "test.db" ".separator ABC XYZ"
612 catchcmd "test.db" ".separator FOO BAD BAD2"
[all …]
H A Dprintf2.test122 # The "," separator
H A DwindowB.test12 # and for varying separator handling by group_concat().
H A Dfunc.test1186 # string, the separator that follows should still be present.
1199 # Ticket #3923. Initial empty strings have a separator. But initial
H A Dpager1.test1110 # character for the directory separator character are NOT counted as
1138 # directory separator character are NOT counted as part of the total
/sqlite-3.40.0/src/
H A Dshell.c.in1167 char colSepPrior[20]; /* Saved column separator */
1168 char rowSepPrior[20]; /* Saved row separator */
3265 ** Draw a horizontal separator for a MODE_Box table.
5509 ** with the option of having a separator other than ",".
8512 utf8_printf(p->out, "Column separator ");
8514 utf8_printf(p->out, ", row separator ");
10020 if( c=='s' && cli_strncmp(azArg[0], "separator", n)==0 ){
10022 raw_printf(stderr, "Usage: .separator COL ?ROW?\n");
11347 " -separator SEP set output column separator. Default: '|'\n"
11599 if( cli_strcmp(z,"-separator")==0
[all …]
/sqlite-3.40.0/ext/wasm/
H A Dtester1.js141 separator: '------------------------------------------------------------', property
229 log(TestUtil.separator);
298 log(TestUtil.separator);
/sqlite-3.40.0/contrib/
H A Dsqlitecon.tcl70 $m add separator
/sqlite-3.40.0/
H A Daclocal.m42057 # if the path contains ";" then we assume it to be the separator
2058 # otherwise default to the standard path separator (i.e. ":") - it is
7750 # associated separator.