wangboo/erlang-mysql-driver

Patches for handling of length coded binary fields and insert ID returned from mysql

Opened this issue · 1 comments

Two patches are attached. One fixes the handling of length coded binary
values. The other adds the insert id returned by mysql to the mysql_result
record.

Original issue reported on code.google.com by wayne.c....@gmail.com on 16 Sep 2008 at 7:03

Attachments:

Another patch that fixes a problem with the other patches. If an error is 
return by
mysql, a Fieldcount of 255 would not match any of the get_lcb clauses.

Original comment by wayne.c....@gmail.com on 16 Sep 2008 at 8:02

Attachments: