aboutsummaryrefslogtreecommitdiff
path: root/src/test/resources/application-sqlite.yml
AgeCommit message (Collapse)Author
2024-02-01CI: enable SQLiteGravatar Vitaly Takmazov
* SQLite JDBC driver does not support generated keys feature. So we implement `returningId` helper * only one connection should be used from connection pooler * changes made to prevent connection locking
2023-02-01Store timestamp in milliseconds when using SQLiteGravatar Vitaly Takmazov
2023-01-30SQLite supportGravatar Vitaly Takmazov