Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: 连接人大金仓数据库,1、右键修改表,查看ddl操作查看表结构,失败,报错,2、在列表中修改数据,保存无效 #1609

Open
songyi123 opened this issue Dec 24, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@songyi123
Copy link

Chat2DB Version

Chat2DB Pro2.14.1

Describe the bug

ERROR: column tc.is_deferrable does not exist Position: 227 At Line: 1, Line Position: 227 KSQLException:com.kingbase8.util.KSQLException
com.kingbase8.util.KSQLException: ERROR: column tc.is_deferrable does not exist
Position: 227 At Line: 1, Line Position: 227
at com.kingbase8.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2679)
at com.kingbase8.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:2367)
at com.kingbase8.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:318)
at com.kingbase8.jdbc.KbStatement.executeInternal(KbStatement.java:472)
at com.kingbase8.jdbc.KbStatement.execute(KbStatement.java:392)
at com.kingbase8.jdbc.KbStatement.executeWithFlags(KbStatement.java:333)
at com.kingbase8.jdbc.KbStatement.executeCachedSql(KbStatement.java:319)
at com.kingbase8.jdbc.KbStatement.executeWithFlags(KbStatement.java:296)
at com.kingbase8.jdbc.KbStatement.execute(KbStatement.java:291)
at ai.chat2db.spi.sql.SQLExecutor.execute(SQLExecutor.java:57)
at ai.chat2db.plugin.kingbase.KingBaseMetaData.indexes(KingBaseMetaData.java:68)
at ai.chat2db.server.domain.core.impl.TableServiceImpl.query(TableServiceImpl.java:96)
at ai.chat2db.server.web.api.controller.rdb.TableController.query(TableController.java:211)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)

@songyi123 songyi123 added the bug Something isn't working label Dec 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant