Comparing version 0.6.19 to 0.6.20
@@ -202,3 +202,5 @@ | ||
}, function(err) { | ||
return tx.rollbackAsync().thenThrow(err); | ||
return tx.rollbackAsync() | ||
.catch(function() { }) | ||
.thenThrow(err) | ||
}); | ||
@@ -205,0 +207,0 @@ }); |
{ | ||
"name": "anydb-sql", | ||
"version": "0.6.19", | ||
"version": "0.6.20", | ||
"description": "Minimal ORM for mysql, postgresql and sqlite with complete arbitrary SQL query support (based on brianc's query builder sql)", | ||
@@ -5,0 +5,0 @@ "main": "anydb-sql.js", |
41841
1050