Raphaël Lejolivet
Results
2
issues of
Raphaël Lejolivet
I am using `spring-boot-starter-quartz` for my scheduling-related needs, and adding `spring-kotlin-coroutine` to my projects make all Quartz Job creation fail with the following error: ``` org.quartz.SchedulerException: Job instantiation failed at...
While trying to export a Firebird database to MySQL by using an SQL export ("Insert"), I found the binary blobs were not exported properly. Most notably, the null-bytes don't play...