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:
+1
-1
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user