- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for TestInvalidCachedPlanSimpleProtocolGaussDB (0.16 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
tests/migrate_test.go
err = db.Table("objects").AutoMigrate(&Object3{}) if err != nil { t.Errorf("AutoMigrate err:%v", err) } } // TODO: ERROR: must have at least one column (SQLSTATE 0A000) func TestInvalidCachedPlanSimpleProtocolGaussDB(t *testing.T) { t.Skipf("This test case skipped, because of gaussdb not support creaing empty table(SQLSTATE 0A000)") if DB.Dialector.Name() != "gaussdb" { return }
Created: Sun Dec 28 09:35:17 GMT 2025 - Last Modified: Wed Aug 20 04:51:17 GMT 2025 - 65.2K bytes - Click Count (0)