On 8/3/17, Ulrich Telle <[email protected]> wrote: > > The description of the new pointer-passing interface gives the impression > that restricting the pointer type parameter to static strings or literals > prevents misuse of the new feature. And that is definitely not the case. It > might be a hurdle for unsophisticated developers, but not for the > experienced ones. >
The documentation has now been adjusted to try to make it clear that the static string requirement simply makes misuse of the interface more difficult, not impossible. -- D. Richard Hipp [email protected] _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

