Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* Get mysql build to run * Enable mysql_fdw by default * Replace Docker container with Docker Compose in acceptance tests This slides in mysql container that is accessible from hydra * Move http ext tests to main acceptance test cases * Always run docker compose down to clean up networks * Rename to `profileName` * Add `mysql_fdw` tests to verify direct connection * Only start all containers for acceptance tests * Remove test docker-compose.yaml * Remove unused import * Bump `github.com/jackc/pgx` to consume bug fixes * Validate mysql_fdw only return one row * Remove vendor * Use text/template * Move `docker compose down` after kill * Expand flags * Fix bug that use `--profile` instead of `--project-name` * Make `http` & `mysql_fdw` ext behavior consistent with `postgres_fdw` * Disable preload * Extensions are not loaded by default (require explicit `CREATE EXTENSION` statements) * Multicorn build * Get spilo build to work with multicorn * Enable multicorn ext for spilo * Add multicorn create foreign table acceptance test * Do not enable `multicorn` ext by default * Tag multicorn2 to v2.4 * Pin s3csv_fdw to the latest commit * Add support of multicorn gspreadsheet fdw Add support of multicorn gspreadsheet fdw
- Loading branch information