On 7 Sep 2014, at 7:19pm, Richard Hipp <[email protected]> wrote: > [email protected]> wrote: > >> Is it possible to change the fourth parameter in sqlite3_bind_XXX (and >> probably other locations) because this seems to be for me the appropriate >> type?! > > No. That would be a compatibility break.
To supplement Richard's answer, I understand that this problem will be solved in SQLite4, which can rely on size_t from the outset. Simon. _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

