-
-
Notifications
You must be signed in to change notification settings - Fork 59
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
Fix Date(time) instance in primary key #677
Conversation
Please, as you can see, since updates to other rdbms' it is best to keep changes as small as possible. Please, fix all build issues. Thx. |
Yes, working on it.
for MySQL specifically
I will look into that too |
Oh, sorry, that something that broke and I hadn't time to fix it. If you don't want, let fixing this on me. |
fbcba0e
to
f987af7
Compare
$res = $this->orm->userStatsX->getBy(['date' => new DateTime('2019-01-01')]); | ||
Assert::notNull($res); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
getByChecked?
Awesome <3 |
I replaced getBy(Id)/assertNotNull by their checked variant in the files tests I touched (except the case where it would lead to unused variable). |
@jkavalik could you please fixup relevant commits, i.e. keep split fixing CI; and then your fix with tests in another commit? thx |
Reordered and squashed |
Fixed a bad conflict resolution.. |
Thank you a lot! |
No description provided.