cashapp / sqldelight

SQLDelight - Generates typesafe Kotlin APIs from SQL
https://cashapp.github.io/sqldelight/
Apache License 2.0
6.01k stars 501 forks source link

Fix 5313 Postgresql async bind parameter #5319

Closed griffio closed 3 days ago

griffio commented 3 days ago

fixes #5313

Uses app.cash.sqldelight.dialects.postgresql.grammar.mixins.BindParameterMixin to set correct bind parameter $index or ?

Added test for generated code show correct indexed parameters are encoded