- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我有一个使用 postgres 数据库的 spring + hibernate 应用程序。我需要为 Controller 编写单元测试。对于测试,我想使用 h2 数据库,但不幸的是,测试在 create-drop 期间崩溃,给我留下了 bpchar 数据类型无效的信息。我想知道如何解决这个问题,以便我可以运行测试。
我无法将使用 bpchar 的列更改为 varchar,它需要保持原样。我也尝试设置 postgresql 模式,但没有帮助。我唯一的解决方案是使用嵌入式 postgres 数据库来执行测试,或者还有其他我可以使用的方法吗?
最佳答案
Am I right that the only solution I have is to use embedded postgres database in order to perform tests or is there any other approach that I could use?
您尝试将 postgres 特定的数据类型与 h2(没有它)一起使用。当然,这是行不通的。
如果您不能更改此字段的类型 - 在测试中使用嵌入式 postgres。
关于java - 如何对使用 bpchar 的 h2 数据库进行单元测试?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56434081/
有没有可能将CHAR数据类型自动转换成bpchar? 我们已经看到从应用程序端选择列 datatype 是 CHAR 但创建了数据库级别 bpchar 的场景。 谁能帮我解决这个问题? 最佳答案 ht
我有一个使用 postgres 数据库的 spring + hibernate 应用程序。我需要为 Controller 编写单元测试。对于测试,我想使用 h2 数据库,但不幸的是,测试在 creat
我是一名优秀的程序员,十分优秀!