-
测试脚本如下:
create table g_account (
fAcctNum NUMERIC(10) not null default 0,
fCaseYear INTEGER not null default '0'
)
partition by list (fAcctNum);…
-
Check AddressTest:
org.springframework.jdbc.BadSqlGrammarException: CallableStatementCallback; bad SQL grammar [{call TRON_LN.LN_TRC_DIRECCION_TRN.P_TRASPASO_PRV(?, ?, ?, ?, ?, ?, ?, ?)}]; nest…
-
Hello.
I've recognized, that graphouse doesn't save all incoming metrics until his (?) metrics tree won't fill. It looks like MetricCacher does a lot of side logic synchronously and couldn't accept…
-
```
User does not have enough right to see information about parcelle
org.springframework.dao.EmptyResultDataAccessException: Incorrect result size: expected 1, actual 0
at org.springframew…
-
-
jdbc version: 0.2
jdbc: jdbc: clickhouse: //xx.xx.xx.xx: 8123 / lncsbsm? socket_timeout = 36000000
insert statement: insert into table (clonum ...) select clonum ... from xxxx
Call method: jdbcTe…
-
I‘m using remotepartition polling;When the size of partition is less than 100,it works well;When the size is bigger,some of the partitionSteps remained 'STARTING' status,and the size is random; here …
-
### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues.
### Version
2.0-beta (Latest)
### What's Wrong?
ca…
-
### Summary
Hi! I'm trying to use ACL with Spring Boot.
### Actual Behavior
I used the schemas as specified [here](https://docs.spring.io/spring-security/site/docs/3.0.x/reference/appendix-schem…
-
## 스프링 프로그래밍 입문 5 남은 부분 정독
- 밑에 명시된 chapter는 각 조에서 담당인원 정하여 github에 markdown으로 정리 및 다음 주 수업 때 발표
- chapter 8
- chapter 10,11
- chapter 15,16,17