Evan Elias

Results 68 comments of Evan Elias

Apologies for the slightly spammy comment, but I just wanted to post one last reminder about the "issue22" discount before the offer expires. Save $100 off your first payment of...

SPATIAL index diff support is being merged to main branch momentarily. This works for all database flavors/versions supporting InnoDB SPATIAL indexes: MySQL 5.7+ and MariaDB 10.2+. This functionality will be...

Skeema v1.11.0 was [released today](https://www.skeema.io/blog/2023/09/26/v1110-released/), containing full support for SPATIAL indexes, as well as MySQL 8's SRID column attribute. Users of AWS Aurora v2 (MySQL 5.7 compatible), please note that...

Minor quality-of-life improvements for system-versioned tables in today's release of [Skeema v1.11.1](https://github.com/skeema/skeema/releases/tag/v1.11.1): Upon encountering a `CREATE TABLE ... WITH SYSTEM VERSIONING` statement among the *.sql files, Skeema will now log...

Skeema v1.10 is [now available](https://github.com/skeema/skeema/releases/tag/v1.10.0) and includes this excellent feature. Thanks again for the pull request!

This is now fixed in the main branch by commit 2481bed. The next release isn't scheduled yet, but will likely be in 1 to 2 months. Thanks again for the...

Skeema v1.10 is [now available](https://github.com/skeema/skeema/releases/tag/v1.10.0) and includes the fix for this issue. Thanks again for the report and troubleshooting!

One potential downside to this PR is it changes the documented behavior of knownhosts.KeyError.Want, re: "For each key algorithm there can be one hostkey" ```go type KeyError struct { //...