10.0.5 (2026-09-10)
Bug Fixes
- reject column names that break out of quoted identifiers (aeddce6)
- reject type metadata that escapes the parameter declaration (451a09c)
- release the connection when a bulk load's options are rejected (fac0867)
- remove request listeners when a request is abandoned before it is sent (79550ef)
- stop bulk insert continuing after an invalid table name (df37324)
- validate bulk ordering keys (53fdf11)
- validate parameter names against an allowlist (1ea5a28)
- validate stored procedure names (b305420), closes Request#execute