nuts.jian

Results 3 issues of nuts.jian

```yaml jooq: provider: driverClassName: com.mysql.cj.jdbc.Driver username: root password: 123456 hostname: database.0coolvertx0.io instance: DB_ETERNAL jdbcUrl: jdbc:mysql://database.0coolvertx0.io:3306/DB_ETERNAL options: hikari.max.lifetime: 25600000 hikari.minimum.idle: 2 hikari.maximum.pool.size: 8 ``` line:70 this.dataSource.setMaxLifetime(this.database.getOption(OPT_MAX_LIFETIME, 25600000L)); hikari.max.lifetime:java.lang.Integer cannot be cast...

Wait for Validation

## Purpose of this pull request [JDBC] SqLite Connector Due to the type affinity of sqlite3, and the dynamic data types. SqliteTypeMapper.mapping cannot just use columnTypeName to determine the real...

First-time contributor
connectors-v2

### Search before asking - [X] I had searched in the [issues](https://github.com/CloudOrc/SolidUI/issues) and found no similar feature requirement. ### Problem Description _No response_ ### Description _No response_ ### Use case...

feature
UI