Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test functional: use meaningful name
- Loading branch information
Showing
2 changed files
with
11 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,8 +1,7 @@ | ||
| table_create Hoge TABLE_HASH_KEY ShortText | ||
| column_create Hoge point COLUMN_SCALAR WGS84GeoPoint | ||
| column_create Hoge text COLUMN_SCALAR ShortText | ||
| load --table Hoge | ||
| table_create Shops TABLE_HASH_KEY ShortText | ||
| column_create Shops location COLUMN_SCALAR WGS84GeoPoint | ||
| load --table Shops | ||
| [ | ||
| {"_key":"a","point":"x","text":"a0000000"} | ||
| {"_key":"Tokyo","location":"x"} | ||
| ] | ||
| table_list |