@infurnia/sequelize
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -287,3 +287,7 @@ "use strict"; | ||
console.time("src/sequelize.js:638 getConnection"); | ||
var hrstart = process.hrtime(); | ||
const connection = await (options.transaction ? options.transaction.connection : this.connectionManager.getConnection(options)); | ||
var endtime = process.hrtime(hrstart); | ||
console.log("[**] sql query: " + sql); | ||
console.log("src/sequelize.js:638 getConnection -> %d ms", endtime[1] / 1e6); | ||
console.timeEnd("src/sequelize.js:638 getConnection"); | ||
@@ -290,0 +294,0 @@ if (this.options.dialect === "db2" && options.alter) { |
{ | ||
"name": "@infurnia/sequelize", | ||
"description": "Infurnia's fork of Sequelize for testing a few things. equelize is a promise-based Node.js ORM tool for Postgres, MySQL, MariaDB, SQLite, Microsoft SQL Server, Amazon Redshift and Snowflake’s Data Cloud. It features solid transaction support, relations, eager and lazy loading, read replication and more.", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"repository": { | ||
@@ -6,0 +6,0 @@ "type": "git", |
Sorry, the diff of this file is not supported yet
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
2930993
32737