Re: [SOCI-users] odbc backend SQL parsing bug

2010-10-31 Thread Mateusz Loskot
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

[SOCI-users] odbc backend SQL parsing bug

2010-10-29 Thread Sören Meyer-Eppler
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