2
0

Made many things public so SelectFunc is actually usable by others

Definitely, need to add higher level methods for other packages to
use. May rehide some of these interfaces at that point.
This commit is contained in:
Jack Christensen
2013-04-26 17:06:49 -05:00
parent 19d4a4d577
commit 78590be058
6 changed files with 71 additions and 71 deletions
+1 -1
View File
@@ -130,7 +130,7 @@ func TestSelectFunc(t *testing.T) {
conn := getSharedConnection()
rowCount := 0
onDataRow := func(r *messageReader, fields []fieldDescription) error {
onDataRow := func(r *MessageReader, fields []FieldDescription) error {
rowCount++
return nil
}