[Groonga-commit] groonga/groonga [master] doc: add about cast

Back to archive index

null+****@clear***** null+****@clear*****
2012年 6月 15日 (金) 19:23:23 JST


Kouhei Sutou	2012-06-15 19:23:23 +0900 (Fri, 15 Jun 2012)

  New Revision: a2fb62af8d335bdc15f5d2e475c6cd28da682910

  Log:
    doc: add about cast
    
    But it's empty for now.

  Added files:
    doc/source/spec/cast.txt
  Modified files:
    doc/source/spec/query_syntax.txt

  Added: doc/source/spec/cast.txt (+8 -0) 100644
===================================================================
--- /dev/null
+++ doc/source/spec/cast.txt    2012-06-15 19:23:23 +0900 (45ec8db)
@@ -0,0 +1,8 @@
+.. -*- rst -*-
+
+.. highlightlang:: none
+
+Cast
+====
+
+TODO...

  Modified: doc/source/spec/query_syntax.txt (+2 -0)
===================================================================
--- doc/source/spec/query_syntax.txt    2012-06-15 19:18:04 +0900 (1c94ad4)
+++ doc/source/spec/query_syntax.txt    2012-06-15 19:23:23 +0900 (96c9fb2)
@@ -548,3 +548,5 @@ automatically. It causes some limitations. For example, you cannot use
 boolean literal such as ``true`` and ``false`` for ``Bool`` type
 column. You need to use empty string for ``false`` but query syntax
 doesn't support ``column:=`` syntax.
+
+See :doc:`/spec/cast` about cast.




Groonga-commit メーリングリストの案内
Back to archive index