Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
transformer:
uro:id
などのnamespaceを削除しない (#441)
close #438 ## 備考 ~(ただし、このPRだけでは、これが発覚した #398 (luseなどのデータ & Gpkgでのエラー)は完全解消しない。また別途、問題がある)~ → 問題ない、 b31273b で修正された ` cargo run -- ~/Desktop/plateau/13100_tokyo23-ku_2022_citygml_1_2_op/udx/luse/* --sink gpkg --output ~/Desktop/tmp.gpkg` ### このPR以前 ``` > Feedback message from the pipeline FeedbackMessage { message: "Fatal error", error: Some(Other("SQLx error: error returned from database: (code: 1) duplicate column name: id")) } ``` ~~### このPR以後~~ ``` > Feedback message from the pipeline FeedbackMessage { message: "Fatal error", error: Some(Other("SQLx error: error returned from database: (code: 1) table luse:LandUse has no column named creationDate, genericAttribute")) } ``` <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **バグ修正** - 特殊文字を正しく処理するために、SQLクエリの列名にダブルクォートを追加しました。 <!-- end of auto-generated comment: release notes by coderabbit.ai -->
- Loading branch information