Skip to content

Substitute value error #168

@Iskren1990

Description

@Iskren1990

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions