MoonE
MoonE
This makes it unnecessary to call `updateSize` in most cases. It should now only be needed when `setSize` was used before to set it to something else. [Browser compatibility](https://developer.mozilla.org/en-US/docs/Web/API/ResizeObserver#browser_compatibility) is...
**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Go to https://openlayers.org/en/latest/examples/tracing.html 2. Start tracing the polygon with...
Fixes #15147 Missing some test, but seems to be working ... - Caching gradients and patterns is done by putting those in a WeakMap with an id (could also be...
- [x] *The Jira issue number for this PR is: [MDEV-32619](https://jira.mariadb.org/browse/MDEV-32619)* ## Description When using ST_GeomFromWKB(g, srid) where g is already a mysql geometry the srid argument was disregarded. ##...
### Description Remove duplicate server and lang parameters added by `Url::getCommon` when generating links. `Url::fromRoute` calls `Url::getCommon` and `Generator::linkOrButton` also calls `Url::getCommon` when a parameter array is provided.
There were unnecessary spaced included in the statement when - a clause is removed (replaced with empty string) - the replacement string already has spaces - the replacement was at...
Fixes #556
`CHECK` is in Parser::STATEMENT_PARSERS, but also allowed in the column definition. This doesn't enforce an order for the check constraint. It seems to be only allowed at the end of...
Fixes phpmyadmin/phpmyadmin#17190 Replaces _END_OPTIONS with the actual names from here: https://github.com/phpmyadmin/sql-parser/blob/29f982a9559ac9a97b19e58b78a3fa4c41d5e43f/src/Statements/SelectStatement.php#L84-L228