Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generalizing sql query processing 1 #68

Merged
merged 2 commits into from
May 9, 2024
Merged

Conversation

pdelewski
Copy link
Contributor

@pdelewski pdelewski commented May 9, 2024

This PR

  • combines three of four Process...Query
  • extends implementation of func (q *Query) StringFromColumns to be almost in pair with func (q *Query) String. The final goal would be to have just one function

@pdelewski pdelewski force-pushed the generalize-process-sql-query branch 2 times, most recently from 3da5755 to 8cbb01b Compare May 9, 2024 08:42
@pdelewski pdelewski changed the title Generalizing sql query processing Generalizing sql query processing 1 May 9, 2024
@pdelewski pdelewski marked this pull request as ready for review May 9, 2024 08:54
@pdelewski pdelewski requested a review from a team as a code owner May 9, 2024 08:54
@pdelewski pdelewski requested review from nablaone, jakozaur, mieciu, pivovarit and trzysiek and removed request for a team May 9, 2024 08:54
@pdelewski pdelewski marked this pull request as draft May 9, 2024 09:06
@trzysiek
Copy link
Member

trzysiek commented May 9, 2024

Generally looks great, seems like we can unify a lot of this adhoc-written code.

@pdelewski pdelewski marked this pull request as ready for review May 9, 2024 10:21
@pdelewski pdelewski force-pushed the generalize-process-sql-query branch from aeeee31 to 991a3d9 Compare May 9, 2024 10:21
@pdelewski pdelewski merged commit f82655a into main May 9, 2024
4 checks passed
@pdelewski pdelewski deleted the generalize-process-sql-query branch May 9, 2024 11:00
jakozaur added a commit that referenced this pull request May 10, 2024
@jakozaur jakozaur mentioned this pull request May 10, 2024
jakozaur added a commit that referenced this pull request May 10, 2024
Reverting two PRs which caused fields appear on wrong names:
#68
#75
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.

2 participants