Skip to content

use typed throws in SQLite query/function decoder - #516

Open
ahti wants to merge 1 commit into
pointfreeco:strict-decodingfrom
ahti:typed-throws
Open

use typed throws in SQLite query/function decoder#516
ahti wants to merge 1 commit into
pointfreeco:strict-decodingfrom
ahti:typed-throws

Conversation

@ahti

@ahti ahti commented Aug 3, 2026

Copy link
Copy Markdown

This prevents an allocation, particularly on type mismatch, improving performance for columns containing multiple data types.

See #488 (reply in thread) for details on performance benchmarks.

This depends on pointfreeco/swift-structured-queries#339 for the new error case.

This prevents an allocation, particularly on type mismatch, improving
performance for columns containing multiple data types.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant