Skip to content

jdbc: synchronize multithreaded access to SQLConnection methods #95

Open
@Totktonada

Description

@Totktonada

I thought about, say, two parallel executeQuery() calls: both should give right ResultSet, but without proper synchronization one can break ResultSet of another. Also execute() and executeQuery() can influence on each other. We need to elaborate all such methods and synchronize them on one monitor.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingjdbc

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions