mirror of https://gitee.com/bigwinds/arangodb
updated new features
This commit is contained in:
parent
87b6e147d7
commit
cce2995826
|
@ -412,3 +412,9 @@ ArangoDB 1.2 supplies additional information about the errors that occurred in t
|
||||||
server log files. This information can be used to find documents that could not be
|
server log files. This information can be used to find documents that could not be
|
||||||
imported (for example, because of a unique constraint violation, malformed data etc.).
|
imported (for example, because of a unique constraint violation, malformed data etc.).
|
||||||
|
|
||||||
|
### Pretty printing in arangosh
|
||||||
|
|
||||||
|
`arangosh` now uses colorised output by default, which makes all of its output
|
||||||
|
more easy to grasp.
|
||||||
|
|
||||||
|
Note that colorised output may not be supported on all platforms.
|
||||||
|
|
Loading…
Reference in New Issue