This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ronaldoussoren
Recipients ned.deily, ronaldoussoren, vajrasky
Date 2015-06-21.12:19:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1434889196.7.0.798037391292.issue24464@psf.upfronthosting.co.za>
In-reply-to
Content
<https://www.sqlite.org/c3ref/enable_shared_cache.html> appears to indicate that the function is deprecated on OSX 10.7 and iOS 5.0, but looking at the latest sources on sqlite.org that's not the case, the warning in the documentation appears to be for the version of SQLite that Apple ships with their systems.

Because of this I'm against merging this patch as is because it also affects anyone building using the upstream version of SQLite instead of the version shipped with OSX.

I'm -0 on suppressing the warning other ways, either by detecting that the build uses Apple's build of SQLite or by using pragma's to disable deprecation warnings for this functions.
History
Date User Action Args
2015-06-21 12:19:56ronaldoussorensetrecipients: + ronaldoussoren, ned.deily, vajrasky
2015-06-21 12:19:56ronaldoussorensetmessageid: <1434889196.7.0.798037391292.issue24464@psf.upfronthosting.co.za>
2015-06-21 12:19:56ronaldoussorenlinkissue24464 messages
2015-06-21 12:19:56ronaldoussorencreate