[freetds] tsql script file patch

Craig Berry craigberry at mac.com
Tue Feb 15 12:45:28 EST 2005


 
On Tuesday, February 15, 2005, at 10:14AM, Brian Bruns <brian.bruns at gmail.com> wrote:

>On second thought, I'll throw my vote to -i...we tend to track
>isql/sqsh options and it's a good point about header/footer.

I second this, and in any case, -f is already in use

	while ((opt = getopt(argc - 1, argv, "fhqtv")) != -1) {
		switch (opt) {
		case 'f':
			*opt_flags |= OPT_NOFOOTER;
			break;



More information about the FreeTDS mailing list