Open SaraKanwal opened 7 years ago
Hi, are you getting any error message or other output?
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 .
also, I'm having issues running neighbours and neighbours2 queries...it doesn't return any data
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 = [];