Playframework-1.2.4 实体和 SQL Server 2000,返回 462 条记录而不是 8800 :S
我的SQL Server 2000有问题,我一直在使用jtds-1.2.5,我有2个连接,Mysql是主体,但我需要访问MSSQL Info。问题是当我创建“List alumnos = Salumnos.findAll();”时,这会返回 462 条记录而不是 8800 :S
我包含了我的实体和表:
配置是这样的:
db.url=jdbc:mysql://pruebas:9995/proyecta
db.driver=com.mysql.jdbc.Driver
db.user=user
db.pass=******
db_saiiut.url=jdbc:jtds:sqlserver://pruebas/saiiut
db_saiiut.driver=net.sourceforge.jtds.jdbc.Driver
db_saiiut.user=user
db_saiiut.pass=******
db_saiiut.jpa.debugSQL=true
db_saiiut.jpa.dialect=org.hibernate.dialect.SQLServerDialect
干杯
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
玩!文档和里程碑不同步。 :(
多数据库支持已添加到“master”分支,但尚未发布
包含在 1.2.x 发行分支中。然而,我错误地包括
1.2.3 版本中的文档,此后已删除此内容
即将发布的 1.2.4 版本的文档(即此问题是
已经解决了)。
不幸的是,1.3 版本的发布还没有确定的时间表。谢谢
无论如何,提出这个问题。
Play! Documentation and Milestones out of synch. :(
Multi-db support was added to the ‘master’ branch, but has not been
included in the 1.2.x release branch. However, I mistakenly include
its documentation in the 1.2.3 release, and have since removed this
documentation for the upcoming 1.2.4 release (i.e. this issue is
already resolved).
Unfortunately, there is no firm schedule for the 1.3 release. Thanks
for raising this issue, in any case.