You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now that we've addressed this in CitusDB, we want to get it into pg_shard as well. We know how to do prepared statements for queries, but pg_shard must support modifications as well. Adding this support will remove a ton of friction from database adapters (such as Psycopg in Python, pg in Ruby, or the JDBC adapters in Java).
The text was updated successfully, but these errors were encountered:
Now that we've addressed this in CitusDB, we want to get it into
pg_shard
as well. We know how to do prepared statements for queries, butpg_shard
must support modifications as well. Adding this support will remove a ton of friction from database adapters (such as Psycopg in Python,pg
in Ruby, or the JDBC adapters in Java).The text was updated successfully, but these errors were encountered: