You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/SQL_COMPATIBILITY.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -852,6 +852,6 @@ gosqlx format --dialect mysql query.sql
852
852
853
853
### Migration Notes
854
854
-**From v1.7.0**: High-level API (`gosqlx.Parse()`, `gosqlx.Validate()`) is fully backward compatible
855
-
-**Breaking**: `token.Token.ModelType` renamed to `Type`; string-based `token.Type` removed. See [MIGRATION.md](MIGRATION.md)
855
+
-**Breaking**: `token.Token.ModelType` renamed to `Type`; string-based `token.Type` removed. See [MIGRATION.md](https://github.com/ajitpratap0/GoSQLX/blob/main/docs/MIGRATION.md)
856
856
-**MySQL Users**: Use `parser.ParseWithDialect(sql, "mysql")` for MySQL-specific syntax
857
857
-**Performance**: ~50% faster parsing from token type overhaul
0 commit comments