当你得到序列时,如何使用内存中的 sqlite 对流畅的映射进行单元测试

发布于 2024-10-15 19:59:39 字数 176 浏览 2 评论 0原文

我的真实数据库是oracle,并且有序列(不在我的控制之下)。 我想测试内存中 sqlite 数据库的映射, 我考虑了几个选项,执行一个序列约定(如果可能),该约定仅在我使用 oracle 时才有效,使 Id 映射调用另一种方法,该方法将自行解析 id 映射,并向某人询问配置的信息数据库。

解决我的问题的最佳做法是什么?

My Real db is oracle, and has sequences(not under my control).
I wanna test the mappings with in memory sqlite db,
I thought about a few options, do a sequence conventions(if possible) that will be active only when I'm on oracle, make the Id Mapping call another method that will resolve the id mapping by it self and ask some one about the configured db.

What is the best practice for my problem?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

晚雾 2024-10-22 19:59:39

使用GenretedBy.Native([seqName]);

Use the GenretedBy.Native([seqName]);

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文