Skip to content

Commit

Permalink
#192 Error: column ""order"" does not exist
Browse files Browse the repository at this point in the history
#211 SQLite: Column names not being quoted causes SQLiteException
sqlite-jdbc updated to 3.23.1
  • Loading branch information
Tapac committed Sep 13, 2018
1 parent 37225d6 commit 3c1780d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -83,7 +83,7 @@ dependencies {
testCompile "mysql:mysql-connector-mxj:5.0.12"
testCompile 'org.postgresql:postgresql:42.2.2.jre6'
testCompile 'com.opentable.components:otj-pg-embedded:0.12.0'
testCompile 'org.xerial:sqlite-jdbc:3.21.1'
testCompile 'org.xerial:sqlite-jdbc:3.23.1'
testCompile 'com.oracle:ojdbc6:12.1.0.1-atlassian-hosted'
testCompile 'com.microsoft.sqlserver:mssql-jdbc:6.4.0.jre7'
}
Expand Down

0 comments on commit 3c1780d

Please sign in to comment.