Skip to content

Commit

Permalink
Add release note
Browse files Browse the repository at this point in the history
  • Loading branch information
kaklakariada committed Jan 17, 2024
1 parent 4016d62 commit 54f5f39
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions doc/changes/changes_1.0.5.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
# Tableau Connector 1.0.5, released 2024-??-??
# Tableau Connector 1.0.5, released 2024-01-17

Code name:
Code name: Fix `DATEADD` function for `DATE` argument

## Summary

## Features
This release fixes the return type of the `DATEADD` when using a `DATE` as argument. Before, the function returned a `DATE` type when adding an hour, minute or second. This is fixed now and `DATEADD` always returns a `TIMESTAMP` when adding an hour, minute or second even when a `DATE` was used as argument.

* ISSUE_NUMBER: description
## Bugfixes

* #74: Fixed return type of `DATEADD` function

## Dependency Updates

Expand Down

0 comments on commit 54f5f39

Please sign in to comment.