This repository was somewhat replaced by the icinga-go-library and should be archived. Since there are only two functions here, they can be dealt with: - `sql.FetchRowsAsStructSlice`: Only used in docker-icingadb, which I am aiming to replace as well. No other usage. <https://github.com/search?q=org%3AIcinga+FetchRowsAsStructSlice&type=code> - `sql.MysqlSplitStatements`: Created a PR to move it to the IGL, <https://github.com/Icinga/icinga-go-library/pull/115>. <https://github.com/search?q=org%3AIcinga%20MysqlSplitStatements&type=code> Tasks: 1. [x] Get Icinga/icinga-go-library#115 merged. 2. [x] Release another IGL version with this change. (https://github.com/Icinga/icinga-go-library/releases/tag/v0.6.0) 3. [x] Update repositories making use of `MysqlSplitStatements` (or at least create an issue to do so late). 4. [x] Archive this repo 🥳
This repository was somewhat replaced by the icinga-go-library and should be archived.
Since there are only two functions here, they can be dealt with:
sql.FetchRowsAsStructSlice: Only used in docker-icingadb, which I am aiming to replace as well. No other usage.https://github.com/search?q=org%3AIcinga+FetchRowsAsStructSlice&type=code
sql.MysqlSplitStatements: Created a PR to move it to the IGL, database: Add MysqlSplitStatements icinga-go-library#115.https://github.com/search?q=org%3AIcinga%20MysqlSplitStatements&type=code
Tasks:
MysqlSplitStatements(or at least create an issue to do so late).