Skip to content
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

feat: remove casting from the finder #53

Merged
merged 2 commits into from
Oct 2, 2024
Merged

feat: remove casting from the finder #53

merged 2 commits into from
Oct 2, 2024

Conversation

seuros
Copy link
Member

@seuros seuros commented Sep 30, 2024

The casting there turn value like 020202 to 2002-02-02 which make the finder break in some cases

Devs should cast their input before passing it to the finder. The ORM also do automatic casting when possible.

Build failure are unrelated to this change .

The casting there turn value like 020202 to 2002-02-02 which make the finder break in some cases

Devs should cast their input before passing it to the finder
@seuros seuros merged commit a16a106 into master Oct 2, 2024
14 of 18 checks passed
@seuros seuros deleted the removecasting branch October 2, 2024 21:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants