You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
git clone git@github.com:kokizzu/gorm-vs-korm.git
./clean-start.sh
go test -bench=Taran -benchmem .
2023-01-14 22:05:13.576 IsError ▶ go/src/gorm-vs-korm/mTest/rqTest/rqTest__ORM.GEN.go:63: korm1/mTest/rqTest.(*TestTable2).FindByContent: TestTable2.FindByContent failed: test_table2
2023-01-14 21:47:55.114 IsError ▶ &errors.errorString{s:"space test_table2 has not index with name content"}
StackTrace:
me/kyz/go/src/gorm-vs-korm/tarantool_test.go:137 korm1.BenchmarkGetRowS_Taran_ORM.func1
go test -bench=Taran -benchmem .# no error on second run
The text was updated successfully, but these errors were encountered:
kokizzu
changed the title
First create_index then select always resulting "has not index with name"
First create_index then select always resulting "has not index with name column_name"
Jan 14, 2023
How to reproduce:
The text was updated successfully, but these errors were encountered: