On 10/1/16, Judson Lester <[email protected]> wrote: > I understand that this project doesn't produce go-sqlite3, but the > sqlite-bindings.c that project incorporates (and which is the origin of the > deprecation warning) do seem to be part of this project. If that's not so, > can you direct me to the true source so I can raise the issue there?
I stand corrected. "sqlite-bindings.c" is apparently a renamed copy of "sqlite3.c". I didn't remember that sqlite3.c had a call to OSAtomicCompareAndSwapPtrBarrier(). That only comes up on MacOS/iOS systems. I will investigate and figure out what Apple's recommended substitute for this is and add that to the next release. -- D. Richard Hipp [email protected] _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

