Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix accidental change to fieldSize
  • Loading branch information
dminor authored and nyalldawson committed Sep 9, 2020
1 parent bfd3096 commit 3f4c632
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/postgres/qgspostgresprovider.cpp
Expand Up @@ -4147,7 +4147,7 @@ bool QgsPostgresProvider::convertField( QgsField &field, const QMap<QString, QVa
case QVariant::Bool:
fieldType = QStringLiteral( "bool" );
fieldPrec = 0;
fieldSize = 0;
fieldSize = -1;
break;

case QVariant::ByteArray:
Expand Down

0 comments on commit 3f4c632

Please sign in to comment.