[PR #5] [MERGED] Add multiple database support & add mssql support #20

Closed
opened 2026-02-27 15:45:00 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Pro/exchange-catchall/pull/5
Author: @AlexLaroche
Created: 3/9/2014
Status: Merged
Merged: 3/10/2014
Merged by: @Pro

Base: masterHead: master


📝 Commits (1)

  • f15fe11 Add multiple database support & add mssql support

📊 Changes

16 files changed (+200 additions, -250 deletions)

View changed files

📝 CatchAllAgent.sln (+9 -10)
📝 CatchAllAgent/CatchAllAgent.cs (+43 -25)
📝 CatchAllAgent/CatchAllFactory.cs (+3 -8)
📝 CatchAllAgent/Configuration/Database.cs (+5 -59)
📝 CatchAllAgent/Configuration/DomainCollection.cs (+1 -2)
📝 CatchAllAgent/Configuration/DomainElement.cs (+0 -2)
📝 CatchAllAgent/Configuration/General.cs (+0 -2)
📝 CatchAllAgent/DatabaseConnector.cs (+7 -107)
📝 CatchAllAgent/Exchange.CatchAll.csproj (+2 -0)
📝 CatchAllAgent/Logger.cs (+1 -2)
CatchAllAgent/MssqlConnector.cs (+77 -0)
📝 CatchAllAgent/app.config (+1 -1)
MssqlDatabase.sql (+20 -0)
📝 MysqlDatabase.sql (+29 -29)
📝 install.ps1 (+2 -2)
📝 uninstall.ps1 (+0 -1)

📄 Description

No description provided


🔄 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/Pro/exchange-catchall/pull/5 **Author:** [@AlexLaroche](https://github.com/AlexLaroche) **Created:** 3/9/2014 **Status:** ✅ Merged **Merged:** 3/10/2014 **Merged by:** [@Pro](https://github.com/Pro) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`f15fe11`](https://github.com/Pro/exchange-catchall/commit/f15fe1175ee9cc26b9d0912f1e4469e61159368b) Add multiple database support & add mssql support ### 📊 Changes **16 files changed** (+200 additions, -250 deletions) <details> <summary>View changed files</summary> 📝 `CatchAllAgent.sln` (+9 -10) 📝 `CatchAllAgent/CatchAllAgent.cs` (+43 -25) 📝 `CatchAllAgent/CatchAllFactory.cs` (+3 -8) 📝 `CatchAllAgent/Configuration/Database.cs` (+5 -59) 📝 `CatchAllAgent/Configuration/DomainCollection.cs` (+1 -2) 📝 `CatchAllAgent/Configuration/DomainElement.cs` (+0 -2) 📝 `CatchAllAgent/Configuration/General.cs` (+0 -2) 📝 `CatchAllAgent/DatabaseConnector.cs` (+7 -107) 📝 `CatchAllAgent/Exchange.CatchAll.csproj` (+2 -0) 📝 `CatchAllAgent/Logger.cs` (+1 -2) ➕ `CatchAllAgent/MssqlConnector.cs` (+77 -0) 📝 `CatchAllAgent/app.config` (+1 -1) ➕ `MssqlDatabase.sql` (+20 -0) 📝 `MysqlDatabase.sql` (+29 -29) 📝 `install.ps1` (+2 -2) 📝 `uninstall.ps1` (+0 -1) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 15:45:00 +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/exchange-catchall#20
No description provided.