HAYASHI Kentaro
null+****@clear*****
Mon Mar 25 15:20:57 JST 2013
HAYASHI Kentaro 2013-03-25 15:20:57 +0900 (Mon, 25 Mar 2013) New Revision: 0ba4bda888b41d3e490fc09dce4d3d49032e870d https://github.com/groonga/groonga/commit/0ba4bda888b41d3e490fc09dce4d3d49032e870d Message: doc: add more precise description about supported operator Modified files: doc/source/news.txt Modified: doc/source/news.txt (+4 -3) =================================================================== --- doc/source/news.txt 2013-03-25 11:29:43 +0900 (68d73e7) +++ doc/source/news.txt 2013-03-25 15:20:57 +0900 (c7ab507) @@ -17,12 +17,13 @@ Improvements This change affects to eliminate potential crash case when loading a new key to two or more indexed key. * Supported binary operations such as ``X + Y``, ``X - Y``, ``X * Y``, ``X / Y``, - ``X % Y``, ``X >> Y``, ``X << Y``, ``X | Y``, ``X ^ Y``, ``X & Y`` and ``X >>> Y``. + ``X % Y``, ``X >> Y``, ``X << Y``, ``X | Y``, ``X ^ Y``, ``X & Y`` and ``X >>> Y`` + for Int8, UInt8, Int16, UInt16 and UInt64. * Added english documentation for ``load`` command. * Supported binary assign operations such as ``X += Y``, ``X -= Y``, ``X *= Y``, ``X /= Y``, ``X %= Y``, ``X <<= Y``, ``X >>= Y``, ``X >>>= Y``, ``X &= Y``, - ``X |= Y`` and ``X ^= Y``. -* Supported unary operations such as ``-X``. + ``X |= Y`` and ``X ^= Y`` for Int8, UInt8, Int16, UInt16 and UInt64. +* Supported unary operations such as ``-X`` for Int8, UInt8, Int16, UInt16 and UInt64. * Supported complex string concatination in ``--output_columns``. For example, you can use a query such as ``--output_columns '"<" + title + ">"'``. * Added the information of the repository of groonga to development page. -------------- next part -------------- HTML����������������������������... Download