From 90f149cd88c5586707958d664696449f6b9d6a00 Mon Sep 17 00:00:00 2001 From: Ondrej Pesek Date: Tue, 30 Jan 2024 21:51:50 +0100 Subject: [PATCH] db.connect: update GRASS version defaults in docs (#3385) it used to say that SQLite is default in GRASS GIS 7, but it is default in any version since GRASS GIS 7 --- db/db.connect/db.connect.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/db/db.connect/db.connect.html b/db/db.connect/db.connect.html index c7020ccbded..48d6dbee02f 100644 --- a/db/db.connect/db.connect.html +++ b/db/db.connect/db.connect.html @@ -4,8 +4,8 @@

DESCRIPTION

These parameters are then taken as default values by modules so that the user does not need to enter the parameters each time.

-The default database backend in GRASS GIS 7 -is SQLite. +The default database backend in GRASS GIS +is SQLite (since version 7).

NOTES