Skip to content

Conversation

@mcdurdin
Copy link
Member

No data, just infrastructure.

Test-Bot: skip

@keymanapp-test-bot
Copy link

User Test Results

Test specification and instructions

User tests are not required

@keymanapp-test-bot keymanapp-test-bot bot added this to the A19S14 milestone Oct 13, 2025
Copy link
Contributor

@ermshiperete ermshiperete left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

$result = "";

foreach($this->scripts as $script => $detail) {
$result .= "INSERT t_script (script_id, name) VALUES ({$this->sqlv(null,$script)},{$this->sqlv(null,$detail[0])})\n";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we have to check that $detail has only one element and output a warning if there are more than one?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not really worried because this is a very specific use case! We are only using it internally for generating stats once a year, and so we'll just deal with any hiccups at that time.

@mcdurdin mcdurdin merged commit ca0c985 into master Oct 14, 2025
6 checks passed
@mcdurdin mcdurdin deleted the feat/aag branch October 14, 2025 09:42
@github-project-automation github-project-automation bot moved this from Todo to Done in Keyman Oct 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

3 participants