nolanlawson / cordova-plugin-sqlite-2

Native SQLite database API for Cordova/PhoneGap/Ionic, modeled after WebSQL (UNMAINTAINED)
https://nolanlawson.com/2016/04/10/introducing-the-cordova-sqlite-plugin-2/
Apache License 2.0
168 stars 28 forks source link

Rebase and test #60 #62

Closed nolanlawson closed 3 years ago

nolanlawson commented 6 years ago

Rebased version of #60 to test in Travis

nolanlawson commented 6 years ago

There are Travis errors in the Android tests:

/Users/travis/build/nolanlawson/cordova-plugin-sqlite-2/test/platforms/android/src/com/nolanlawson/cordova/sqlite/SQLitePlugin.java:35: error: diamond operator is not supported in -source 1.6

  private static final Map<String, Map<String, Object>> DATABASES = new HashMap<>();

                                                                                ^

  (use -source 7 or higher to enable diamond operator)

1 error

:compileDebugJavaWithJavac FAILED
qkdreyer commented 6 years ago

I'm not Java familiar enough to fix that one...