vapor / mysql-nio

🐬 Non-blocking, event-driven Swift client for MySQL.
MIT License
87 stars 28 forks source link

Fix handling of null columns in TextResultSetRow #57

Closed NobodyNada closed 3 years ago

NobodyNada commented 3 years ago

When TextResultSetRow encountered a null column, it did not increment the buffer index, and so it would repeatedly read NULL into every remaining column. This patch fixes the issue and adds regression tests (#57).

tanner0101 commented 3 years ago

These changes are now available in 1.3.2