Mark Drake

Results 33 issues of Mark Drake

``` C:\Development\YADAMU>node C:\Development\YADAMU\src\qa\cli\test.js CONFIG=qa\YDB2\PGDT.json 2022-07-30T16:05:24.187Z [QA][Environemnt][x64][win32][v17.7.2]: Running tests 2022-07-30T16:05:24.374Z [INFO][Postgres][140004][Configuration]: PostGIS Version: 3.2 USE_GEOS=1 USE_PROJ=1 USE_STATS=1. 2022-07-30T16:05:24.433Z [INFO][Postgres][140004][Configuration]: PostGIS Version: 3.2 USE_GEOS=1 USE_PROJ=1 USE_STATS=1. 2022-07-30T16:05:24.434Z [INFO][READER][Postgres][140004][Manager]: Ready. 2022-07-30T16:05:24.451Z [INFO][WRITER][Postgres][140004][DDL_ONLY][Manager]: Ready....

Database Vendor Issue
YugabyteDBI

Currently Yadamu does not support exporting tables that contain one or more ARRAY columns

enhancement
PostgresDBI

Please note that this is a case where the behavior of MySQL2 diverges significantly from MySQL. Testcase for MySQL ```js import {pipeline} from 'stream/promises' import {Transform} from 'stream' import mysql...

needs investigation