mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
make sqlite3 executable required and add test-cases for errors
logging: table does not contain all required columns (when extending data structures) input: table does not contain all required columns (when extending data structure), wrong sql statement
This commit is contained in:
parent
6036872faa
commit
2ad67643c0
9 changed files with 225 additions and 2 deletions
|
@ -0,0 +1,6 @@
|
|||
>>>
|
||||
error: ../ssh/Input::READER_SQLITE: Init failed
|
||||
error: ../ssh/Input::READER_SQLITE: Required field vh not found after SQLite statement
|
||||
error: ../ssh/Input::READER_SQLITE: SQLite call failed: no such column: g
|
||||
error: ../ssh/Input::READER_SQLITE: terminating thread
|
||||
received termination signal
|
Loading…
Add table
Add a link
Reference in a new issue