Releases: DAXGRID/mssql-cdc
Releases · DAXGRID/mssql-cdc
0.6.2
What's Changed
- now converts biginteger to byte[] on sql function calls by @runeanielsen in #45
Full Changelog: 0.6.1...0.6.2
0.6.1
What's Changed
- now converts biginteger to byte[] on sql function calls by @runeanielsen in #44
Full Changelog: 0.6.0...0.6.1
0.6.0
What's Changed
- now returns BigInteger instead of Int64/long for LSN number representation by @runeanielsen in #41
- now uses big integer for get changes functions by @runeanielsen in #42
- convert lsn functions to biginteger for lsn by @runeanielsen in #43
Full Changelog: 0.5.1...0.6.0
0.5.1
What's Changed
- now uses simple string concat instead of sqlbuilder by @runeanielsen in #40
Full Changelog: 0.5.0...0.5.1
0.5.0
What's Changed
- fixes sentence issues in readme by @runeanielsen in #28
- updates examples with using to dispose connection by @runeanielsen in #29
- now uses fluent assertion for ConvertCdcColumn by @runeanielsen in #30
- handle issue with dynamic members on convert cdc column by @runeanielsen in #31
- adds better test data for cdc column convert by @runeanielsen in #32
- better naming test cases by @runeanielsen in #33
- better test cases for convert cdc column by @runeanielsen in #34
- order of column fields no longer matter doing conversion by @runeanielsen in #35
- better test data for column fields less than four by @runeanielsen in #36
- now catches issue where default fields are missing by @runeanielsen in #37
- fixes incorrect spelling docsstrings by @runeanielsen in #38
Full Changelog: 0.4.0...0.5.0
0.4.0
What's Changed
- converted methods to body expressions by @runeanielsen in #25
- updates readme with examples by @runeanielsen in #26
- adds filter row option by @runeanielsen in #27
Full Changelog: 0.3.0...0.4.0
0.3.0
What's Changed
- implements is bit set by @runeanielsen in #22
- better handling of sql results being empty by @runeanielsen in #23
- removes AS from sql selects since they're no longer needed by @runeanielsen in #24
Full Changelog: 0.2.0...0.3.0
0.2.0
What's Changed
- updates the readme introduction by @runeanielsen in #11
- makes DataConvert class internal by @runeanielsen in #12
- renames channel in example to be more specific by @runeanielsen in #13
- implements get the previous lsn from specified lsn by @runeanielsen in #14
- fixes issues and inconsistencies in docstrings by @runeanielsen in #15
- implements map time to lsn and lsn to time by @runeanielsen in #16
- implements get column ordinal by @runeanielsen in #17
- cleanup and standardized variable declaration by @runeanielsen in #18
- add has column changed by @runeanielsen in #19
- mark cdc class as static by @runeanielsen in #20
- renamed ChangeData to ChangeRow by @runeanielsen in #21
Full Changelog: 0.1.2...0.2.0
0.1.2
What's Changed
- use value-tuples instead of tuples by @runeanielsen in #10
Full Changelog: 0.1.1...0.1.2
0.1.1
What's Changed
- updates example with reading changes by @runeanielsen in #6
- updates readme with link to nuget and notice by @runeanielsen in #7
- better documentation and naming by @runeanielsen in #8
- adds test suite for data-convert by @runeanielsen in #9
Full Changelog: 0.1.0...0.1.1