Skip to content

Commit

Permalink
Merge 4b2f7d9 into ebf0a03
Browse files Browse the repository at this point in the history
  • Loading branch information
mfussenegger committed Aug 1, 2019
2 parents ebf0a03 + 4b2f7d9 commit 9cc0d0b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -14,7 +14,8 @@ before_install:
- pip install setuptools==33.1.1 # pin specific version in virtualenv
- pip freeze --all # debug
- sudo add-apt-repository ppa:openjdk-r/ppa -y
- sudo apt-get install -y openjdk-11-jre-headless
- sudo apt-get update
- sudo apt-get install -y openjdk-12-jdk

install:
- python bootstrap.py
Expand Down
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 9cc0d0b

Please sign in to comment.