-
```
新建问题前你可以搜索是否已经存在该问题或是查看google
group
rapid版本:4.0
好像新的mybatis要求mapper中对于允许为空的字段,必须注明jdbc
Type,例如:
#{email,jdbcType=VARCHAR} ,
否则在增加、修改数据时会出现错误:
### Error updating database. Cause: org.apache.ibat…
-
```
新建问题前你可以搜索是否已经存在该问题或是查看google
group
rapid版本:4.0
好像新的mybatis要求mapper中对于允许为空的字段,必须注明jdbc
Type,例如:
#{email,jdbcType=VARCHAR} ,
否则在增加、修改数据时会出现错误:
### Error updating database. Cause: org.apache.ibat…
-
### What happened?
Although multiple SQLs can be submitted at one time through `NestedSqlSession`, they are still divided into multiple transactions on the mysql side. Therefore, if there are multipl…
rfyu updated
2 months ago
-
### Bug Report
| Q | A
|------------ | ------
| BC Break | yes
| Version | 2.17.2
#### Summary
QueryBuilder ignores indexBy argument and returns the result set index…
-
I have some tables with 1-n-relations. To delete them without any foreign key problems, al these models have onerase in their constructors.
Example:
```
Model Category:
$this->beforeerase(
…
-
Great performance. Now I write code twice faster than before.
Do you plan to provide a plugin supporting Mybatis likes Jrebel?
-
It would be nice for sqlx to have its own .Err type that implements the `error` interface. Someone could later cast it and get more details on the error.
For instance, I'm always getting errors like…
-
In authorization documentation is mentioned ([here](https://docs.platformatic.dev/docs/db/authorization/rules#access-validation-on-entity-mapper-for-plugins) and [here](https://docs.platformatic.dev/d…
-
I'm trying to map a Geoshape in Elasticsearch from Mysql using Elasticsearch-river
My shape is stored as a string in Mysql and I can't manage to parse it in elasticsearch.
Would you have some tricks …
-
```
新建问题前你可以搜索是否已经存在该问题或是查看google
group
rapid版本:4.0
好像新的mybatis要求mapper中对于允许为空的字段,必须注明jdbc
Type,例如:
#{email,jdbcType=VARCHAR} ,
否则在增加、修改数据时会出现错误:
### Error updating database. Cause: org.apache.ibat…