Skip to content

[Feature Request] Add support to java.sql.Statement#setQueryTimeout #212

@jivanic-demystdata

Description

@jivanic-demystdata

Right now, the implementation of java.sql.Statement#setQueryTimeout in DuckDBPreparedStatement is:

Image

See

public void setQueryTimeout(int seconds) throws SQLException {
checkOpen();
}

Cc @guizmaii

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions