We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
on neo4j 2.1.2 trying to load up an 80k row csv the import ends prematurely
neo4j 2.1.2
doing the same query in the console works fine
The text was updated successfully, but these errors were encountered:
Hmm interesting. I wouldn't expect that. Can you paste the relevant snippet of your code?
Sorry, something went wrong.
db.query( q, function(err, resp){ if (err) { console.log(err); } console.log('Import Done', resp); });
I mean, it should be working.
On Thu, Jul 10, 2014 at 5:12 PM, Aseem Kishore [email protected] wrote:
Hmm interesting. I wouldn't expect that. Can you paste the relevant snippet of your code? — Reply to this email directly or view it on GitHub #127 (comment).
— Reply to this email directly or view it on GitHub #127 (comment).
No branches or pull requests
on
neo4j 2.1.2
trying to load up an 80k row csv the import ends prematurelydoing the same query in the console works fine
The text was updated successfully, but these errors were encountered: