Topic: Parameters binding is broken in 0.55 [Fix attached]

For unicode version of Delphi, you need to replace:

SqliteDbv3_bind_parameter_name:function(stmt:pointer; idx:integer):pChar; cdecl;

with

SqliteDbv3_bind_parameter_name:function(stmt:pointer; idx:integer):pAnsiChar; cdecl;

Re: Parameters binding is broken in 0.55 [Fix attached]

Your fix has been included in the 0.56 version
Thanks for your contribution
Regards
Luc