Skip to content

Implement column checker#1410

Open
Vinoryz wants to merge 1 commit intoabrignoni:mainfrom
Vinoryz:Ph6ViewedPlayData-error-handle
Open

Implement column checker#1410
Vinoryz wants to merge 1 commit intoabrignoni:mainfrom
Vinoryz:Ph6ViewedPlayData-error-handle

Conversation

@Vinoryz
Copy link

@Vinoryz Vinoryz commented Dec 9, 2025

This pull request adds a check for required database columns in the Ph6_1ViewandPlayDataPhDaPsql artifact processor to ensure compatibility with newer iOS versions. The main change is to verify that the ZLASTVIEWEDDATE column exists in the ZADDITIONALASSETATTRIBUTES table before proceeding, which helps prevent errors when processing databases from iOS 16 and above.

Database compatibility improvements:

  • Added a check using does_column_exist_in_db to ensure the ZLASTVIEWEDDATE column exists in the ZADDITIONALASSETATTRIBUTES table for iOS 16 and above, logging and exiting early if the column is missing.
  • Imported the does_column_exist_in_db function from scripts.ilapfuncs to support the new column existence check.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant