mr-stringer / hanautil

A helper utility for the HANA database written in golang
Apache License 2.0
2 stars 0 forks source link

Added GetBackupSummaryBeforeBackupID function #19

Closed mr-stringer closed 11 months ago

mr-stringer commented 11 months ago

Added public facing GetBackupSummaryBeforeBackupID function. This returns a BackupSummary type that contains backup information of all entries prior to the specified backup ID.

github-actions[bot] commented 11 months ago
:arrow_up: Go test coverage increased from 95.3% to 95.7% compared to 359097363ab112e2aa925b8a996314ba54aa33d5 Updated Package Coverages: ```diff # Package Name | Prior | New + github.com/mr-stringer/hanautil | 95.3% | 95.7% ```
View coverage for all packages ```diff # Package Name | Coverage + github.com/mr-stringer/hanautil | 95.7% ```