PDA

View Full Version : sqlite version in Qt



janus
5th February 2009, 12:59
Hi (dont know if this is the right forum)

why do they use sqlite 3.5.9 in the snapshot of qt 4.5 (http://doc.trolltech.com/main-snapshot/3rdparty.html#sqlite-version-3-5-9)? The current version is 3.6.10. The docs say


Qt minor releases usually follow the SQLite minor releases, while Qt patch releases follow SQLite patch releases.

Ok, "usually" does nor mean always. Is there a chance that there will be sqlite 3.6 in 4.5 release despite of the version currently in the snapshot version?

jpn
5th February 2009, 13:41
I heard a rumour that the guy who used to update 3rdparty left the company, thus some things aside phonon and webkit are slightly outdated.

janus
5th February 2009, 13:50
shame on him :)

lyuts
5th February 2009, 14:11
Well, if the usage of sqlite3.6.10 is vital for you then you can install it and tell Qt rto use OS's.

janus
5th February 2009, 15:18
Well, if the usage of sqlite3.6.10 is vital for you then you can install it and tell Qt rto use OS's.

thats what i am doing now. But i would prefer to use the build in version e.g. it's annoying for users if they cant rely on the common plugins.