Searched refs:separator (Results 1 – 11 of 11) sorted by relevance
| /sqlite-3.40.0/test/ |
| H A D | windowC.test | 11 # 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 D | shell5.test | 44 # .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 D | shell1.test | 140 # -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 D | printf2.test | 122 # The "," separator
|
| H A D | windowB.test | 12 # and for varying separator handling by group_concat().
|
| H A D | func.test | 1186 # string, the separator that follows should still be present. 1199 # Ticket #3923. Initial empty strings have a separator. But initial
|
| H A D | pager1.test | 1110 # 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 D | shell.c.in | 1167 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 D | tester1.js | 141 separator: '------------------------------------------------------------', property 229 log(TestUtil.separator); 298 log(TestUtil.separator);
|
| /sqlite-3.40.0/contrib/ |
| H A D | sqlitecon.tcl | 70 $m add separator
|
| /sqlite-3.40.0/ |
| H A D | aclocal.m4 | 2057 # 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.
|