nucleuscloud / neosync

Open source data anonymization and synthetic data orchestration for developers. Create high fidelity synthetic data and sync it across your environments.
https://www.neosync.dev
Other
3.34k stars 119 forks source link

NEOS-1393: adds support for postgres special characters except for double quotes #2592

Closed nickzelei closed 2 months ago

nickzelei commented 2 months ago

Adds support for special characters in postgres schemas and tables.

This does not currently support schemas/tables with double quotes.

Fast follow in Github: https://github.com/nucleuscloud/neosync/issues/2591

linear[bot] commented 2 months ago

NEOS-1393 Postgres schemas with special characters do not work with System queries

vercel[bot] commented 2 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Skipped Deployment | Name | Status | Preview | Comments | Updated (UTC) | | :--- | :----- | :------ | :------- | :------ | | **neosync-docs** | ⬜️ Ignored ([Inspect](https://vercel.com/neosync/neosync-docs/CMHHjvCn2B3e4xiwxzP4eWPYA6qB)) | | | Sep 3, 2024 9:39pm |
codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 31.18%. Comparing base (9eea41b) to head (0b49516). Report is 2 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #2592 +/- ## =========================================== + Coverage 10.50% 31.18% +20.67% =========================================== Files 264 264 Lines 24640 24685 +45 =========================================== + Hits 2589 7697 +5108 + Misses 21667 15910 -5757 - Partials 384 1078 +694 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

nickzelei commented 2 months ago

Integration test that failed must be flaky. Ran a few times locally and no failures.