Bug #33388 | MyODBC 5.1 / ADO unable to delete from a static server side cursor | ||
---|---|---|---|
Submitted: | 20 Dec 2007 3:14 | Modified: | 14 Feb 2008 16:36 |
Reporter: | Erica Moss | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | Connector / ODBC | Severity: | S2 (Serious) |
Version: | 5.1.1 | OS: | Windows (win xp sp 2) |
Assigned to: | Jess Balint | CPU Architecture: | Any |
Tags: | ADO adUseServer adOpenStatic Delete SQL_DELETE |
[20 Dec 2007 3:14]
Erica Moss
[20 Dec 2007 3:54]
Erica Moss
Added test case for this to the ADO conformance test suite: /trunk/tests/bugs/33388.vbs
[31 Dec 2007 21:01]
Jess Balint
bugfix
Attachment: x8.txt (text/plain), 2.45 KiB.
[2 Jan 2008 4:58]
Jess Balint
updated patch, also changes fix for bug#29765, and consolidates test cases
Attachment: x10.txt (text/plain), 5.67 KiB.
[9 Jan 2008 18:27]
Jess Balint
updated patch, fix test not to mix SQLFetch/SQLFetchScroll (iODBC doesn't allow it...)
Attachment: bug33388.diff (application/octet-stream, text), 5.85 KiB.
[24 Jan 2008 2:15]
Jess Balint
Patch committed as rev1009 and will be released in 5.1.2.
[14 Feb 2008 16:36]
MC Brown
A note has been added to the 5.1.2 changelog: When deleting rows from a static cursor, the cursor position would be incorrectly reported.