Mert Çorumlu

Results 2 issues of Mert Çorumlu

I think the condition on this line is not true: https://github.com/flutterchina/cookie_jar/blame/a14f284ba731fc2e69bd940770b182adb2659781/lib/src/jar/persist.dart#L133 ```dart final isSession = cookie.cookie.expires == null && cookie.cookie.maxAge == null; if ((isSession && persistSession) || (persistSession && !cookie.isExpired()))...

``` java.lang.IllegalArgumentException: org.hibernate.query.sqm.produce.function.FunctionArgumentException: All array arguments must have a type compatible to the first argument type [BasicAttributeMapping(NavigableRole[org.hibernate.bugs.Author.{id}])@1504325562], but argument 2 has type 'BasicAttributeMapping(NavigableRole[org.hibernate.bugs.Author.{id}])@1468882178' at org.hibernate.internal.ExceptionConverterImpl.convert(ExceptionConverterImpl.java:143) at org.hibernate.query.spi.AbstractSelectionQuery.list(AbstractSelectionQuery.java:431) at org.hibernate.query.spi.AbstractSelectionQuery.getSingleResult(AbstractSelectionQuery.java:555) at...