removed DecimalFloat and changed it to double#93
Conversation
SummaryThe following content is AI-generated and provides a summary of the pull request: Replace Deprecated
|
There was a problem hiding this comment.
The PR makes a straightforward change replacing cds.DecimalFloat with cds.Double across the codebase, with corresponding test fixture updates. The one substantive issue is that DecimalFloat was not removed from the enum but instead given the same value as Double, leaving a redundant alias that could cause confusion — that comment has been posted.
PR Bot Information
Version: 1.20.37
- Correlation ID:
531372e8-b946-4045-bbcb-a3ddbdc00aba - Event Trigger:
pull_request.opened - File Content Strategy: Full file content
- LLM:
anthropic--claude-4.6-sonnet
|
@Kronprinz03 Can you check the linter error? => Done |
Change description