HerikLyma / CPPWebFramework

​The C++ Web Framework (CWF) is a MVC web framework, Open Source, under MIT License, using C++ with Qt to be used in the development of web applications.
MIT License
445 stars 119 forks source link

Multidatabasecapability secondtry #26

Closed wehnersteffensielaff closed 5 years ago

wehnersteffensielaff commented 5 years ago

Pull Request Checklist

Please check if your Pull Request fulfills the following requirements:

Pull Request Type

What kind of change does this Pull Request introduce?

[x] Bugfix
[x] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[x] Build related changes
[x] CI related changes
[ ] Documentation content changes
[ ] Other (Please describe)

What is the current behavior?

CWF::SqldatabaseStorage can only handle one database per application properly

Issue Number: N/A

What is the new behavior?

CWF::SqldatabaseStorage will handle more than database per application properly given they have different connection names

Does this Pull Request introduce a breaking change?

[] Yes
[x] No

Other information

form more information see commit c8eb66b