Playframework-1.2.4 实体和 SQL Server 2000,返回 462 条记录而不是 8800 :S

发布于 2024-12-27 20:22:09 字数 652 浏览 4 评论 0 原文

我的SQL Server 2000有问题,我一直在使用jtds-1.2.5,我有2个连接,Mysql是主体,但我需要访问MSSQL Info。问题是当我创建“List alumnos = Salumnos.findAll();”时,这会返回 462 条记录而不是 8800 :S

我包含了我的实体和表:

http://pastebin.ca/2104196

配置是这样的:

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

干杯

I have a problem with SQL Server 2000, I has been using jtds-1.2.5, I have 2 connections, Mysql is the principal, but I need access to MSSQL Info. The problem is when I make a "List alumnos = Salumnos.findAll();", this return 462 records instead of 8800 :S

I included my Entity and the table:

http://pastebin.ca/2104196

The Config is something like this:

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

Cheers

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

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

发布评论

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

评论(1

我是有多爱你 2025-01-03 20:22:09

玩!文档和里程碑不同步。 :(

多数据库支持已添加到“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.

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