sqlite-jdbc icon indicating copy to clipboard operation
sqlite-jdbc copied to clipboard

Latest driver Unable to locate table meta-data for ‘some-table-name'

Open Templore opened this issue 1 year ago • 0 comments

<dependency>
    <groupId>org.xerial</groupId>
    <artifactId>sqlite-jdbc</artifactId>
    <version>3.45.3.0</version>
</dependency>

When Using org.springframework.jdbc.core.simple.SimpleJdbcInsert, get an error Unable to locate table meta-data for 'some-table-name'

Templore avatar May 26 '24 09:05 Templore