fix: member_test.tar.gz・PostgreSQL member UPSERT・テスト改善#26
Merged
Conversation
…ピング追加・テスト改善 - member_test.tar.gz: PharDataドライバーがRuntimeExceptionを投げる原因の `./`プレフィックスを除去(他フィクスチャと統一) - PostgreSQL UPSERT: 2.x系CSVカラム名マッピングを追加 (member_id→id, work→work_id, authority→authority_id, rank→sort_no) 既存の4.0系マッピングはDBカラム名が間違っていたためデッドコードだった - PostgreSQL UPSERT: convertDataTypesForPostgreSQL()呼び出し追加 - PostgreSQL UPSERT: creator_idデフォルト値(1)、del_flg==1時のemail処理追加 - PostgreSQL UPSERT: setIdSeq()呼び出し追加(シーケンスリセット) - テスト: メンバー件数の完全一致→以上比較に変更し、 移行固有データ(id=99, login_id=testadmin)の検証を追加 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
3 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
./プレフィックスを除去。PharData ドライバーが./ディレクトリエントリを/として解釈しRuntimeExceptionを投げていたmember_id→id,work→work_id,authority→authority_id,rank→sort_no)。既存の4.0系マッピングはDBカラム名が間違っておりデッドコードだったconvertDataTypesForPostgreSQL()/setIdSeq()/creator_idデフォルト値 /del_flg==1時の email 処理を追加(saveToCと同等の処理)id=99,login_id=testadmin) の検証を追加Test plan
member_testデータプロバイダが通ることtestバックアップファイルをアップロードできるかテストの全 data provider が通ること🤖 Generated with Claude Code