null values in edbi giving machine-level exception
- Posted by Anthill Nov 23, 2010
- 1276 views
I am having some problems in edbi with NULL values against sqlite3 db.
The error message I get is:
/usr/share/euphoria/edbi/edbi/edbi.e:514 in function next() A machine-level exception occurred during execution of this statement
This occurs while running:
data = edbi:query_rows(sql)
I know that the query works since it works using firefoxes sqlite manager. Any help appreciated.