weinberger / nosql-tests

NoSQL benchmark tests for documents and graphs
Apache License 2.0
288 stars 94 forks source link

error in postgresql_tabular description.js #13

Open SaraKanwal opened 7 years ago

SaraKanwal commented 7 years ago

the code is not executing from this line..dont know whats wrong..can you please help

module.exports = { name: 'PostgreSQL tabular', isPostgreSQL: true, server: {}, singleWriteQuery : "",

startup: function (host, cb) { var insertColumns = ['id']; var binds = [];

mvollmary commented 7 years ago

Hi, are you getting any error message or other output?

SaraKanwal commented 7 years ago

I got it sorted thank you. Just one more question..can I get the sample dataset for mysql? I'm trying to migrate it from postgres to mysql but having difficulty .

SaraKanwal commented 7 years ago

also, I'm having issues running neighbours and neighbours2 queries...it doesn't return any data