Namco
Namco
Hi, Thank you for the prompt response. As for the first one, I think it could be another reason since I also tried just removed "models" and keep "beans" in...
Hi, As for the first issue, I reloaded the `build.sbt` but still no good, and I tried several times actually. I assume the second issue is caused by the less...
Thanks for your time, I will check it out later. I'm not familiar with scala, therefore it could take a while to understand the code, maybe I will try if...
Hi @kailuowang , I checked it again and I find out the settings were not effective when I used the command "swagger" which was generated by the `play-swagger`. The Domain...
> Sounds great. currently DM will stop at that error so user can use [`handle-error`](https://docs.pingcap.com/tidb-data-migration/stable/handle-failed-sql-statements#handle-error) to replace that SQL, but an auto-conversion feature is definitely better. Hello @lance6716, from what...
Hello @GMHDBJD, from what I saw it doesn't actually skip it, here are some related logs: ``` [2020/12/22 03:16:01.021 +00:00] [ERROR] [baseconn.go:178] ["execute statement failed"] [task=dm-replica-task] [unit=load] [query="/*details omitted*/"] [argument="[]"]...
Hello @GMHDBJD @lance6716, any other concern regarding this issue? Do we have a consensus here about what should be implemented?
@lance6716 Actually the `CREATE TABLE IF NOT EXISTS` won't solve the problem. It seems MySQL/TiDB will vet the schema statements first and stop when it finds out the collation is...
Hello @GMHDBJD, I think 4th solution is good for me, to summarize: 1. Execute the `CREATE TABLE` statement; 2. If error && error == table already exists then ignore the...
Hello @lance6716, sorry for dragging too long about this issue. I was busy with work stuff. However, I noticed that TiDB supported `unicode_ci` starts 4.0.11, so it seems not that...