no such table
This is more in line with SQLite: ```sql sqlite> insert into t values (randomblob(1024*1024 * 6)); Parse error: no such table: t ``` Reviewed-by: Preston Thorpe (@PThorpe92) Closes #1744