ioBroker.sql
ioBroker.sql copied to clipboard
Store history data in SQL Database: MySQL, PostgreSQL or SQLite
Updates the requirements on [pg](https://github.com/brianc/node-postgres/tree/HEAD/packages/pg) to permit the latest version. Changelog Sourced from pg's changelog. All major and minor releases are briefly explained below. For richer information consult the commit...
Updates the requirements on [@iobroker/adapter-core](https://github.com/ioBroker/adapter-core) to permit the latest version. Release notes Sourced from @iobroker/adapter-core's releases. Release v3.1.4 (foxriver76) fixes for adapters which are written in ESM Commits c486ac8 chore:...
Updates the requirements on [mysql2](https://github.com/sidorares/node-mysql2) to permit the latest version. Release notes Sourced from mysql2's releases. v3.9.7 3.9.7 (2024-04-21) Bug Fixes security: sanitize timezone parameter value to prevent code injection...
Dear developers! I am experiencing an issue with boolean typed states in a mariadb history. Number typed states seem to work as intended. The values stored in the table seem...
Updates the requirements on [axios](https://github.com/axios/axios) to permit the latest version. Release notes Sourced from axios's releases. Release v1.6.8 Release notes: Bug Fixes AxiosHeaders: fix AxiosHeaders conversion to an object during...
Updates the requirements on [mocha](https://github.com/mochajs/mocha) to permit the latest version. Release notes Sourced from mocha's releases. v10.4.0 10.4.0 / 2024-03-26 :tada: Enhancements #4829 feat: include .cause stacks in the error...
Updates the requirements on [@iobroker/adapter-core](https://github.com/ioBroker/adapter-core) to permit the latest version. Release notes Sourced from @iobroker/adapter-core's releases. Release v3.0.6 (foxriver76) hotfix previous release: compatibility with next controller with new esm/cjs exports...
Bumps [gulp](https://github.com/gulpjs/gulp) from 4.0.2 to 5.0.0. Release notes Sourced from gulp's releases. gulp v5.0.0 We've tried to provide a high-level changelog for gulp v5 below, but it doesn't contain all...
Bumps [chai](https://github.com/chaijs/chai) from 4.4.1 to 5.1.0. Release notes Sourced from chai's releases. v5.1.0 What's Changed Remove useless guards and add parentheses to constuctors by @koddsson in chaijs/chai#1593 Cleanup jsdoc comments...
**Describe the bug** After moving a MariaDB database (i.e. stopping sql.0, export from current server, import on new server, changing server details in sql.0 instance) from one server to a...