Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestGaussDBMany2ManyWithDefaultValueUUID (0.12 sec)

  1. tests/gaussdb_test.go

    			if !ok || !autoIncrement {
    				t.Fatalf("column log_id should be auto incrementment")
    			}
    		}
    	}
    
    	if !hasLogID {
    		t.Fatalf("failed to found column log_id")
    	}
    }
    
    func TestGaussDBMany2ManyWithDefaultValueUUID(t *testing.T) {
    	t.Skipf("This test case skipped, because of gaussdb does not have 'uuid-ossp' extension")
    	if DB.Dialector.Name() != "gaussdb" {
    		t.Skip()
    	}
    
    Registered: Sun Sep 07 09:35:13 UTC 2025
    - Last Modified: Mon Jul 21 02:46:58 UTC 2025
    - 6.6K bytes
    - Viewed (0)
Back to top