Skip to content

Commit

Permalink
Merge 9a1eb80 into 7c7e390
Browse files Browse the repository at this point in the history
  • Loading branch information
mfussenegger committed Aug 1, 2019
2 parents 7c7e390 + 9a1eb80 commit afa365e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/crate/crash/connect.txt
Expand Up @@ -62,6 +62,6 @@ When the CrateDB shell is started with the option ``-v`` debugging information
will be printed::

cr> select x from y;
SQLActionException[TableUnknownException: Table 'doc.y' unknown]
SQLActionException: NOT_FOUND 4041 TableUnknownException: Table 'doc.y' unknown
SQLActionException[RelationUnknown: Relation 'y' unknown]
SQLActionException: 404 Not Found 4041 RelationUnknown: Relation 'y' unknown
...
2 changes: 1 addition & 1 deletion versions.cfg
@@ -1,5 +1,5 @@
[versions]
crate_server = 2.3.7
crate_server = 4.0.2

Babel = 2.4.0
Jinja2 = 2.9.6
Expand Down

0 comments on commit afa365e

Please sign in to comment.