Skip to content

Commit

Permalink
Merge pull request wintersrd#69 from mjsqu/fix/pendulum_to_datetime_p…
Browse files Browse the repository at this point in the history
…ymssql_2_3_0

fix: Convert pendulum DateTime to datetime.datetime for compatibility with pymssql 2.3.0
  • Loading branch information
s7clarke10 authored Apr 18, 2024
2 parents c351830 + 9603443 commit 5e65bd9
Show file tree
Hide file tree
Showing 6 changed files with 549 additions and 327 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.2.3
current_version = 2.3.0
parse = (?P<major>\d+)
\.(?P<minor>\d+)
\.(?P<patch>\d+)
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# tap-mssql 2.3.0 2024-04-18

* Bug Fix. Change pendulum DateTime type to datetime.datetime as pymssql 2.3.0 is no longer compatible with query parameters as pendulum DateTime (https://github.com/pymssql/pymssql/issues/889)

# tap-mssql 2.2.3 2024-02-26

* Bug Fix. Enhancing singer-decimal output for numeric data to correctly output the correct datatype - string and precision.
Expand Down
Loading

0 comments on commit 5e65bd9

Please sign in to comment.