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
Should be valid. Instead it throws substitute value error, while we do not need substitution.
Suggestion, in case no substitution values are provided use the provided string.
The text was updated successfully, but these errors were encountered:
Use case
await connection.transaction((ctx) async {
await ctx.query("INSERT INTO table (message) VALUES (server@localhost:5432/ep)");
});
Should be valid. Instead it throws substitute value error, while we do not need substitution.
Suggestion, in case no substitution values are provided use the provided string.
The text was updated successfully, but these errors were encountered: