Skip to content

feat: use tokio postgres client instead of sqlx for postgres trigger #5850

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

Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
0c8076a
remove macro query when interacting with remote db
dieriba May 8, 2025
b3ca9ec
Merge branch 'main' into dieri/fix-backward-compatibility-pg-14-for-p…
dieriba May 8, 2025
5d9c283
fix compatibility and nits
dieriba May 9, 2025
c1ad8fb
Merge branch 'main' into dieri/fix-backward-compatibility-pg-14-for-p…
dieriba May 9, 2025
c212a3a
fix bug save for publication tracking all table
dieriba May 9, 2025
24dcf39
fix infinite loop svelte 5
dieriba May 9, 2025
8c4e301
nits on (gcp/postgres) trigger+ refactor on postgres trigger
dieriba May 9, 2025
2e06438
update .sqlx
dieriba May 9, 2025
7d7c510
update repo ref
dieriba May 9, 2025
f0b37df
uodate repo ref
dieriba May 10, 2025
d818bd8
fix
dieriba May 11, 2025
34a301b
fix
dieriba May 11, 2025
90eb073
nits + extend postgres capture
dieriba May 11, 2025
903564e
fix import gcp
dieriba May 11, 2025
843e56d
Merge branch 'main' into dieri/fix-backward-compatibility-pg-14-for-p…
dieriba May 11, 2025
ae97f28
fix reactivity issue
dieriba May 11, 2025
f39b0a8
add postgres transaction for successive write operation
dieriba May 12, 2025
b7a4cd0
fix isValid state edge cases
dieriba May 12, 2025
8fb7f76
fix reorder transaction
dieriba May 12, 2025
11fc085
reorder transaction
dieriba May 12, 2025
fa01b96
remove unused import
dieriba May 12, 2025
88d4cfa
update test connection
dieriba May 12, 2025
a935d3f
Merge branch 'main' into dieri/fix-backward-compatibility-pg-14-for-p…
dieriba May 24, 2025
bc24bcf
add missing props
dieriba May 24, 2025
35729b0
fix import/bugs and nits
dieriba May 24, 2025
d535852
remove sqlx client and only use rust-postgres client
dieriba May 26, 2025
64f8149
Merge branch 'main' into dieri/fix-backward-compatibility-pg-14-for-p…
dieriba May 26, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update .sqlx
  • Loading branch information
dieriba committed May 9, 2025
commit 2e06438c399962c7d88774bcaf809a7d71c13a6b

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

This file was deleted.

This file was deleted.

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

This file was deleted.

This file was deleted.

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

This file was deleted.

This file was deleted.

Loading