Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for TypeAlias (0.05 sec)

  1. schema/field_test.go

    		TIME    `gorm:"column:ftime"`
    		BYTES   `gorm:"column:fbytes"`
    	}
    )
    
    func TestTypeAliasField(t *testing.T) {
    	alias, err := schema.Parse(&TypeAlias{}, &sync.Map{}, schema.NamingStrategy{})
    	if err != nil {
    		t.Fatalf("Failed to parse TypeAlias with permission, got error %v", err)
    	}
    
    	fields := []*schema.Field{
    Registered: Sun Nov 03 09:35:10 UTC 2024
    - Last Modified: Sat Feb 19 09:02:53 UTC 2022
    - 12.7K bytes
    - Viewed (0)
  2. CHANGELOG.md

        an issue where Maven doesn't interpret Gradle metadata.
     *  Fix: Make another attempt at supporting Kotlin 1.5.31 at runtime. We were crashing on
        `DurationUnit` which was a typealias in 1.5.x.
     *  Upgrade: [Okio 3.2.0][okio_3_2_0].
    
    
    ## Version 5.0.0-alpha.9
    
    _2022-06-16_
    
     *  New: Enforce label length limits in URLs. `HttpUrl` now rejects URLs whose domains aren't valid.
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Thu Apr 18 01:31:39 UTC 2024
    - 21.4K bytes
    - Viewed (0)
Back to top