blinkfox / fenix

This is an extension library to the Spring Data JPA complex or dynamic SQL query. 这是一个比 MyBatis 更加强大的 Spring Data JPA 扩展库,为解决复杂动态 JPQL (或 SQL) 而生。https://blinkfox.github.io/fenix
https://blinkfox.github.io/fenix
Apache License 2.0
346 stars 72 forks source link

自定义SQL中字段_转驼峰 #39

Closed niejianjun closed 2 years ago

niejianjun commented 3 years ago

自定义SQL中字段_转驼峰

blinkfox commented 3 years ago

@niejianjun 你还需要多写几个单元测试,我单元测试中使用内存数据库的,你借鉴我的代码写一下。各种情况都要考虑测试下,并且要兼容以前的代码才行

blinkfox commented 2 years ago

感谢贡献,新版本重写思考和实现了此功能,很抱歉,不能合并你的代码。