Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

It is not possible to use step command with additional data #6

Copy link
Copy link
@Oldes

Description

@Oldes
Issue body actions

Using step/with stmt data also resets the statement and so it is not possible to write code like:

stmt: prepare db "SELECT * FROM Table WHERE Name LIKE ?"
while [row: step/with stmt ["A%"]][ ;; currently this will process just the first row!
    probe row
]

There must be a new command (bind), which would bind data with the statement, before using the step (and only once, because above code would try to bind the data on each row!).

Reactions are currently unavailable

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Morty Proxy This is a proxified and sanitized view of the page, visit original site.