(metadata *storepb.Instance)
| 325 | } |
| 326 | |
| 327 | func validateInstanceDataSources(metadata *storepb.Instance) error { |
| 328 | return ValidateDataSources(metadata.GetDataSources()) |
| 329 | } |
| 330 | |
| 331 | // IsObjectCaseSensitive returns true if the engine ignores database and table case sensitive. |
| 332 | func IsObjectCaseSensitive(instance *InstanceMessage) bool { |
no test coverage detected