We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
参照先テーブルのキーが TokyoGeoPoint, WGS84GeoPoint であり,指定された値がキーとして存在しないとき, SetValue() により正しく値を設定することができません.
TokyoGeoPoint
WGS84GeoPoint
SetValue()
以下のコメントアウトを解除することで再現できます.
grngo/grngo_test.go
Line 571 in b9d38b2
$ go test --- FAIL: TestRefColumn (0.09s) grngo_test.go:558: DeepEqual() failed: value = {132293323 518509152}, storedValue = {0 0} grngo_test.go:578: [ fail ] keyType = "TokyoGeoPoint", refType = "Table" grngo_test.go:558: DeepEqual() failed: value = {91870030 516000717}, storedValue = {0 0} grngo_test.go:578: [ fail ] keyType = "WGS84GeoPoint", refType = "Table" FAIL
The text was updated successfully, but these errors were encountered:
s-yata
No branches or pull requests
概要
参照先テーブルのキーが
TokyoGeoPoint
,WGS84GeoPoint
であり,指定された値がキーとして存在しないとき,SetValue()
により正しく値を設定することができません.以下のコメントアウトを解除することで再現できます.
grngo/grngo_test.go
Line 571 in b9d38b2
The text was updated successfully, but these errors were encountered: