On Wed, 2007-02-07 at 10:04 +0200, Daniel-Constantin Mierla wrote: > unixodbc:SQLExecDirect, rv=-1. Query= select table_version from version > where table_name='subscriber > unixodbc:SQLExecDirect=HY000:1:1: Msg 105, Level 15, State 1, Server > SQL1, Line 1 Unclosed quotation mark before the character string > 'subscriber'. > > seems that is missing a single quote after table name. This should not > be related to escape/unescape stuff.
Well, do the test : with or without the patch I posted to tracker (replaces calls to escape_common in unixodbc by strcpy). _______________________________________________ Devel mailing list [email protected] http://openser.org/cgi-bin/mailman/listinfo/devel
