Steven Wright
Results
3
comments of
Steven Wright
I am curious about this as well. I am trying to use validate to enforce a unique field. If I attempt to save a duplicated the DB returns an error...
Connect does not take a callback as far as I can see. ``` Client.prototype.connect = function () { if (!this.conn) { ```
It has something to do with the amount of time it takes to establish the connection to the server. The following closes the connection ``` var MySQL = require('mysql'), Memcache...