markddrake / YADAMU---Yet-Another-DAta-Migration-Utility

A utility for Migrating Data between Oracle, Postgres, MySQL MariaDB, Snowflake. Stage Data from supported database to Amazon S3 and Azure Blob Storage in JSON and CSV Formats
MIT License
17 stars 10 forks source link

CockroachDBI: Driver reports Postgres Compatibility Level as Database Version. #259

Closed markddrake closed 2 weeks ago

markddrake commented 3 weeks ago

The CockroachDB driver reports the Postgres compatibility level as the CockroachDB database version. It should report the CockroachDB database version.

markddrake commented 3 weeks ago

The driver now reports the CockroachDB version number correctly. The Postgres compatibility information is reported separately.