Love Fuel?    Donate

FuelPHP Forums

Ask your question about FuelPHP in the appropriate forum, or help others by answering their questions.
Sqlite support
  • 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.
  • Most of the DB util methods are quite MySQL centric at the moment. We're going to switch DB layer in an upcoming version of Fuel to solve that issue.
  • Ok, I won't bother with a bug report if the DB layer is going to be changed anyway.

    Thanks.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion