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: CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -131,7 +131,7 @@ and to create JSON APIs.
131
131
#### Other sql syntax enhancements
132
132
133
133
- SQLPage now supports the custom `CONVERT` expression syntax for MS SQL Server, and the one for MySQL.
134
-
- SQLPage now supports the `VARCHAR(MAX)` type in MS SQL Server.
134
+
- SQLPage now supports the `VARCHAR(MAX)` type in MS SQL Server and uses it for all variables bound as parameters to your SQL queries (we used to use `VARCHAR(8000)` before).
135
135
-`INSERT INTO ... DEFAULT VALUES ...` is now supported
0 commit comments