Yasuhiro Horimoto 2019-04-26 16:39:53 +0900 (Fri, 26 Apr 2019) Revision: 109c1a5d3dc05883e242fecb19049399ea748b61 https://github.com/groonga/groonga.org/commit/109c1a5d3dc05883e242fecb19049399ea748b61 Message: blog: fix a typo Modified files: en/_posts/2019-04-29-groonga-9.0.2.md ja/_posts/2019-04-29-groonga-9.0.2.md Modified: en/_posts/2019-04-29-groonga-9.0.2.md (+1 -1) =================================================================== --- en/_posts/2019-04-29-groonga-9.0.2.md 2019-04-26 16:08:42 +0900 (c6288cd36) +++ en/_posts/2019-04-29-groonga-9.0.2.md 2019-04-26 16:39:53 +0900 (8a7bcc4e8) @@ -35,7 +35,7 @@ Here are important changes in this release: * Fixed "unknown type name 'bool'" compilation error in some environments. -* Fixed a bug that incorrect output number over Int32. +* Fixed a bug that incorrect output number over Int32 by command of execute via mruby (e.g. ``logical_select``, ``logical_range_filter``, ``logical_count``, etc.). ### [column_create](/docs/reference/commands/column_create.html) Added a new flag `INDEX_LARGE` for index column. Modified: ja/_posts/2019-04-29-groonga-9.0.2.md (+1 -1) =================================================================== --- ja/_posts/2019-04-29-groonga-9.0.2.md 2019-04-26 16:08:42 +0900 (945cd0968) +++ ja/_posts/2019-04-29-groonga-9.0.2.md 2019-04-26 16:39:53 +0900 (5dfbcab63) @@ -33,7 +33,7 @@ published: false * 一部の環境でコンパイルエラー "unknown type name 'bool'" が発生する問題を修正しました。 -* Int32を超える数を正しく出力できない問題を修正しました。 +* mrubyを経由して実行するコマンド(例えば、 ``logical_select``、 ``logical_range_filter``、 ``logical_count`` 等)で、Int32を超える数を正しく出力できない問題を修正しました。 ### [column_create](/ja/docs/reference/commands/column_create.html) 新しいフラグ `INDEX_LARGE` を追加しました。 -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20190426/48dbee9b/attachment.html>