-
Notifications
You must be signed in to change notification settings - Fork 229
database: decaffeinate #8687
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
haraldschilly
wants to merge
37
commits into
master
Choose a base branch
from
decaff-20251223
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
database: decaffeinate #8687
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5fc8bcc to
57f3373
Compare
57f3373 to
db90cff
Compare
c77ebf6 to
041a162
Compare
a0aae98 to
7fdda16
Compare
291eab8 to
b25c175
Compare
b25c175 to
54a9545
Compare
380fbc7 to
14bec95
Compare
4598839 to
4b79a06
Compare
6460117 to
b231d9f
Compare
b231d9f to
2f19659
Compare
Contributor
Author
|
@codex review |
|
Codex Review: Didn't find any major issues. Bravo. ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
If Codex has suggestions, it will comment; otherwise it will react with 👍. Codex can also answer questions or update the PR. Try commenting "@codex address that feedback". |
Resolved conflicts: - postgres-user-queries.coffee: Removed (already converted to TypeScript) - packages/database/postgres/types.ts: Merged method signatures - packages/server/projects/collaborators.ts: Integrated ownership checks 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <[email protected]>
…d adjust tests -- issue appeared after merging in the diverging changes from branch project-transfer-ownership-7718
d573594 to
af07175
Compare
- drop _clients/_client_index and make pg.Pool the core connection for PostgreSQL - remove per-instance connection options and assume shared pool config - add _get_query_client/_get_listen_client and keep a dedicated LISTEN/NOTIFY client - route queries through pooled clients and update connect/disconnect semantics - adjust sync/message/group helpers to release pooled clients - remove backup/restore ops from database API while keeping getBackupTables/NON_CRITICAL_TABLES - update tests and cleanup to close listen clients and await pool shutdown
af07175 to
0629ac8
Compare
d46442f to
93c754d
Compare
93c754d to
8918076
Compare
- Treat array types as ARRAY when checking column diffs to avoid false alters - Keep schemaNeedsSync logging at info with clearer messages and a schema-matches line - Add unit coverage for array and double precision column comparisons - Update accounts schema banner year
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
things to add
pg_try_advisory_lock