Journal

The Elyra blog

Articles, notes and updates on the agent, the tools, and the craft of building software with AI.

ElyraSQL 1.7.0: the release we didn't write
Elyra SQL Server · · 8 min read

ElyraSQL 1.7.0: the release we didn't write

Both halves of ElyraSQL 1.7.0 came from an outside contributor who pointed four commercial Laravel codebases at our database and turned every failure into a generic MySQL reproduction. What he found: a version string that suppressed window functions, invented column labels over joins, a CREATE DATABASE that lied — and an index-bound bug that silently returned the wrong row count. Plus the first native Apple Silicon binary.

By Knut W. Horne Read article
ElyraSQL 1.6.0: the quiet release where everything got faster
Elyra SQL Server · · 8 min read

ElyraSQL 1.6.0: the quiet release where everything got faster

ElyraSQL 1.6.0 is a release with no new marketing checkbox and a database that got measurably better anyway. Two bug reports turned out to be one defect in the row-oriented paths — fixing it made ORDER BY ... LIMIT 3× faster and a 40M-row join 29× faster. Plus a silent wrong-results bug found by differential testing against MySQL, non-equi joins that now stream instead of exploding, and an honest look at where MySQL still wins.

By Knut W. Horne Read article