-
-
Notifications
You must be signed in to change notification settings - Fork 71
Fix queryStatisticsCollectionForQuantity with Date parameter (BREAKING CHANGE) #252
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
…h fractional seconds Co-authored-by: robertherber <[email protected]>
commit: |
|
@copilot I think we should change the parameter to be a Date instead. It will be a breaking change but makes the API clearer. |
Changed the parameter type from |
|
@copilot It still doesn't pass a date |
Fixed in commit cca6e86. The method now accepts |
Breaking Change
Changed
queryStatisticsCollectionForQuantityto acceptanchorDate: Dateinstead ofanchorDate: stringfor better type safety and API consistency.Before:
After:
Original prompt
queryStatisticsCollectionForQuantitythrows std::runtime_error #251✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.