forked from praeclarum/sqlite-net
-
Notifications
You must be signed in to change notification settings - Fork 157
Open
Description
- The marshaling for the
sqlparameter should be switched fromUnmanagedType.LPStrtoUnmanagedType.LPWStr(source). - Here and here the
Prepare2calls should pass-1rather thanquery.Lengthto match the implementations on the other platforms (that parameter expects a number of bytes and I'm not sure usingquery.Lengthreturns the correct result).
I believe this fix was already done for all platforms including WinRT in commit 1c2b3c0. However, it looks like there was a conflict with commit 77662f8 and the WinRT fix was partially lost.
Adam Comella
Microsoft Corp.
Metadata
Metadata
Assignees
Labels
No labels