Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Various fixes #540

Merged
merged 10 commits into from
Jan 3, 2025
Merged

Various fixes #540

merged 10 commits into from
Jan 3, 2025

Conversation

tenzap
Copy link
Collaborator

@tenzap tenzap commented Dec 29, 2024

See individual commits

Otherwise, with ci-phpunit-test, 1st test passes, and next ones will report
ErrorException: Undefined variable $db
Useful when user makes use of the ENVIRONMENT / CI_ENV feature which
permits to add environment specific config files in
'application/config/ENVIRONMENT/any_file.php'

Also required to run tests
Otherwise they would contain the 1st value they had while parsing
manually the database configuration.
This fixed some issues when running the tests
This is because ALTER TABLE  CONVERT TO CHARACTER SET utf8mb4; fails
because the column index would be more than 1000 bytes.
@tenzap tenzap force-pushed the feature-220-fixes branch from 1e761c6 to 84e5879 Compare January 3, 2025 16:21
@tenzap tenzap merged commit 63c6806 into kalkun-sms:devel Jan 3, 2025
14 checks passed
@tenzap tenzap deleted the feature-220-fixes branch January 3, 2025 17:34
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