Re: Creating a new JDBC auth extension

2017-01-24 Thread David Landry
Switched to the dev mailing list. I haven't seen any posts on that list since I signed up, so let me know if it didn't go through :) On Mon, Jan 23, 2017 at 6:50 PM James Muehlner wrote: > Hey David, this would probably be more appropriate in dev than user, I > would think. > > I had a look at y

Re: Creating a new JDBC auth extension

2017-01-23 Thread James Muehlner
Hey David, this would probably be more appropriate in dev than user, I would think. I had a look at your code, and can't see anything wrong that would cause that error. Do you have the full stacktrace available? James On Mon, Jan 23, 2017 at 1:13 PM, David Landry wrote: > I created an SQLite J

Creating a new JDBC auth extension

2017-01-23 Thread David Landry
I created an SQLite JDBC auth extension by using Guacamole's JDBC base source. I copied the MySQL extension, changed references from MySQL to SQLite, and translated some of the MySQL-specific queries to work with SQLite. My extension only partially works. Two queries for Connections and Connectio