I've been using FuelPHP for a while now and just started playing around with Sqlite. I saw a few forum entries indicating minimal support for Sqlite. I just tried converting a MySQL project to Sqlite and noticed that the list_columns() function throws an error with Fuel 1.3 and 1.4.
PDOException [ HY000 ]: SQLSTATE[HY000]: General error: 1 near "DESCRIBE": syntax error COREPATH/classes/database/pdo/connection.php @ line 232
Just wondering if I should submit a bug report or if Sqlite is not really supported.