[Groonga-commit] groonga/grnci at 5dfef1b [master] Use --command_version 2 in `select`

Back to archive index

Susumu Yata null+****@clear*****
Tue Feb 16 10:40:04 JST 2016


Susumu Yata	2016-02-16 10:40:04 +0900 (Tue, 16 Feb 2016)

  New Revision: 5dfef1b55adfe43a92d779e1af6a3d3ac50d51c6
  https://github.com/groonga/grnci/commit/5dfef1b55adfe43a92d779e1af6a3d3ac50d51c6

  Message:
    Use --command_version 2 in `select`
    
    GitHub: #27

  Modified files:
    grnci.go

  Modified: grnci.go (+1 -0)
===================================================================
--- grnci.go    2016-02-16 03:52:08 +0900 (396d0fa)
+++ grnci.go    2016-02-16 10:40:04 +0900 (53ef028)
@@ -2088,6 +2088,7 @@ func (db *DB) Select(tbl string, vals interface{}, options *SelectOptions) (int,
 	if len(options.Adjuster) != 0 {
 		args["adjuster"] = options.Adjuster
 	}
+	args["command_version"] = "2"
 	str, err := db.queryEx("select", args)
 	if err != nil {
 		return 0, err
-------------- next part --------------
HTML����������������������������...
Download 



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