Skip to content

Commit

Permalink
Update gitql and gitql sdk versions
Browse files Browse the repository at this point in the history
  • Loading branch information
AmrDeveloper committed Aug 17, 2024
1 parent 77e5751 commit da340bf
Show file tree
Hide file tree
Showing 7 changed files with 94 additions and 86 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Change Log

## Version 0.26.0 _(2024-08-17)_

- Fix iagnostic position when parsing undefined symbol.
- Improve handle error in data provider.
- Don't apply CROSS join operator if one of the tables is empty.
- Update docs for new Data provider design.
- Remove un needed code for remove hidden selection after engine.
- Support exponentiation operator.
- Optimize the calling of data provider if table is empty.
- Implement Select ... INTO OUTFILE.
- Support INTO OUTFILE Terminated options and enclosed.
- Implement Select ... into dumpfile feature.
- Improve error messages when use options with dumpfile.

## Version 0.25.0 _(2024-07-09)_

- Support JOIN more than two tables togther in same query.
Expand Down
Loading

0 comments on commit da340bf

Please sign in to comment.