mixxxdj / buildserver

Tools for managing the Mixxx build server and build VMs.
12 stars 23 forks source link

Upgraded to sqlite 3.31 from 3.13. (This is the one in use in QT 5.14.2) #89

Open JosepMaJAZ opened 4 years ago

JosepMaJAZ commented 4 years ago

This pull request upgrades the sqlite implementation from 3.13 to 3.31. This is the current version as of today and is used in QT 5.14.2.

I initially upgraded because I had a problem running Mixxx compiled in debug, but I solved it making it an explicit initialization of the library on Mixxx code. Anyway, I guess it is worth upgrading.