Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 43 of 43 for shill (0.14 sec)

  1. tests/migrate_test.go

    			}
    		case "name_ignore_migration":
    			if length, _ := columnType.Length(); (fullSupported || length != 0) && length != 100 {
    				t.Fatalf("name_ignore_migration's length should still be 100 but got %v", length)
    			}
    		}
    	}
    }
    
    func TestMigrateWithColumnComment(t *testing.T) {
    	type UserWithColumnComment struct {
    		gorm.Model
    		Name string `gorm:"size:111;comment:this is a 字段"`
    Go
    - Registered: Sun May 05 09:35:13 GMT 2024
    - Last Modified: Mon Mar 18 11:24:16 GMT 2024
    - 56.2K bytes
    - Viewed (0)
  2. cmd/erasure-server-pool.go

    	}
    	return pinfo.Index, nil
    }
    
    // getPoolIdxExistingNoLock returns the (first) found object pool index containing an object.
    // If the object exists, but the latest version is a delete marker, the index with it is still returned.
    // If the object does not exist ObjectNotFound error is returned.
    // If any other error is found, it is returned.
    // The check is skipped if there is only one pool, and 0, nil is always returned in that case.
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Fri May 03 20:08:20 GMT 2024
    - 80.5K bytes
    - Viewed (0)
  3. cmd/sts-handlers_test.go

        "members": [
          "foo"
        ],
        "updatedAt": "2024-04-23T21:34:43.587429659Z"
      }
    }
    `,
    		// The `cn=projecty,..` group below is not under a configured DN, but we
    		// should still import without an error.
    		allSvcAcctsFile: `{
        "u4ccRswj62HV3Ifwima7": {
            "parent": "uid=svc.algorithm,OU=swengg,DC=min,DC=io",
            "accessKey": "u4ccRswj62HV3Ifwima7",
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Thu Apr 25 15:50:16 GMT 2024
    - 85.7K bytes
    - Viewed (0)
Back to top