Yasuhiro Horimoto 2018-10-11 09:55:52 +0900 (Thu, 11 Oct 2018) Revision: fa4bdb9e6e134ede6ad6b739d693f2bd1c80acb5 https://github.com/groonga/groonga/commit/fa4bdb9e6e134ede6ad6b739d693f2bd1c80acb5 Merged 6414161: Merge pull request #875 from komainu8/add_cast_loose Message: test: use more meaningful table name Modified files: test/command/suite/select/function/cast_loose/number_only.expected test/command/suite/select/function/cast_loose/number_only.test Modified: test/command/suite/select/function/cast_loose/number_only.expected (+3 -3) =================================================================== --- test/command/suite/select/function/cast_loose/number_only.expected 2018-10-11 09:27:00 +0900 (393418c71) +++ test/command/suite/select/function/cast_loose/number_only.expected 2018-10-11 09:55:52 +0900 (e0e6a04d0) @@ -1,11 +1,11 @@ -table_create Memos TABLE_HASH_KEY ShortText +table_create Data TABLE_HASH_KEY ShortText [[0,0.0,0.0],true] -load --table Memos +load --table Data [ {"_key": "100"} ] [[0,0.0,0.0],1] -select Memos --output_columns '_key, cast_loose(Int64, _key, 0)' +select Data --output_columns '_key, cast_loose(Int64, _key, 0)' [ [ 0, Modified: test/command/suite/select/function/cast_loose/number_only.test (+3 -3) =================================================================== --- test/command/suite/select/function/cast_loose/number_only.test 2018-10-11 09:27:00 +0900 (3c7aadf67) +++ test/command/suite/select/function/cast_loose/number_only.test 2018-10-11 09:55:52 +0900 (c309fb622) @@ -1,6 +1,6 @@ -table_create Memos TABLE_HASH_KEY ShortText -load --table Memos +table_create Data TABLE_HASH_KEY ShortText +load --table Data [ {"_key": "100"} ] -select Memos --output_columns '_key, cast_loose(Int64, _key, 0)' +select Data --output_columns '_key, cast_loose(Int64, _key, 0)' -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20181011/61a2e2a1/attachment-0001.html>