PDA

View Full Version : what sqlite version the Qt use



rosenth
14th June 2010, 17:19
hi. i created a sqlite database using SQLITE manager (firefox extension), but this manager always show verson 3.6.16.1 of sqlite. i need foreign key constraint that introduced in 3.16.19 and above. what version of sqlite will be used in Qt 4.6? should i install sqlite in windows?

wysota
14th June 2010, 17:40
You can use any version of sqlite you want, it's just a matter of providing Qt with a proper dll at runtime.