Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何在内存数据库的 H2 中创建 STUFF 函数?这是为 DAO 函数编写 Junit 所必需的,该函数使用具有“STUFF”函数的查询来查询 MS SQL 数据库。
我尝试扩展 H2Dialect 但不确定如何在 H2 中注册此功能。
请建议