-
***
quartz version: 2.3.2
Springboot: 2.5.12
***
Our project recently switched the database from Mysql to Kingbase, but the following error occurred occasionally when performing the task. After …
-
完整日志为:
```text
[root@713734 home]# docker run -it --name kb -p 54321:54321 -e SYSTEM_USER=kingbasees -e SYSTEM_PWD=kingbasees -v /home/kingbase-es-v8-r6-docker/data:/opt/kingbase/data -v /home/kin…
-
我使用的是MongoDB数据库,但是发现相关代码中没有提供
```c#
private static void SetYourDataBaseType()
{
//备注:用户需要在此进行数据库类型的选择
//根据不同的数据库类型创建
SetDBType(DBTypeEnum.SQLSERVER); //默认SQL SERVER
/…
-
-v mypath:/opt/kingbase/data
then error:
initdb: error: could not change permissions of directory "/opt/kingbase/data": Operation not permitted
fixing permissions on existing directory /opt/kingbas…
-
### Chat2DB Version
3.0.14
### Describe the bug
-
我按说明用rdbmswriter,然后把jdbc驱动丢到 datax\plugin\writer\rdbmswriter\libs 下面
然后plugin.json 改成
{
"name": "rdbmswriter",
"class": "com.alibaba.datax.plugin.reader.rdbmswriter.RdbmsWriter",
"des…
-
IMAGE SYNC
-
Using nearly any file in the most recent KingBase 2017 PGN Format (http://www.kingbase-chess.net/) throws an error due to invalid escape characters (I believe).
For example, trying to read in KingB…
-
### Chat2DB Version
3.0.10
### Describe the bug
```
{"getApplicationMessage":{"env":"desktop","versions":"3.0.10","buildTime":1699279080401,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS …
-
Please, don't start any discussion in this thread. Only add new RDBMS or vote for existing one.
Important notes:
- we cannot add support for database if it doesn't have ADO.NET, OLE DB or ODBC provi…