You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix behavior of SQLColumn when "*" is specified as a column name (this behavior belonged in SQLColumn, not in SQLUnqualifiedColumnListBuilder) and add tests. Fixes#180.
Describe the issue
SQLColumn("*", table: ...)
is not being correctly serialisedVapor version
4.101.0
Operating system and version
MacOS 14.2.1
Swift version
Swift Package Manager - Swift 5.10.0-dev
Steps to reproduce
Using
SQLColumn("*", table: ...)
in a query such asresults in an error:
failed: caught error: "error: no such column: table_name.*"
.This does not happen when using
Outcome
No response
Additional notes
No response
The text was updated successfully, but these errors were encountered: