jangoslackgit / sqlite4java

Automatically exported from code.google.com/p/sqlite4java
0 stars 0 forks source link

Support methods with long sizes #70

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Appeared in sqlite 3.8.7
|sqlite3_bind_blob64|   https://www.sqlite.org/c3ref/bind_blob.html|
|sqlite3_bind_text64|   ||
|sqlite3_result_blob64| https://www.sqlite.org/c3ref/result_blob.html|
|sqlite3_result_text64| ||

Original issue reported on code.google.com by evj...@almworks.com on 28 Oct 2014 at 1:51