Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
9cdceab
Makefile: Formatting
job-almekinders Jun 19, 2024
dca9c9a
Makefile: Exclude Snowflake tests for postgres offline store tests
job-almekinders Jun 19, 2024
fc65cfc
Bootstrap: Use conninfo
job-almekinders Jun 19, 2024
a3ea80d
Tests: Make connection string compatible with psycopg3
job-almekinders Jun 19, 2024
e53d9e6
Tests: Test connection type pool and singleton
job-almekinders Jun 20, 2024
59cbd10
Global: Replace conn.set_session() calls to be psycopg3 compatible
job-almekinders Jun 20, 2024
0f86e9e
Offline: Use psycopg3
job-almekinders Jun 19, 2024
cd91fdc
Online: Use psycopg3
job-almekinders Jun 19, 2024
3504c77
Online: Restructure online_write_batch
job-almekinders Jun 20, 2024
6e45f8e
Online: Use correct placeholder
job-almekinders Jun 20, 2024
c755fcd
Online: Handle bytes properly in online_read()
job-almekinders Jun 20, 2024
acd4a8f
Online: Whitespace
job-almekinders Jun 20, 2024
36147ef
Online: Open ConnectionPool
job-almekinders Jun 21, 2024
d3fd7e7
Online: Add typehint
job-almekinders Jun 21, 2024
0a9bced
Utils: Use psycopg3
job-almekinders Jun 19, 2024
af136da
Lint: Raise exceptions if cursor returned no columns or rows
job-almekinders Jun 21, 2024
0926a15
Add comment on +psycopg string
job-almekinders Jun 21, 2024
6514987
Docs: Remove mention of psycopg2
job-almekinders Jun 21, 2024
915454c
Lint: Fix
job-almekinders Jun 21, 2024
d8e6619
Default to postgresql+psycopg and log warning
job-almekinders Jun 25, 2024
3328530
Solve merge conflicts
job-almekinders Jun 27, 2024
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
Docs: Remove mention of psycopg2
Signed-off-by: Job Almekinders <job.almekinders@teampicnic.com>
  • Loading branch information
job-almekinders committed Jun 27, 2024
commit 6514987a4ecef6b57ba7677119fe6995704ceb67
2 changes: 1 addition & 1 deletion docs/tutorials/using-scalable-registry.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ When this happens, your database is likely using what is referred to as an
in `SQLAlchemy` terminology. See your database's documentation for examples on
how to set its scheme in the Database URL.

`Psycopg2`, which is the database library leveraged by the online and offline
`Psycopg`, which is the database library leveraged by the online and offline
Comment thread
franciscojavierarceo marked this conversation as resolved.
stores, is not impacted by the need to speak a particular dialect, and so the
following only applies to the registry.

Expand Down