On 29/10/10 14:53, Sören Meyer-Eppler wrote:
> The SOCI git version odbc backend contains a bug when parsing the sql
> statement to replace :name with ? prior to executing prepared
> statements. The function odbc_statement_backend::prepare in
> statement.cpp contains a parse state eInAccessDate whi
The SOCI git version odbc backend contains a bug when parsing the sql
statement to replace :name with ? prior to executing prepared
statements. The function odbc_statement_backend::prepare in
statement.cpp contains a parse state eInAccessDate which gets entered
when encountering a # character. The