MCPcopy Create free account
hub / github.com/dresende/node-orm2 / generateQuery

Function generateQuery

lib/Drivers/DML/_shared.js:3–5  ·  view source on GitHub ↗
(sql, params)

Source from the content-addressed store, hash-verified

1var Promise = require('bluebird');
2
3var generateQuery = function (sql, params) {
4 return this.query.escape(sql, params);
5};
6
7var execQuery = function () {
8 var cb;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected