Hello,
I'm trying to create a new sqlite layer (Database type, Other). But I get a locked brown layer that seems to be read only. I can't create a root class in it. If I "generate random graph" to it, it throws a null pointer exception. What's wrong and what do I need to do?
Here's what I've done: I first edited wandora/bin/SetClasspath.sh to include the sqlite driver jar at the end (3.8.7 from bitbucket.org/xerial/sqlite-jdbc/downloads). This works because I was then able to use the SQL exctractor on an sqlite3 database.
Then, top menu Layer / New Layer, Type: Database, click "New" button. In new dialog, Type: other, Name: sqlite, driver: sqlite, connection string: /tmp/db.sq3, username: my system username (it won't allow me to leave it empty)
The sqlite layer is brown in the layers list. It cannot be unlocked. If I select it and make it the only visible layer, then try to create root class, I get a read only exception. If I "generate random graph" to it, it throws a null pointer exception
How is this supposed to work?