-
## MyBatis version
3.4.1
## Database vendor and version
MySQL Oracle community edition version 5.7.13
## Test case or example project
https://github.com/mberta/mybatis-test-mysql-aborted-conn…
-
每个月都会生成一个表,表的名称是根据时间匿名的。例如,假设当前月份是2023年11月,我会匿名为log_112023,并将新增的数据放入log_112023表。在查询时,会根据时间来查询。例如,如果要查询从2023年11月到2024年3月的数据,就需要将log_112023、log_122023、log_012024、log_022024、log_032024的表连接起来返回数据。如何使用MyBa…
-
```
Spring Boot Version: 3.2.5
19:04:33.311 [restartedMain] INFO c.e.c.m.Application - [logStarting,50] - Starting Application using Java 17.0.6 with PID 104932
19:04:33.314 [restartedMain] DEBUG…
-
1. [ ] logging
2. [ ] mybatis 동적 query
3. [x] 댓글 저장
4. [x] 댓글 쓴 사람이 로그인한 사람일시, 삭제버튼 노출
5. [ ] 좋아요
6. [x] zenhub 플러그인
7. [ ] Nelo
8. [ ] 2022년 3월 7일 수업 받기
9. [ ] uri?
10. [ ] Interveptor
11.…
-
Oracle has optimizer hint feature on select statements , add ability to provide this hits here is an example of **PARALLEL** hint
```
SELECT /*+ PARALLEL(4) */ customers.cust_first_name, customers…
-
```
What version of the MyBatis are you using?
Testing with MyBatis 3.2.0 Nov 4th Snapshot
Please describe the problem. Unit tests are best!
Start up time is 20% slower when using 3.2.0. Went from …
-
### 기본 환경설정
- yml 을 통해서 설정을 진행한다
- [x] jsp 설정하기
- [x] database 설정하기
-
![Snipaste_2023-10-25_13-33-22](https://github.com/Link-Kou/intellij-mybaitslog/assets/45172089/f29b69d4-9751-4e6d-903f-32f35413844a)
idea版本:2023.2.3
mybatis log版本:5.0.8.2
-
I have encountered a new exception as follows when I use flacoco to localize an NPE bug in [https://github.com/mybatis/mybatis-3/commit/5a26fd106832fc70c08d0a1597a1999798236581](https://github.com/myb…
-
```
What version of the MyBatis are you using? 3.1.1
Please describe the problem. Unit tests are best!
A table description like the following that specifies a generated-key column
should create a…