nodeGame / NDDB

Javascript lightweight N-dimensional database
http://nodegame.org
MIT License
16 stars 4 forks source link

NDDB.select(...).execute() erroneously re-executes "insert" handler #6

Open shakty opened 7 years ago

shakty commented 7 years ago

It probably should not, or it should be an option. It is creating a new NDDB, but it is not expected that the insert handler is re-executed.

shakty commented 6 years ago

This could happen in .breed also. Check!