[Groonga-commit] groonga/grnci at e8de841 [master] Update a comment

Back to archive index

Susumu Yata null+****@clear*****
Tue Feb 16 11:36:36 JST 2016


Susumu Yata	2016-02-16 11:36:36 +0900 (Tue, 16 Feb 2016)

  New Revision: e8de8419499042edda1241ff689e200b60544b5e
  https://github.com/groonga/grnci/commit/e8de8419499042edda1241ff689e200b60544b5e

  Message:
    Update a comment

  Modified files:
    grnci.go

  Modified: grnci.go (+4 -0)
===================================================================
--- grnci.go    2016-02-16 10:40:04 +0900 (53ef028)
+++ grnci.go    2016-02-16 11:36:36 +0900 (9d7e423)
@@ -1898,6 +1898,10 @@ func (db *DB) loadExCreateColumns(tbl string, info *StructInfo) error {
 //  - grnci:"name;type;flags"
 //
 // Note that the separator is ';' because some values use ',' as its separator.
+//
+// http://groonga.org/docs/reference/commands/table_create.html
+// http://groonga.org/docs/reference/commands/column_create.html
+// http://groonga.org/docs/reference/commands/load.html
 func (db *DB) LoadEx(tbl string, vals interface{}, options *LoadOptions) (int, error) {
 	if err := db.check(); err != nil {
 		return 0, err
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index