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

Create a new release #131

Closed
4brunu opened this issue Jul 18, 2017 · 6 comments
Closed

Create a new release #131

4brunu opened this issue Jul 18, 2017 · 6 comments
Assignees
Labels

Comments

@4brunu
Copy link
Contributor

4brunu commented Jul 18, 2017

Hi, the last release was almost a year ago, and in the master branch there are some new features and bug fixes.
Would you consider creating a new release?
This is important to me, because in my team we prefer to checkout specific releases and not commit's directly.
Thanks

@SRombauts
Copy link
Owner

Yes, sure, you are right about this!

@SRombauts SRombauts self-assigned this Jul 18, 2017
@SRombauts
Copy link
Owner

Wanted to update SQLite to 3.19 before the 2.1.0 release, so I hit issue #125

@4brunu
Copy link
Contributor Author

4brunu commented Jul 18, 2017

Makes sense fix that issue before the release

@SRombauts
Copy link
Owner

SRombauts commented Jul 18, 2017

@4brunu let me know if the 2.1.0 release is working for you, I got it working for me but needed to use a new CMake variable SQLITE_USE_LEGACY_STRUCT that the user can set to enable a SQLITE_USE_LEGACY_STRUCT compile flag (OFF by default) to use with SQLite <3.19

Edit: so you have to set this flag to ON to use an older SQLite3 library. Something like:

cd build 
cmake -DSQLITE_USE_LEGACY_STRUCT=ON - DCMAKE_BUILD_TYPE=Release ..
make

@4brunu
Copy link
Contributor Author

4brunu commented Jul 18, 2017

@SRombauts It works for me, thanks!

@SRombauts
Copy link
Owner

Thanks!

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

No branches or pull requests

2 participants