Protected again sql error.

Return better sql error message for sqlite3 storage.
This commit is contained in:
2017-03-03 18:53:11 +01:00
parent 2fc0c6f7b7
commit 7cde24a439
10 changed files with 29 additions and 25 deletions

View File

@@ -47,7 +47,7 @@ feature -- Access
sql_query (sql_select_comments_for_content, l_parameters)
sql_start
until
sql_after
sql_after or has_error
loop
if attached fetch_comment as obj then
Result.force (obj)