Navigation Menu

Skip to content

Commit

Permalink
test function: show table contents for debug on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Aug 12, 2012
1 parent 9c6fe07 commit 5dfb424
Show file tree
Hide file tree
Showing 2 changed files with 80 additions and 0 deletions.
Expand Up @@ -10,6 +10,85 @@ load --table Names
{"_key": "ゆきひろ", "original": true}
]
[[0,0.0,0.0],4]
select --table Names
[
[
0,
0.0,
0.0
],
[
[
[
12
],
[
[
"_id",
"UInt32"
],
[
"_key",
"ShortText"
],
[
"original",
"Bool"
]
],
[
8,
"あき",
false
],
[
4,
"き",
false
],
[
10,
"きひろ",
false
],
[
11,
"ひろ",
false
],
[
6,
"ひろあき",
true
],
[
1,
"ひろゆき",
true
],
[
5,
"まろゆき",
true
],
[
3,
"ゆき",
false
],
[
9,
"ゆきひろ",
true
],
[
12,
"ろ",
false
]
]
]
]
select --table Names --query _key:$ゆき
[
[
Expand Down
Expand Up @@ -7,4 +7,5 @@ load --table Names
{"_key": "ひろあき", "original": true},
{"_key": "ゆきひろ", "original": true}
]
select --table Names
select --table Names --query _key:$ゆき

0 comments on commit 5dfb424

Please sign in to comment.