Skip to content

Commit

Permalink
Adds warning about experimental feature and possible "??" sequence ch…
Browse files Browse the repository at this point in the history
…ange in the near future
  • Loading branch information
dresende committed Mar 15, 2013
1 parent de4adfd commit 658c22d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Readme.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -405,6 +405,7 @@ connection.query('SELECT * FROM ?? WHERE id = ?', ['users', userId], function(er
// ... // ...
}); });
``` ```
**Please note that this last character sequence is experimental and syntax might change**


When you pass an Object to `.escape()` or `.query()`, `.escapeId()` is used to avoid SQL injection in object keys. When you pass an Object to `.escape()` or `.query()`, `.escapeId()` is used to avoid SQL injection in object keys.


Expand Down

0 comments on commit 658c22d

Please sign in to comment.