Bug report #15188
Updated by Mike Taves over 7 years ago
Importing data into PostGIS by Drag&Drop or using the 'Import layer/file' icon fails for some .shp files (QGIS master commit:600ff4f):
<pre>
Error 7
Feature write errors:
Creation error for features from #0 to #0. Provider errors was:
PostGIS error while adding features: FEHLER: Feldüberlauf bei Typ „numeric“
DETAIL: Ein Feld mit Präzision 18, Skala 11 muss beim Runden einen Betrag von weniger als 10^7 ergeben.
Only 0 of 2 features written.
</pre>
In QGIS 2.14.3 everything works as expected.
<pre>
Error 7
Feature write errors:
Creation error for features from #0 to #0. Provider errors was:
PostGIS error while adding features: FEHLER: Feldüberlauf bei Typ „numeric“
DETAIL: Ein Feld mit Präzision 18, Skala 11 muss beim Runden einen Betrag von weniger als 10^7 ergeben.
Only 0 of 2 features written.
</pre>
In QGIS 2.14.3 everything works as expected.