Lines Matching refs:separator
140 # -separator 'x' set output field separator (|)
142 catchcmd "-separator 'x' test.db" ""
145 catchcmd "-separator x test.db" ""
148 set res [catchcmd "-separator" ""]
151 [regexp {Error: missing argument to -separator} $res]
432 # list Values delimited by .separator strings
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"
613 } {1 {Usage: .separator COL ?ROW?}}