Skip to content

Conversation

@mallexxx
Copy link

@mallexxx mallexxx commented Oct 30, 2024

Description:
The pull request fixes broken rom/source launcher association as according sql views have wrong join arguments.

  • fixes FOREIGN KEY (launcher_id) in tables definitions to references launchers table instead of misspelled launcher
  • fixes vw_source_launchers and vw_rom_launchers views to INNER JOIN launchers AS l ON rl.launcher_id = l.id instead of mistakenly set sl.source_id, rl.rom_id

@chrisism
Copy link
Owner

Thanks for you PRs. I will check them out quickly.
Please change the destination to the branch 'release/1.5.2' instead of master. Thanks

@mallexxx mallexxx changed the base branch from master to release/1.5.2 November 4, 2024 12:56
@chrisism
Copy link
Owner

chrisism commented Nov 7, 2024

Excellent. Merged

@chrisism chrisism merged commit e27b118 into chrisism:release/1.5.2 Nov 7, 2024
chrisism added a commit that referenced this pull request Jan 4, 2025
Merge release/1.5.2 into master

Release/1.5.2 (#43)
* Added commit for delete (#38)
* [hotfix] Clear warning message when rendered file is not available
* Update Displayed ROM name after scraping (#42)
* add .DS_Store to .gitignore
* update scranned rom name if `scan_ignore_scrap_title` setting is unset
* Fix SQL schema: launchers (#39)
* Fix launcher selection (#40)
* fix crash when updating rom data using collection name (missing object) instead of entity_name (#41)
* Updated kodi addon checker to .35
* changelog update
* SQL fix
* Updated incorrect import
* Feature/fix standalone (#44)
* Added descriptions to add dialog
* Make standalone actually launchable
* Made standalone launcher queryable
* Moved pytest ini
* Updated changelog
* Updated module
* Updated module version reference
* Undid launch command change
* Fix for not existing entry in addon settings
* No errors on not found
* When creating dto add missing assetpaths
* Added asset path support on ROM level
* updated changelogd
* new addon command parser
* Fix scraper settings
* Updated refs and source rendering
* Fix in path check
* Fix with incorrect type assetpath
* Implemented addons methods for script runs
---------
Co-authored-by: chrisism <crizizz@gmail.com>
Co-authored-by: Alexey Martemyanov <mallexxx@gmail.com>
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.

2 participants