From 1b6d52ad5e76b8fd1f25418814688d7b2a8e4fa6 Mon Sep 17 00:00:00 2001 From: Andrea Giudiceandrea Date: Sun, 15 Sep 2024 08:57:02 +0200 Subject: [PATCH] Fix field list for some "Vector table" algs - Add field to attributes table native:addfieldtoattributestable - Advanced Python field calculator qgis:advancedpythonfieldcalculator - Field calculator native:fieldcalculator --- .../processing_algs/qgis/vectortable.rst | 41 +++++++++++++++---- 1 file changed, 32 insertions(+), 9 deletions(-) diff --git a/docs/user_manual/processing_algs/qgis/vectortable.rst b/docs/user_manual/processing_algs/qgis/vectortable.rst index 94c40074a4b..b0221688f8e 100644 --- a/docs/user_manual/processing_algs/qgis/vectortable.rst +++ b/docs/user_manual/processing_algs/qgis/vectortable.rst @@ -172,9 +172,17 @@ Parameters Default: 0 - Type of the new field. You can choose between: - * 0 --- Integer - * 1 --- Float - * 2 --- String + * 0 --- Integer (32 bit) + * 1 --- Decimal (double) + * 2 --- Text (string) + * 3 --- Boolean + * 4 --- Date + * 5 --- Time + * 6 --- Date & Time + * 7 --- Binary Object (BLOB) + * 8 --- String List + * 9 --- Integer List + * 10 --- Decimal (double) List * - **Field length** - ``FIELD_LENGTH`` @@ -461,9 +469,17 @@ Parameters Default: 0 - Type of the new field. One of: - * 0 --- Integer - * 1 --- Float - * 2 --- String + * 0 --- Integer (32 bit) + * 1 --- Decimal (double) + * 2 --- Text (string) + * 3 --- Boolean + * 4 --- Date + * 5 --- Time + * 6 --- Date & Time + * 7 --- Binary Object (BLOB) + * 8 --- String List + * 9 --- Integer List + * 10 --- Decimal (double) List * - **Field length** - ``FIELD_LENGTH`` @@ -794,10 +810,17 @@ Parameters Default: 0 - The type of the field. One of: - * 0 --- Float - * 1 --- Integer - * 2 --- String + * 0 --- Decimal (double) + * 1 --- Integer (32 bit) + * 2 --- Text (string) * 3 --- Date + * 4 --- Time + * 5 --- Date & Time + * 6 --- Boolean + * 7 --- Binary Object (BLOB) + * 8 --- String List + * 9 --- Integer List + * 10 --- Decimal (double) List * - **Output field width** - ``FIELD_LENGTH``