#!sqlite3 # # 2025-12-28 # # The author disclaims copyright to this source code. In place of # a legal notice, here is a blessing: # # May you do good and not evil. # May you find forgiveness for yourself and forgive others. # May you share freely, never taking more than you give. # #*********************************************************************** # # Test cases for the ".import" command of the CLI. # To run these tests: # # ./sqlite3 test/import01.sql # .testcase setup .open :memory: .mode tty .check '' .testcase 100 CREATE TABLE t1(a,b,c); .import -csv <