Where is this function Keith? I can find any information on it?
________________________________ From: sqlite-users <[email protected]> on behalf of František Kučera <[email protected]> Sent: Saturday, October 26, 2019 4:49:26 PM To: [email protected] <[email protected]> Subject: Re: [sqlite] Stream loading SQL script Dne 25. 10. 19 v 21:41 Keith Medcalf napsal(a): > The sqlite3 command line shell already does this. see function process_input Thanks, it helped. I see that it checks whether the input contains a semicolon and only then it calls sqlite3_complete(). So I implemented it in a similar way in C++. Franta _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

