Skip to content

use sqlite3_trace_v2 #517

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Oct 15, 2016
Merged

use sqlite3_trace_v2 #517

merged 2 commits into from
Oct 15, 2016

Conversation

jberkel
Copy link
Collaborator

@jberkel jberkel commented Oct 9, 2016

No description provided.

@jberkel jberkel changed the base branch from master to swift3-mariotaku October 9, 2016 16:08
@jberkel jberkel changed the title [WIP] use sqlite3_trace v2 [WIP] use sqlite3_trace_v2 Oct 9, 2016
@jberkel jberkel mentioned this pull request Oct 9, 2016
@iNoles
Copy link

iNoles commented Oct 9, 2016

we could do like

#if swift(>=2.3)
// this compiles on Xcode 8 / Swift 2.3 / iOS 10
#else
// this compiles on Xcode 7 / Swift 2.2 / iOS 9
#endif

@jberkel
Copy link
Collaborator Author

jberkel commented Oct 9, 2016

@iNoles this won't do but gave me the idea to exclude osx via conditional compilation.

@jberkel jberkel changed the title [WIP] use sqlite3_trace_v2 use sqlite3_trace_v2 Oct 9, 2016
@jberkel jberkel changed the base branch from swift3-mariotaku to master October 11, 2016 14:48
@jberkel jberkel merged commit dc1b0c4 into master Oct 15, 2016
@jberkel jberkel deleted the sqlite3_trace_v2 branch October 15, 2016 10:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants