Alexander Lemyagov

Results 31 comments of Alexander Lemyagov

I tried one thing. And if pass `null` [there](https://gitlab.com/Tsyklop/jpa-test/-/blob/master/src/main/java/com/example/jpatest/service/UserManageServiceImpl.java#L33) I got error. Is there any workarounds? I want search all rows without timestamp filter or with timestamp filter.

> What happens if you use `IS NULL` instead of `= NULL`? > > If this is native SQL via `@Query(value="/* SQL */", nativeQuery=true)`, then `null` doesn't equal `null` and...

I have next query: ``` SELECT * FROM "user" WHERE ((:createdAtFrom IS NULL OR :createdAtTo IS NULL) OR ("created_at" BETWEEN CAST(:createdAtFrom AS TIMESTAMP) AND CAST(:createdAtTo AS TIMESTAMP))) ``` And it...

I created query without `Pageable`: https://gitlab.com/Tsyklop/jpa-test/-/blob/master/src/main/java/com/example/jpatest/persistance/UserRepository.java#L30 I passed `null` to `createAt` parameters and got error: `org.postgresql.util.PSQLException: ERROR: cannot cast type bytea to timestamp without time zone`. Query Log: ``` 2022-04-19...

Query: ``` SELECT * FROM "user" WHERE ("created_at" BETWEEN CAST(:createdAtFrom AS TIMESTAMP) AND CAST(:createdAtTo AS TIMESTAMP)) ``` When `:createdAtFrom` or `:createdAtTo` is null from java code I got same error:...

@DenizUgur Forge splash screen disable in splash.properties in config folder

I remove RTG and NER and problem still here.

here: https://drive.google.com/file/d/0B9c2x-D6eUzeX3JBX3FSMy1HMU0/view?usp=sharing I`m using MultiMC. Forge 10.13.4.1614 and LiteLoader 1.7.10_04