sasha-alias / sqltabs

Rich SQL client for Postgresql, MySQL, MS SQL, Amazon Redshift, Google Firebase (Firestore)
https://www.sqltabs.com
GNU General Public License v3.0
803 stars 57 forks source link

PqClient.js:110 Uncaught TypeError: res.forEach is not a function #114

Closed gijs closed 6 years ago

gijs commented 6 years ago

Hi!

I'm trying to get sqltabs up and running for development. I checked out master and ran npm install and npm start. When I try to connect to a PG server, I get the following error:

screen shot 2018-04-10 at 09 50 48

When I console.log res, it shows this:

screen shot 2018-04-10 at 09 53 30

Any idea?

sasha-alias commented 6 years ago

Hi, thanks for reporting. Try to pull the fix.

gijs commented 6 years ago

Wow, never seen such a fast bugfix. Works like a charm now, thank you!