Since I'm testing postgres 16 rc 1 I am not able to use Database reverse engineering anymore.
I'm using DataModeler 3.13 with these x86 libraries: (older ones, because there are no libraries for 16 rc 1)
- libcrypto-1_1.dll Version 1.1.1.12
- libpq.dll Version 13.0.4.21261
- libssl-1_1.dll Version 1.1.1.12
I got the same error as in postgres 11.1
DataModeler is raising this Warning while trying to Load from database:
TMS Data Modeler detected you are connecting to a database server whose version is older than the selected one (PostgreSQL 11). Reverse engineering may not work properly. Do you want to proceed?
Looks like it is not able to get the current version of postgres, so DataModeler executes old SQL?