feat(server-core)!: Remove deprecated dbType option#11045
Conversation
`CreateOptions.dbType` has been deprecated since v0.30.30 and is now
removed. Passing it throws an error. Use driverFactory instead (return
a DriverConfig `{ type, ... }`), or set the `CUBEJS_DB_TYPE` environment
variable.
BREAKING CHANGE: CreateOptions.dbType has been removed. Use driverFactory instead.
|
Claude finished @ovr's task in 1m 27s —— View job Code Review — feat(server-core)!: Remove deprecated dbType optionOverall this is a clean, well-scoped breaking change. Removal is consistent across Verdict: approve direction — 0 high, 0 medium, 4 low/nit. Details — findings + completed checklistChecklist
Findings1. 2. Error message wording (nit) 3. 4. Notes / non-issues
|
|
Claude finished @ovr's task in 1m 5s —— View job Code Review — re-run on syncNo new commits since the prior review at 17:23Z (HEAD is still Prior findings — still applicable
Verdict: approve direction — 0 high, 0 medium, 4 low/nit (unchanged). · branch |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## feat/release-v1.7.0 #11045 +/- ##
======================================================
Coverage ? 79.09%
======================================================
Files ? 470
Lines ? 95777
Branches ? 3502
======================================================
Hits ? 75757
Misses ? 19506
Partials ? 514
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
CreateOptions.dbTypehas been deprecated since v0.30.30 and is now removed. Passing it throws an error. Use driverFactory instead (return a DriverConfig{ type, ... }), or set theCUBEJS_DB_TYPEenvironment variable.BREAKING CHANGE: CreateOptions.dbType has been removed. Use driverFactory instead.