[PR #906] [MERGED] bugfix: pgsql IN operator must work with ANY operator #3835

Closed
opened 2026-03-13 13:00:41 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/1Remote/1Remote/pull/906
Author: @goldenbull
Created: 4/10/2025
Status: Merged
Merged: 4/14/2025
Merged by: @VShawn

Base: mainHead: postgres


📝 Commits (1)

  • 2488fdb bugfix: pgsql IN operator must work with ANY operator

📊 Changes

1 file changed (+5 additions, -1 deletions)

View changed files

📝 Ui/Service/DataSource/DAO/Dapper/DapperDataBase.cs (+5 -1)

📄 Description

DELETE FROM can not work in postgresql because dapper has some trouble with IN operator in postgresql.

see https://github.com/DapperLib/Dapper/issues/1324


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/1Remote/1Remote/pull/906 **Author:** [@goldenbull](https://github.com/goldenbull) **Created:** 4/10/2025 **Status:** ✅ Merged **Merged:** 4/14/2025 **Merged by:** [@VShawn](https://github.com/VShawn) **Base:** `main` ← **Head:** `postgres` --- ### 📝 Commits (1) - [`2488fdb`](https://github.com/1Remote/1Remote/commit/2488fdb1df3bba344700fbcab53c0bc33fe29a00) bugfix: pgsql IN operator must work with ANY operator ### 📊 Changes **1 file changed** (+5 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `Ui/Service/DataSource/DAO/Dapper/DapperDataBase.cs` (+5 -1) </details> ### 📄 Description `DELETE FROM` can not work in postgresql because dapper has some trouble with `IN` operator in postgresql. see https://github.com/DapperLib/Dapper/issues/1324 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-13 13:00:41 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/1Remote#3835
No description provided.