Skip to content
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

SQLITE_MAX_* constants not part of SQLite API #17

Closed
rogerbinns opened this issue Dec 29, 2013 · 1 comment
Closed

SQLITE_MAX_* constants not part of SQLite API #17

rogerbinns opened this issue Dec 29, 2013 · 1 comment
Assignees

Comments

@rogerbinns
Copy link
Owner

From rogerbinns on June 30, 2008 14:40:43

See http://www.sqlite.org/cvstrac/tktview?tn=3195 They should either be removed or made conditional #ifdef

Original issue: http://code.google.com/p/apsw/issues/detail?id=17

@ghost ghost assigned rogerbinns Dec 29, 2013
@rogerbinns
Copy link
Owner Author

From rogerbinns on June 30, 2008 17:33:35

Fixed in r179 . Removed the SQLITE_MAX_ constants and documented a workaround to find
their values. The reason for removal is because we can't be sure the values are
correct. For example a shared library of SQLite could be compiled with one set of
values while we are compiled with a different set.

Status: Verified

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant