User Activity

  • Posted a comment on ticket #1738 on HyperSQL Database Engine (HSQLDB)

    Looks like the Vert.x JDBC client is not even required for reproducing the issue try (Connection connection = DriverManager.getConnection("jdbc:hsqldb:mem:.")) { try (Statement statement = connection.createStatement()) { statement.execute("CREATE TABLE test2 (id INT, data BIGINT)"); try (PreparedStatement preparedStatement = connection.prepareStatement("INSERT INTO test2 (id, data) VALUES (?, ?)", Statement.RETURN_GENERATED_KEYS)) { preparedStatement.setInt(1, 1); preparedStatement.setLong(2, 42L);...

  • Created ticket #1738 on HyperSQL Database Engine (HSQLDB)

    Regression in 2.7.4 with respect to auto-generated keys in prepared statements

View All

Personal Data

Username:
tori
Joined:
2025-08-13 08:13:48.314000

Projects

  • No projects to display.

Personal Tools

MongoDB Logo MongoDB