refactor(sap)!: remove SapConnectionOptions' deprecated properties#12080
refactor(sap)!: remove SapConnectionOptions' deprecated properties#12080gioboa merged 3 commits intotypeorm:masterfrom
Conversation
Review Summary by QodoRemove deprecated SAP driver and pool configuration properties
WalkthroughsDescription• Remove deprecated SAP driver properties from interfaces and implementation • Eliminate hanaClientDriver, max, min, maxWaitingRequests, requestTimeout, checkInterval, and idleTimeout options • Simplify pool configuration logic by removing fallback handling for deprecated properties • Streamline driver dependency loading to use only current driver property Diagramflowchart LR
A["SapDataSourceOptions Interface"] -->|remove deprecated props| B["Cleaned Interface"]
C["SapDriver Implementation"] -->|remove fallback logic| D["Simplified Pool Config"]
E["loadDependencies Method"] -->|remove hanaClientDriver| F["Direct driver usage"]
B --> G["Cleaner API"]
D --> G
F --> G
File Changes1. src/driver/sap/SapDataSourceOptions.ts
|
commit: |
Code Review by Qodo
1. Undocumented hanaClientDriver removal
|
Code Review by Qodo
1. hanaClientDriver fallback removed
|
Code Review by Qodo🐞 Bugs (0) 📘 Rule violations (0) 📎 Requirement gaps (0)
Great, no issues found!Qodo reviewed your code and found no material issues that require reviewⓘ The new review experience is currently in Beta. Learn more |
Code Review by Qodo
1. Undocumented hanaClientDriver removal
|
Code Review by Qodo🐞 Bugs (0) 📘 Rule violations (0) 📎 Requirement gaps (0)
Great, no issues found!Qodo reviewed your code and found no material issues that require reviewⓘ The new review experience is currently in Beta. Learn more |
pkuczynski
left a comment
There was a problem hiding this comment.
Small docs change requested...
Close #12079
Description of change
Pull-Request Checklist
masterbranchFixes #00000tests/**.test.ts)docs/docs/**.md)