314parley / kfm

Automatically exported from code.google.com/p/kfm
0 stars 0 forks source link

Remove sqlite support #41

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Remove sqlite support, because it gives many errors with the sql command 
"alter table".  Version 1.4.4 do not run with sqlite.

Original issue reported on code.google.com by nilsfeld@gmail.com on 30 Dec 2009 at 11:49

GoogleCodeExporter commented 8 years ago
The tables were not updated to version 1.4.4

Original comment by nilsfeld@gmail.com on 30 Dec 2009 at 12:00

GoogleCodeExporter commented 8 years ago
fixed here:  http://code.google.com/p/kfm/source/detail?r=957

Original comment by nilsfeld@gmail.com on 30 Dec 2009 at 12:26

GoogleCodeExporter commented 8 years ago
specifically, what is removed is support for SQLite version 2; NOT SQLite 
version 3,
which is still supported through the PDO driver.

Original comment by kae.verens@gmail.com on 30 Dec 2009 at 1:36