connect-session-knex
Advanced tools
Comparing version 1.0.13 to 1.0.14
@@ -190,3 +190,3 @@ 'use strict'; | ||
return self.ready.then(function () { | ||
return self.knex.raw(mysqlfastq, [sid, new Date(expired).toISOString(), sess ]) | ||
return self.knex.raw(mysqlfastq, [sid, new Date(expired).toISOString().slice(0, 19).replace('T', ' '), sess ]) | ||
.then(function (result) { | ||
@@ -193,0 +193,0 @@ if (fn) fn(null, result); |
{ | ||
"name": "connect-session-knex", | ||
"description": "A knex.js session store for Express and Connect", | ||
"version": "1.0.13", | ||
"version": "1.0.14", | ||
"main": "index.js", | ||
@@ -6,0 +6,0 @@ "engines": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
17709