mirror of
https://github.com/dolthub/dolt.git
synced 2026-01-08 08:49:52 -06:00
asd
This commit is contained in:
@@ -140,6 +140,8 @@ replace (
|
||||
github.com/dolthub/dolt/go/gen/proto/dolt/services/eventsapi => ./gen/proto/dolt/services/eventsapi
|
||||
github.com/google/flatbuffers => github.com/dolthub/flatbuffers v1.13.0-dh.1
|
||||
github.com/oliveagle/jsonpath => github.com/dolthub/jsonpath v0.0.0-20210609232853-d49537a30474
|
||||
github.com/dolthub/go-mysql-server => ../../go-mysql-server
|
||||
github.com/dolthub/vitess => ../../vitess
|
||||
)
|
||||
|
||||
go 1.19
|
||||
|
||||
@@ -544,9 +544,15 @@ func (r *valueDecoder) SkipValue(nbf *NomsBinFormat) error {
|
||||
case PolygonKind:
|
||||
r.skipKind()
|
||||
r.skipString()
|
||||
case MultiLineStringKind:
|
||||
r.skipKind()
|
||||
r.skipString()
|
||||
case MultiPointKind:
|
||||
r.skipKind()
|
||||
r.skipString()
|
||||
case MultiPolygonKind:
|
||||
r.skipKind()
|
||||
r.skipString()
|
||||
case ListKind:
|
||||
err := r.skipList(nbf)
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user