Aliothmoon

Results 11 comments of Aliothmoon

MySQL does not support the SQL syntax 'NULLS LAST' see [mysql-orderby-a-number-nulls-last](https://stackoverflow.com/questions/2051602/mysql-orderby-a-number-nulls-last)

As shown below, non-null values can be sorted normally, with null values sorted at the end in mysql ```sql select * from table_name order by order_num is null, order_num ```

I think if implementing different QueryColumn#asc().nullsLast() based on the database type, it may lead to some semantic issues

[March7thAssistant](https://mirrorchyan.com/zh/projects?rid=March7thAssistant&os=&arch=&channel=stable) 有mirrorchyan的话可以直接在这里下载全量包

这个哪个版本嘞?待反序列化的字段是怎么样的?

我在1.9.7版本下是能支持的,手边没有PG数据库进行测试,有可能是使用方式不对,Mysql下是能正常工作的 ```java @Column(typeHandler = JacksonTypeHandler.class) private List obj; @Data public class E1 { private int f1; private String f2; } // 数据 [{"f1": 1, "f2": "2"}] // 结果 [User(id=1, obj=[E1(f1=1,...

他套了一个PGobject用于支持Pg的jsonb,不太清楚的他的具体结构和细节是什么

You may need to review this document if you are running in AOT mode. [graalvm_guide](https://fury.apache.org/zh-CN/docs/guide/graalvm_guide#graalvm-native-image-%E4%BB%8B%E7%BB%8D) so you must create Fury as an static field of a class, and register all...

1. 还有其他样例吗,截止回答前没有复现 ![Image](https://github.com/user-attachments/assets/548c0595-b0c5-4185-9498-33ffdd71e193) 2. 不存在搜索项的会返回尽可能接近的数据