Skip to content

Commit

Permalink
Merge a9ece9d into 5572699
Browse files Browse the repository at this point in the history
  • Loading branch information
chaudum committed May 9, 2017
2 parents 5572699 + a9ece9d commit b0aa279
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ sudo: false
addons:
apt:
packages:
- oracle-java8-installer
- oracle-java8-set-default

matrix:
allow_failures:
Expand Down
4 changes: 2 additions & 2 deletions src/crate/crash/usage.txt
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ them without any special arguments like this::
When the Crate shell is started with the option ``-v`` debugging information will be printed::

cr> select x from y;
SQLActionException[SchemaUnknownException: Schema 'doc' unknown]
SQLActionException: NOT_FOUND 4045 SchemaUnknownException: Schema 'doc' unknown
SQLActionException[TableUnknownException: Table 'doc.y' unknown]
SQLActionException: NOT_FOUND 4041 TableUnknownException: Table 'doc.y' unknown
...


Expand Down
20 changes: 17 additions & 3 deletions versions.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
crate_server = 0.57.3
crate_server = 1.1.2

Babel = 2.2.0
Jinja2 = 2.8
Expand All @@ -10,7 +10,7 @@ argparse = 1.1
codecov = 1.6.3
collective.recipe.omelette = 0.16
coverage = 4.0.3
crate = 0.16.5
crate = 0.19.2
docutils = 0.12
gp.recipe.tox = 0.4
hexagonit.recipe.download = 1.7.1
Expand All @@ -28,6 +28,8 @@ zc.recipe.egg = 2.0.3
zc.recipe.testrunner = 2.0.0
zope.testing = 4.5.0
prompt-toolkit = 1.0.9
pkginfo = 1.4.1
requests-toolbelt = 0.7.1

# Required by:
# Jinja2==2.8
Expand All @@ -47,7 +49,7 @@ colorama = 0.3.6
# zope.exceptions==4.0.8
# zope.interface==4.1.3
# zope.testrunner==4.4.10
setuptools = 20.2.2
setuptools = 34.3.3

# Required by:
# zope.testrunner==4.4.10
Expand Down Expand Up @@ -80,3 +82,15 @@ zope.interface = 4.1.3
# Required by:
# zc.recipe.testrunner==2.0.0
zope.testrunner = 4.4.10

# Required by:
# clint==0.5.1
args = 0.1.0

# Required by:
# twine==1.8.1
clint = 0.5.1

# Required by:
# mock==1.3.0
funcsigs = 1.0.2

0 comments on commit b0aa279

Please sign in to comment.