Skip to content

Conversation

@adamdickmeiss
Copy link
Contributor

@adamdickmeiss adamdickmeiss commented May 13, 2025

But with the important difference that argument values are kept separate.

Only one string field type. Hope the interface makes sense.

But with the important difference that argument values are kept
separate.
type PgQuery struct {
def *PgDefinition
queryArgumentIndex int
arguments []interface{}
Copy link
Contributor

Choose a reason for hiding this comment

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

Why is this any?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

as I expect this could be ints or other types.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Changed to any

@adamdickmeiss
Copy link
Contributor Author

Moved to indexdata/cql-go#24

@adamdickmeiss adamdickmeiss deleted the pgcql branch January 23, 2026 09:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants