mirror of
https://github.com/Pro/exchange-catchall.git
synced 2026-04-25 07:25:53 +03:00
[PR #5] [MERGED] Add multiple database support & add mssql support #20
Labels
No labels
bug
enhancement
pull-request
question
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/exchange-catchall#20
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:master📝 Commits (1)
f15fe11Add 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.