Jan Drábek

Results 17 comments of Jan Drábek

Moreover same problem with `max()` ``` var_dump(LocalDateTime::max()->getYear()); var_dump($a= ZonedDateTime::of(LocalDateTime::max(), TimeZone::utc())->getYear()); ```

@BenMorel Speaking of the `min()`... There seem to be a difference in used PHP version: PHP 8.0 is OK, PHP 7.4 is NOK, PHP 7.2 is NOK...

@BenMorel even more weird, just by switching PHP versions it got me the weird output. (PHP 8 and PHP 7.4 and PHP 7.2 installed via brew)... Also I have tested...

@paveljanda I did a little research and experimenting as I didn't know what value caused this... It was probably something like `/Users/foo/bar`, `/Users/foo/bar bar` or `#abcd` both fails. However on...

Ok, after another nearly while I found out that deletion works as expected when ids of each item is valid HTML IDs, this should be checked.

Though the problem seemed to disappear when properly done the row IDS (moved to #615) the deletion is still not possible. The snippet is not send if the item is...

@paveljanda No idea... as I do not understand the internals.

According to look inside the repo, all tested libraries are ORMs, Nette Database is only DBAL and therefore a bit incomparable with the others. Candidate to consider: Nextras ORM (https://nextras.org/orm/docs/3.0/)...

It would be also interesting to know number of queries queried (especially useful when doing nested loops on the entities).

Solved via rebase & push force.