History | Log In     View a printable version of the current page.  
We are currently focused especially on Moodle 2.0, Moodle 1.9.x bugs and Moodle 1.9.x testing.    Confused? Lost? Please read this introduction to the Tracker.
Issue Details (XML | Word | Printable)

Key: MDL-14784
Type: Sub-task Sub-task
Status: Resolved Resolved
Resolution: Fixed
Priority: Minor Minor
Assignee: Petr Škoda
Reporter: Petr Škoda
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Moodle
MDL-14679

adodb does not support blob and clob updates with bound parameters

Created: 12/May/08 01:10 AM   Updated: 16/May/08 02:43 PM
Component/s: Database SQL/XMLDB
Affects Version/s: 2.0
Fix Version/s: 2.0

Participants: Petr Škoda
Security Level: None


 Description  « Hide
Fortunately we do not use blob and clobs much yet, solutions are:
* stop using adodb
* fix adodb to accept params in UpdateBlob() and friends
* write function that emulates bound parameters - oh my

 All   Comments   Change History   Version Control      Sort Order: Ascending order - Click to sort in descending order
Petr Škoda - 13/May/08 07:09 AM
workaround in patch

Petr Škoda - 16/May/08 02:43 PM
should be working now :-)