From 48d9a56f7bb4e0734b3e50d75cae62cac10632a0 Mon Sep 17 00:00:00 2001 From: Inus Scheepers Date: Wed, 15 May 2024 20:57:23 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 436bc4a..76f457a 100644 --- a/README.md +++ b/README.md @@ -107,7 +107,7 @@ options: This has been written with a with Firebird 2.5 testing with database file. However, I have also verified that the python code works with a Firebird 3, installation. FB3 and FB2.5 has incompatible on-disk file structures for the -databases. Using the fdb python library, one could load a 2.5 database, by +databases. Using the fdb python library, one could load a 2.5 or 3.0 database, by pointing to the appropriate 2.5 or 3.0 fbclient.so library file. In this way one could enable loading both the 2.5 and the 3.0 and up versions of Firebird databases in the same python code for comparison and/or transfer.