Fix SQL error reporting to NOT split on newline
This commit is contained in:
parent
4b1d6cd729
commit
10a66fbd66
1
NEWS.md
1
NEWS.md
@ -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
4
npm-shrinkwrap.json
generated
@ -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"
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user