Skip to content

sqlite: fix segfault in expandedSQL

The call to sqlite3_expanded_sql() may return NULL depending on various factors. Handle this case instead of running into a segmentation fault.

Merge request reports

Loading