Skip to content

Support postgres schemas#247

Merged
jamesgpearce merged 1 commit intotinyplex:betafrom
appear-sh:postgres-schema-support
May 16, 2025
Merged

Support postgres schemas#247
jamesgpearce merged 1 commit intotinyplex:betafrom
appear-sh:postgres-schema-support

Conversation

@jakubriedl
Copy link
Collaborator

Summary

To support postgres schemas the only thing we need is to update the escaping function.

Closes #242

How did you test this change?

I've tested it manually, but I haven't found a good way how to test this without doing unrelated changes, because the /test folder has it's own tsconfig and doesn't have access directly to the src files that are not exposed. Which seems to be by design. But all tests of databases run over all engines and this isn't supported by SQLite to add it to the rest of sql tests.

@jamesgpearce
Copy link
Contributor

We need to check that '.' is not a valid character in all the places we use this to escape things. I feel it's probably OK, but would want to validate or test.

@jamesgpearce jamesgpearce merged commit f66c012 into tinyplex:beta May 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants