Skip to content

Commit

Permalink
Merge pull request #21 from emdgroup/feat/arrow_v1
Browse files Browse the repository at this point in the history
Move to ARROW_V1 which consistently returns arrow format in SQL
  • Loading branch information
jonas-w authored Jun 1, 2023
2 parents 3d65803 + 24ba44f commit 2df4230
Show file tree
Hide file tree
Showing 5 changed files with 252 additions and 296 deletions.
14 changes: 13 additions & 1 deletion docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog],
and this project adheres to [Semantic Versioning].

## [1.0.12] - 2023-06-01

### Added
- SQLReturnType enum (#21)

### Changed
- move to arrow_v1 for sql queries (#21)

### Removed
- FoundrySQLClient (#21)

## [1.0.11] - 2023-05-23

### Changed
Expand Down Expand Up @@ -120,7 +131,8 @@ and this project adheres to [Semantic Versioning].

[Keep a Changelog]: https://keepachangelog.com/en/1.0.0/
[Semantic Versioning]: https://semver.org/spec/v2.0.0.html
[1.0.10]: https://github.com/emdgroup/foundry-dev-tools/compare/v1.0.10...v1.0.11
[1.0.12]: https://github.com/emdgroup/foundry-dev-tools/compare/v1.0.11...v1.0.12
[1.0.11]: https://github.com/emdgroup/foundry-dev-tools/compare/v1.0.10...v1.0.11
[1.0.10]: https://github.com/emdgroup/foundry-dev-tools/compare/v1.0.9...v1.0.10
[1.0.9]: https://github.com/emdgroup/foundry-dev-tools/compare/v1.0.8...v1.0.9
[1.0.8]: https://github.com/emdgroup/foundry-dev-tools/compare/v1.0.7...v1.0.8
Expand Down
Loading

0 comments on commit 2df4230

Please sign in to comment.