[Groonga-commit] groonga/grngo at 4a50a60 [master] Remove an old comment.

アーカイブの一覧に戻る

susumu.yata null+****@clear*****
Thu Jul 9 12:07:04 JST 2015


susumu.yata	2015-07-09 12:07:04 +0900 (Thu, 09 Jul 2015)

  New Revision: 4a50a60f88e69c5048af393091d7d497d05e4fb5
  https://github.com/groonga/grngo/commit/4a50a60f88e69c5048af393091d7d497d05e4fb5

  Message:
    Remove an old comment.
    
    GitHub: #10

  Modified files:
    grngo.go

  Modified: grngo.go (+0 -4)
===================================================================
--- grngo.go    2015-07-08 21:13:05 +0900 (ab530dd)
+++ grngo.go    2015-07-09 12:07:04 +0900 (5ca82f9)
@@ -333,10 +333,6 @@ func (db *DB) Close() error {
 // If a table or column is renamed or removed, the maps may cause a name
 // resolution error. In such a case, you should use Refresh or reopen the
 // Groonga database to resolve it.
-//
-// Also, if you remove a table or column with Send, SendEx, Query, or QueryEx,
-// you should call Refresh just before or reopen the database immediately after
-// that.
 func (db *DB) Refresh() error {
 	for _, table := range db.tables {
 		nameBytes := []byte(table.name)
-------------- next part --------------
HTML����������������������������...
ダウンロード 



More information about the Groonga-commit mailing list
アーカイブの一覧に戻る