mariano / node-db-mysql

MySQL database bindings for Node.js
http://nodejsdb.org
150 stars 30 forks source link

Documentation is wrong in the delete statement. #83

Open lvaz opened 12 years ago

lvaz commented 12 years ago

The documentation on your main site has errors in the following statement:

this.query(). delete(). from('users') where('id = ?', [ 1 ])

The dots are missing.