Comparing version 0.3.0 to 0.3.1
@@ -79,3 +79,3 @@ (function(exports) { | ||
t = dir; | ||
dir = "INNER"; | ||
dir = "LEFT"; | ||
} | ||
@@ -356,3 +356,3 @@ | ||
if( global.join.length > 0 ) | ||
global.query += global.join.join(); | ||
global.query += global.join.join(''); | ||
if( global.where.length > 0 ) | ||
@@ -359,0 +359,0 @@ global.query += " WHERE " + global.where; |
{ | ||
"name": "monologue", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "Streamlined MySQL query building", | ||
@@ -5,0 +5,0 @@ "main": "./monologue.js", |
Monologue - Streamlined query building | ||
====================================== | ||
[![NPM](https://nodei.co/npm/monologue.png?compact=true)](https://nodei.co/npm/monologue/) | ||
**Breaking Changes for v0.3.0** | ||
@@ -5,0 +7,0 @@ |
Sorry, the diff of this file is not supported yet
41163
104