account.go
changeset 243 7386c6a454a8
parent 242 2ec8b4cdf94e
--- a/account.go	Fri Sep 07 19:17:12 2018 +0200
+++ b/account.go	Fri Sep 07 19:17:12 2018 +0200
@@ -362,7 +362,7 @@
 		if id < 1 {
 			return nil, ErrInvalidID
 		}
-		qID := fmt.Sprintf("id[%d]", i)
+		qID := fmt.Sprintf("[%d]id", i)
 		params[qID] = strconv.FormatInt(id, 10)
 	}