gpt4 book ai didi

sql - Sybase ASE 15 + hibernate : SybSQLException when using quotes in queries

转载 作者:行者123 更新时间:2023-12-03 08:24:10 25 4
gpt4 key购买 nike

我在Hibernate 3.3.2生成的包含双引号的查询中遇到语法错误:

create table tbl_version (
id int identity not null,
"code_name" varchar(255) null,
version_nbr varchar(255) null,
software_name varchar(255) null,
primary key (id)
)

Caused by: com.sybase.jdbc4.jdbc.SybSQLException: Incorrect syntax near ','.
at com.sybase.jdbc4.tds.Tds.a(Unknown Source)

有人知道出什么问题吗?
由于我的方言正确,因此我认为Sybase需要进行一些配置更改。

最佳答案

这是JDBC4驱动程序的已知问题:
https://issues.jboss.org/browse/JBPAPP-4661

解决方法是,可以将以下内容附加到JDBC URL:?SQLINITSTRING=set quoted_identifier on

关于sql - Sybase ASE 15 + hibernate : SybSQLException when using quotes in queries,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4919641/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com