SQLite

Nefunguje SET ako v MySQL funguje len pri UPDATE

pri tvorbe tabulky nesme by not null A TEXT INTEGER PRIMARY KEY musi byt velkym

$stmt = $file_db->prepare(„INSERT INTO messages (title, message, time) VALUES (:title, :message, :time)“);

Concat nefunguje namiesto toho || nieco || " " || nieco…

PDO … ->rowCount(); nefunguje

Podmienka

case when trash=0 then „Odtrániť“ else „Vrátiť“ end as trash

Date format

mySQL : DATE_FORMAT(strda­te, „%e. %c. %Y %k:%i“)
SQLite: strftime(„%d. %m. %Y“, insert_date)