feat: implement batch and insert update operation#1266
feat: implement batch and insert update operation#1266tolgaozen merged 4 commits intoPermify:masterfrom
Conversation
|
Hey @tolgaozen am i going right on this ? |
|
Hey @tolgaozen this is completed |
|
Hi @Gmin2, thank you for your contributions. Can you please change the commit title to follow the standard specified at https://www.conventionalcommits.org/en/v1.0.0/? |
Done @tolgaozen |
Implement batch processing for INSERT and UPDATE operations using pgx.Batch to improve performance and reduce network latency.
|
Hi @Gmin2, tests did not pass. Could you please review the tests on your local machine and fix the errors? You can run the tests using the |
|
Hi @Gmin2 , is there any update? |
will push the test today @tolgaozen |
|
Donee @tolgaozen |
|
Hello @Gmin2, changing the tests is not a good solution. Instead, it makes more sense to adapt the code to be suitable for the tests. |
|
@tolgaozen i am not able to debug, why the test are failing |
This reverts commit 4dc00ec.
/claim #1252
Fixes #1252