Fix last fix to nfree... turns out that if you alias a table ('from nodes as...
Fix last fix to nfree... turns out that if you alias a table ('from nodes as n') that the old name ('nodes') is no longer available, and you _must_ use the new alias ('n') to refer to it.
Showing
Please register or sign in to comment