juqkai

Results 12 issues of juqkai

在【Utils.appFolder】方法中,是直接【 String uri = Solon.location().getPath();】这样获取的路径。 Solon.location()是URL类型,getPath默认会对路径做转码。 所以在获取URL是,路径存在中文会转换成%xx,那么在【File file = Utils.getFile(uri);】中,file就会是空的

bug

**Describe the bug** I am using SQLMesh with DuckDB as an intermediate engine to transfer data from a MySQL source to a PostgreSQL destination. This setup is necessary because SQLMesh...