Skip to content

Commit

Permalink
Refactor and enhance query building with new features
Browse files Browse the repository at this point in the history
- Reorganize query spec tests into descriptive blocks for better clarity
- Simplify SQL output formatting by avoiding unnecessary gsub calls
- Add handling for aggregate functions like COUNT, SUM in the select clause
- Implement BETWEEN condition for more flexible queries
- Refactor find_column method to support table-specific column lookup
- Improve error messages for missing columns
- Update schema to include an orders table with relevant fields
- Minor syntax corrections and code formatting improvements
  • Loading branch information
eliasjpr committed Sep 20, 2024
1 parent b888443 commit 91ce693
Show file tree
Hide file tree
Showing 6 changed files with 269 additions and 293 deletions.
Loading

0 comments on commit 91ce693

Please sign in to comment.