- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for gaussdb (0.04 sec)
-
tests/migrate_test.go
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 } db, err := gorm.Open(gaussdb.Open(gaussdbDSN), &gorm.Config{}) if err != nil { t.Errorf("Open err:%v", err) } type Object1 struct{}
Registered: Sun Sep 07 09:35:13 UTC 2025 - Last Modified: Wed Aug 20 04:51:17 UTC 2025 - 65.2K bytes - Viewed (0)