From 76bd4438af4c0029bb4c6a5aa1904cd2975fba37 Mon Sep 17 00:00:00 2001 From: "Timothy J. Warren" Date: Wed, 28 Jan 2015 15:34:01 -0500 Subject: [PATCH] Update docs --- docs/adapter.js.html | 4 ++-- docs/driver.js.html | 8 ++++---- docs/helpers.js.html | 4 ++-- docs/index.html | 4 ++-- docs/module-State.html | 4 ++-- docs/module-adapter.html | 6 +++--- docs/module-driver.html | 4 ++-- docs/module-helpers.html | 16 ++++++++-------- docs/module-node-query.html | 4 ++-- docs/module-query-builder.html | 6 +++--- docs/module-query-parser.html | 4 ++-- docs/modules.list.html | 4 ++-- docs/node-query.js.html | 4 ++-- docs/query-builder.js.html | 4 ++-- docs/query-parser.js.html | 4 ++-- docs/state.js.html | 4 ++-- 16 files changed, 42 insertions(+), 42 deletions(-) diff --git a/docs/adapter.js.html b/docs/adapter.js.html index 3967ac1..63393de 100644 --- a/docs/adapter.js.html +++ b/docs/adapter.js.html @@ -113,8 +113,8 @@ module.exports = {
- Documentation generated by JSDoc 3.3.0-alpha9 - on Tue Jan 27th 2015 using the JSDoc 3.3.0-beta1 + on Wed Jan 28th 2015 using the DocStrap template. diff --git a/docs/driver.js.html b/docs/driver.js.html index 4a89330..4de251b 100644 --- a/docs/driver.js.html +++ b/docs/driver.js.html @@ -151,7 +151,7 @@ var d = { } // Handle commas - if (str.contains(',')) + if (str.includes(',')) { var parts = str.split(',').map(helpers.stringTrim); str = parts.map(d.quoteIdentifiers).join(','); @@ -162,7 +162,7 @@ var d = { raw = hiers.join('.'); // Fix functions - if (raw.contains('(') && raw.contains(')')) + if (raw.includes('(') && raw.includes(')')) { var funcs = pattern.exec(raw); @@ -255,8 +255,8 @@ module.exports = d;
- Documentation generated by JSDoc 3.3.0-alpha9 - on Tue Jan 27th 2015 using the JSDoc 3.3.0-beta1 + on Wed Jan 28th 2015 using the DocStrap template. diff --git a/docs/helpers.js.html b/docs/helpers.js.html index fabea33..55ef1a0 100644 --- a/docs/helpers.js.html +++ b/docs/helpers.js.html @@ -216,8 +216,8 @@ module.exports = h;
- Documentation generated by JSDoc 3.3.0-alpha9 - on Tue Jan 27th 2015 using the JSDoc 3.3.0-beta1 + on Wed Jan 28th 2015 using the DocStrap template. diff --git a/docs/index.html b/docs/index.html index 850e13a..aa32934 100644 --- a/docs/index.html +++ b/docs/index.html @@ -157,8 +157,8 @@ query.select('foo')
- Documentation generated by JSDoc 3.3.0-alpha9 - on Tue Jan 27th 2015 using the JSDoc 3.3.0-beta1 + on Wed Jan 28th 2015 using the DocStrap template. diff --git a/docs/module-State.html b/docs/module-State.html index 09d949f..615644c 100644 --- a/docs/module-State.html +++ b/docs/module-State.html @@ -171,8 +171,8 @@
- Documentation generated by JSDoc 3.3.0-alpha9 - on Tue Jan 27th 2015 using the JSDoc 3.3.0-beta1 + on Wed Jan 28th 2015 using the DocStrap template. diff --git a/docs/module-adapter.html b/docs/module-adapter.html index 6b65505..87b9db9 100644 --- a/docs/module-adapter.html +++ b/docs/module-adapter.html @@ -153,7 +153,7 @@
-

<static> execute(sql, params, callback)

+

<static> execute(sql, params, callback)

@@ -357,8 +357,8 @@
- Documentation generated by JSDoc 3.3.0-alpha9 - on Tue Jan 27th 2015 using the JSDoc 3.3.0-beta1 + on Wed Jan 28th 2015 using the DocStrap template. diff --git a/docs/module-driver.html b/docs/module-driver.html index 9f82976..a473fff 100644 --- a/docs/module-driver.html +++ b/docs/module-driver.html @@ -173,8 +173,8 @@
- Documentation generated by JSDoc 3.3.0-alpha9 - on Tue Jan 27th 2015 using the JSDoc 3.3.0-beta1 + on Wed Jan 28th 2015 using the DocStrap template. diff --git a/docs/module-helpers.html b/docs/module-helpers.html index 4761f8f..456fd04 100644 --- a/docs/module-helpers.html +++ b/docs/module-helpers.html @@ -150,7 +150,7 @@
-
+

<inner> is[type]

@@ -220,7 +220,7 @@ function name, eg isNumber

-

<static> arrayPluck(arr, key) → {Array}

+

<static> arrayPluck(arr, key) → {Array}

@@ -387,7 +387,7 @@ function name, eg isNumber

-

<static> isScalar(obj) → {bool}

+

<static> isScalar(obj) → {bool}

@@ -531,7 +531,7 @@ function name, eg isNumber

-

<static> regexInArray(arr, pattern) → {Boolean}

+

<static> regexInArray(arr, pattern) → {Boolean}

@@ -705,7 +705,7 @@ in the passed array

-

<static> stringTrim(str) → {String}

+

<static> stringTrim(str) → {String}

@@ -855,7 +855,7 @@ in the passed array

-

<static> type(o) → {String}

+

<static> type(o) → {String}

@@ -1030,8 +1030,8 @@ in the passed array


- Documentation generated by JSDoc 3.3.0-alpha9 - on Tue Jan 27th 2015 using the JSDoc 3.3.0-beta1 + on Wed Jan 28th 2015 using the DocStrap template. diff --git a/docs/module-node-query.html b/docs/module-node-query.html index b772533..c71a318 100644 --- a/docs/module-node-query.html +++ b/docs/module-node-query.html @@ -488,8 +488,8 @@
- Documentation generated by JSDoc 3.3.0-alpha9 - on Tue Jan 27th 2015 using the JSDoc 3.3.0-beta1 + on Wed Jan 28th 2015 using the DocStrap template. diff --git a/docs/module-query-builder.html b/docs/module-query-builder.html index 065c833..cf0354c 100644 --- a/docs/module-query-builder.html +++ b/docs/module-query-builder.html @@ -150,7 +150,7 @@
-
+

<private, inner> state

@@ -6641,8 +6641,8 @@ prefixed with 'OR NOT'


- Documentation generated by JSDoc 3.3.0-alpha9 - on Tue Jan 27th 2015 using the JSDoc 3.3.0-beta1 + on Wed Jan 28th 2015 using the DocStrap template. diff --git a/docs/module-query-parser.html b/docs/module-query-parser.html index ad9b879..7f02d77 100644 --- a/docs/module-query-parser.html +++ b/docs/module-query-parser.html @@ -790,8 +790,8 @@ If there are no matches, return null


- Documentation generated by JSDoc 3.3.0-alpha9 - on Tue Jan 27th 2015 using the JSDoc 3.3.0-beta1 + on Wed Jan 28th 2015 using the DocStrap template. diff --git a/docs/modules.list.html b/docs/modules.list.html index d0e9bad..a859238 100644 --- a/docs/modules.list.html +++ b/docs/modules.list.html @@ -161,8 +161,8 @@
- Documentation generated by JSDoc 3.3.0-alpha9 - on Tue Jan 27th 2015 using the JSDoc 3.3.0-beta1 + on Wed Jan 28th 2015 using the DocStrap template. diff --git a/docs/node-query.js.html b/docs/node-query.js.html index f600ec3..56397a1 100644 --- a/docs/node-query.js.html +++ b/docs/node-query.js.html @@ -154,8 +154,8 @@ module.exports = new NodeQuery();
- Documentation generated by JSDoc 3.3.0-alpha9 - on Tue Jan 27th 2015 using the JSDoc 3.3.0-beta1 + on Wed Jan 28th 2015 using the DocStrap template. diff --git a/docs/query-builder.js.html b/docs/query-builder.js.html index 5de7d36..3f528fc 100644 --- a/docs/query-builder.js.html +++ b/docs/query-builder.js.html @@ -1024,8 +1024,8 @@ module.exports = QueryBuilder;
- Documentation generated by JSDoc 3.3.0-alpha9 - on Tue Jan 27th 2015 using the JSDoc 3.3.0-beta1 + on Wed Jan 28th 2015 using the DocStrap template. diff --git a/docs/query-parser.js.html b/docs/query-parser.js.html index b158d44..abac203 100644 --- a/docs/query-parser.js.html +++ b/docs/query-parser.js.html @@ -354,8 +354,8 @@ module.exports = QueryParser;
- Documentation generated by JSDoc 3.3.0-alpha9 - on Tue Jan 27th 2015 using the JSDoc 3.3.0-beta1 + on Wed Jan 28th 2015 using the DocStrap template. diff --git a/docs/state.js.html b/docs/state.js.html index 70d453b..905efcb 100644 --- a/docs/state.js.html +++ b/docs/state.js.html @@ -125,8 +125,8 @@ module.exports = function State() {
- Documentation generated by JSDoc 3.3.0-alpha9 - on Tue Jan 27th 2015 using the JSDoc 3.3.0-beta1 + on Wed Jan 28th 2015 using the DocStrap template.