Skip to content

Commit

Permalink
fixes the sintaxy query
Browse files Browse the repository at this point in the history
  • Loading branch information
otaviojava committed Aug 15, 2019
1 parent 3e762c9 commit 39944a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions diana/diana-query/src/test/resources/get_jnosql.nosql
Expand Up @@ -6,6 +6,6 @@ get @key
get {"Ana" : "Sister", "Maria" : "Mother"}
get convert("2018-01-10", java.time.LocalTime)
get {1, 2, 3, "one", "two"}
get @diana @apollo
get @diana 12
get 12 @apollo
get @diana, @apollo
get @diana, 12
get 12, @apollo

0 comments on commit 39944a9

Please sign in to comment.