I am getting a SegFault when I try to do a SELECT to alternate schema. No SegFault when schema is not specified or changed. Assume code excerpts occurs after valid connection and authentication have taken place.
First scenario:
db.query().execute("SELECT * FROM greensboro.address_lt", function(error, rows, cols) { ... }
I am getting a SegFault when I try to do a SELECT to alternate schema. No SegFault when schema is not specified or changed. Assume code excerpts occurs after valid connection and authentication have taken place.
First scenario:
Yields:
Yields: