Comparing version 0.1.1 to 0.1.2
{ | ||
"name": "dbq", | ||
"version": "0.1.1", | ||
"description": "terse node-mysql query wrapper that supports parallel & series execution", | ||
"version": "0.1.2", | ||
"description": "terse node-mysql query wrapper that supports parallel + series execution", | ||
"main": "dbq.js", | ||
@@ -6,0 +6,0 @@ "dependencies": { |
@@ -45,4 +45,4 @@ # dbq | ||
"update cat set living=false" | ||
,"update treaty set active=true where title='Spider Peace'" | ||
,"insert into cat2 select * from cat where living=false" | ||
,"update treaty set active=true where title='Spider Peace'" | ||
,"insert into cat2 select * from cat where living=false" | ||
) | ||
@@ -49,0 +49,0 @@ ``` |
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
8233