[ODBC-53] SQL statements will be missed some parts and causes the query failed Created: 2016-09-08 Updated: 2017-03-09 Resolved: 2017-03-09 |
|
| Status: | Closed |
| Project: | MariaDB Connector/ODBC |
| Component/s: | None |
| Affects Version/s: | 1.0.6 |
| Fix Version/s: | 3.0.0, 2.0.13 |
| Type: | Bug | Priority: | Major |
| Reporter: | Su, Jun-Ming | Assignee: | Lawrin Novitsky |
| Resolution: | Done | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Windows 2008 R2 64 bits, IIS 7.5, ASP Classic |
||
| Description |
|
There is a simple schema 'test', a table 'test1', a column 'test1c' for char(10). There is one record '123' in 'test'.'test1' use ADODB RecordSet to retrieve data. set a = "123" it will produce the error 'near testc = '123 error' and if I debug for this problem by use response.write, the strange output occurs. set a = "123" the result is select test1c from test.tesmt1 where test1c = '123 once I add response.end after response.write sql, the result is the same. set a = "123" and the last time I comment out the rs, and sql statements will be fine. set a ="'123" select test1c from test.test1 where tect1c = '123'; why is the rs affect the sql statements? |
| Comments |
| Comment by Lawrin Novitsky [ 2017-03-09 ] |
|
I could not repeat the bug with current repo version and with 2.0.13, I assume it has been fixed already |