null+****@clear*****
null+****@clear*****
2012年 4月 27日 (金) 23:23:27 JST
Kouhei Sutou 2012-04-27 23:23:27 +0900 (Fri, 27 Apr 2012) New Revision: 126bc6b2ae92b75bcd586d8766e4b43ca978f2fb Log: doc: fix markup errors Modified files: doc/source/commands/select.txt doc/source/news.txt doc/source/tutorial/data.txt Modified: doc/source/commands/select.txt (+2 -2) =================================================================== --- doc/source/commands/select.txt 2012-04-27 23:19:55 +0900 (3b9d688) +++ doc/source/commands/select.txt 2012-04-27 23:23:27 +0900 (0d74a74) @@ -284,14 +284,14 @@ of blog entry is more important rather thatn content of blog entry. TODO: write short description. -See :doc:`/doc/query_syntax`. +See :doc:`/spec/query_syntax`. ``filter`` """""""""" TODO: write short description. -See :doc:`/doc/script_syntax``. +See :doc:`/spec/script_syntax`. Advanced search parameters ^^^^^^^^^^^^^^^^^^^^^^^^^^ Modified: doc/source/news.txt (+1 -0) =================================================================== --- doc/source/news.txt 2012-04-27 23:19:55 +0900 (042d53d) +++ doc/source/news.txt 2012-04-27 23:23:27 +0900 (351c62a) @@ -220,6 +220,7 @@ The old releases .. toctree:: :maxdepth: 2 + news/1.2.x news/1.1.x news/1.0.x news/0.x Modified: doc/source/tutorial/data.txt (+1 -1) =================================================================== --- doc/source/tutorial/data.txt 2012-04-27 23:19:55 +0900 (b7e7a54) +++ doc/source/tutorial/data.txt 2012-04-27 23:23:27 +0900 (368cc09) @@ -82,7 +82,7 @@ The following example creates a ShortText column and updates existing records. T Date and time type ------------------ -The date and time type of groonga is Time. Actually, a Time column stores a date and time as the number of microseconds since the Epoch, 1970-01-01 00:00:00. A Time value can represent a date and time before the Epoch because the actual data type is a signed integer. Note that :doc:`/commands/load` and :doc:`/commands/select commands use a decimal number to represent a data and time in seconds. The default value is 0.0, which means the Epoch. +The date and time type of groonga is Time. Actually, a Time column stores a date and time as the number of microseconds since the Epoch, 1970-01-01 00:00:00. A Time value can represent a date and time before the Epoch because the actual data type is a signed integer. Note that :doc:`/commands/load` and :doc:`/commands/select` commands use a decimal number to represent a data and time in seconds. The default value is 0.0, which means the Epoch. The following example creates a Time column and updates existing records. The first record has the default value because not updated.