Topic: sqlite related bug in 1.3-dev changeset 925
I downloaded changeset 925 and found errors with use of sqlite.
in folder dblayer both sqlite.php and pgsql.php lack the function 'query_build'.
in install.php for both sqlite and pgsql at the part of creating table 'users' the fields 'format_time' and 'format_date' should be 'time_format' and 'date_format'.