8000 Draft PostgreSQL support by jamesaoverton · Pull Request #49 · rltbl/relatable · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Draft PostgreSQL support #49

New issue 8000

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

Closed
wants to merge 6 commits into from
Closed

Draft PostgreSQL support #49

wants to merge 6 commits into from

Conversation

jamesaoverton
Copy link
Contributor

This is just a draft, and should probably never be merged.

@jamesaoverton jamesaoverton mentioned this pull request Mar 28, 2025
src/core.rs Outdated
lines.push(format!(
r#"(SELECT MAX(change_id) FROM history
WHERE "table" = ?
WHERE "table" = $1
Copy link
Contributor Author
@jamesaoverton jamesaoverton Mar 28, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is wrong and lazy, but we don't have immediate access to the DbKind here. It's the kind of thing we want {SQL_PARAM} for.

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.

1 participant
0