Skip to content

Conversation

mbrandonw
Copy link
Member

Fixes #193

@mbrandonw mbrandonw requested a review from stephencelis October 1, 2025 14:21
let id: /* TODO: UUID */Int // Primary key
/// The user's email.
var email: String? // TODO: Should this be non-optional?
var email: String? = "" // TODO: Should this be non-optional?
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Comments were being take with defaults and causing compilation errors in the expanded macro code.

@stephencelis stephencelis merged commit 9a6aff7 into main Oct 1, 2025
3 checks passed
@stephencelis stephencelis deleted the comments-with-defaults branch October 1, 2025 16:13
bok- pushed a commit to bok-/swift-structured-queries-with-traits that referenced this pull request Oct 12, 2025
coenttb pushed a commit to coenttb/swift-structured-queries-postgres that referenced this pull request Oct 14, 2025
coenttb pushed a commit to coenttb/swift-structured-queries-postgres that referenced this pull request Oct 15, 2025
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.

@Table expansion missing ) if there is a comment after an assignment

2 participants