Fix SQL error reporting to NOT split on newline

This commit is contained in:
Sandro Santilli 2013-06-26 13:26:53 +02:00
parent 4b1d6cd729
commit 10a66fbd66
3 changed files with 4 additions and 3 deletions

View File

@ -3,6 +3,7 @@
* Fix deadlock on new style creation
* Fix database authentication with multi-table layergroups
* Add tile and grid fetching checks at layergroup creation time
* Fix SQL error reporting to NOT split on newline
1.3.0
------

4
npm-shrinkwrap.json generated
View File

@ -9,7 +9,7 @@
"version": "1.3.3"
},
"windshaft": {
"version": "0.12.6",
"version": "0.12.7",
"dependencies": {
"grainstore": {
"version": "0.13.4",
@ -81,7 +81,7 @@
"version": "0.1.22",
"dependencies": {
"rimraf": {
"version": "2.1.4"
"version": "2.2.0"
},
"graceful-fs": {
"version": "1.2.2"

View File

@ -20,7 +20,7 @@
"dependencies": {
"node-varnish": "0.1.1",
"underscore" : "~1.3.3",
"windshaft" : "~0.12.6",
"windshaft" : "~0.12.7",
"step": "0.0.x",
"generic-pool": "~2.0.3",
"redis": "~0.8.3",