jdbc-json / jdbc-cb

A JDBC driver for Couchbase, using the N1QL query language.
Apache License 2.0
16 stars 12 forks source link

Using Eclipse Generic jdbc driver connecting to Couchbase using Jdbc-CB, I am seeing hang #32

Open suravarjjala opened 8 years ago

suravarjjala commented 8 years ago
  1. First issue I see is I cannot see all the buckets
  2. I hard coded the bucket name to server and then I do not see any meta data
  3. Then I opened the SQL Scrapbook and tried to run a simple query like

select * from server limit 1

You will see it will take a long time to run and it is looking like the query is hanging