- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for FindString (0.89 sec)
-
migrator/migrator.go
alterColumn = true } } } } // check precision if realDataType == "decimal" || realDataType == "numeric" && regexp.MustCompile(realDataType+`\(.*\)`).FindString(fullDataType) != "" { // if realDataType has no precision,ignore precision, scale, ok := columnType.DecimalSize() if ok { if !strings.HasPrefix(fullDataType, fmt.Sprintf("%s(%d,%d)", realDataType, precision, scale)) &&
Registered: Sun Sep 07 09:35:13 UTC 2025 - Last Modified: Fri Jun 06 02:35:01 UTC 2025 - 29.5K bytes - Viewed (0) -
docs/debugging/xl-meta/main.go
b2 = b3 } } toPrint = append(toPrint, fmt.Sprintf("\t%s: %s", string(b), string(b2))) } else if c.Bool("combine") && isPart.MatchString(file.Name) { // name := isPart.FindString(file.Name) name := strings.ReplaceAll(file.Name, ":", "_") r, err := file.Open() if err != nil { return err } all, err := io.ReadAll(r) if err != nil {
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 40.3K bytes - Viewed (0)