sql-dao
Version:
database access objects for sql databases
105 lines (46 loc) • 3.66 kB
Markdown
# Changelog
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
### [1.4.2](https://github.com/loge5/node-sql-dao/compare/v1.4.0...v1.4.2) (2025-12-02)
### Bug Fixes
* JS-DOC ([ad10ced](https://github.com/loge5/node-sql-dao/commit/ad10cedd5b67c7da4fc96bb13188b16dcf949efe))
## [1.4.0](https://github.com/loge5/node-sql-dao/compare/v1.3.0...v1.4.0) (2021-07-22)
### Features
* DatabaseConnection.prepareQuery ([a0c1fc2](https://github.com/loge5/node-sql-dao/commit/a0c1fc2c221dabcfb5bcf98ddb3f5bca683b3514))
## [1.3.0](https://github.com/loge5/node-sql-dao/compare/v1.2.3...v1.3.0) (2021-06-29)
### Features
* DatabaseAccessObject to plain object ([a406467](https://github.com/loge5/node-sql-dao/commit/a4064674dd6886bd68a0cfbccfd84c9de294cce4))
### [1.2.3](https://github.com/loge5/node-sql-dao/compare/v1.2.2...v1.2.3) (2021-05-07)
### [1.2.2](https://github.com/loge5/node-sql-dao/compare/v1.2.1...v1.2.2) (2021-01-28)
### Bug Fixes
* undefined attribute on hasOne releation ([d10b988](https://github.com/loge5/node-sql-dao/commit/d10b988e4612c3946ebee94a6c120a962dae4e93))
### [1.2.1](https://github.com/loge5/node-sql-dao/compare/v1.2.0...v1.2.1) (2021-01-28)
### Bug Fixes
* save relation on undefined members ([b6d0a1a](https://github.com/loge5/node-sql-dao/commit/b6d0a1ae4680ac27db1d536ea7338dfc185eeee6))
## [1.2.0](https://github.com/loge5/node-sql-dao/compare/v1.1.0...v1.2.0) (2021-01-27)
### Features
* find & search within a transaction ([9505cd4](https://github.com/loge5/node-sql-dao/commit/9505cd4a7a321f0084891a89ebaa3771b196dd19))
## [1.1.0](https://github.com/loge5/node-sql-dao/compare/v1.0.0...v1.1.0) (2021-01-27)
### Features
* search with a model as template ([8e9b591](https://github.com/loge5/node-sql-dao/commit/8e9b591aa05bbe83a55be194d06a85d74f4d02a1))
### Bug Fixes
* read primary key on duplicate update ([3b52b01](https://github.com/loge5/node-sql-dao/commit/3b52b010e6687865f6cf1d0963d4b3cd576aefac))
### [1.0.0](https://github.com/loge5/node-sql-dao/compare/v0.11.4...v1.0.0) (2021-01-27)
### [0.11.4](https://github.com/loge5/node-sql-dao/compare/v0.11.3...v0.11.4) (2021-01-25)
### Features
* made onValues of join optional ([965dcb3](https://github.com/loge5/node-sql-dao/commit/965dcb32f815fe2eed6dfcb6d171352c6ee4f8cd))
### Bug Fixes
* join in mysql ([3996f56](https://github.com/loge5/node-sql-dao/commit/3996f56f9ab70065761081c01f27054e4137e7c8))
### [0.11.3](https://github.com/loge5/node-sql-dao/compare/v0.11.2...v0.11.3) (2021-01-25)
### Bug Fixes
* made join public ([1bd6122](https://github.com/loge5/node-sql-dao/commit/1bd6122671acd79a61193a166be389c04f4494a5))
### [0.11.2](https://github.com/loge5/node-sql-dao/compare/v0.11.1...v0.11.2) (2021-01-25)
### [0.11.1](https://github.com/loge5/node-sql-dao/compare/v0.11.0...v0.11.1) (2021-01-25)
### [0.10.2](https://github.com/loge5/node-sql-dao/compare/v0.10.1...v0.10.2) (2020-03-31)
### Features
* when auto_increment its not required ([ba51ae8](https://github.com/loge5/node-sql-dao/commit/ba51ae8e1f4e00c2b2c3a6c4feb2ba14845f7259))
### 0.10.1 (2020-03-31)
### Features
* update standard-format in generator ouptut ([d9e6ce5](https://github.com/loge5/node-sql-dao/commit/d9e6ce5568fa8ef7719a81a5374edcc8bcf2b8e5))
### Bug Fixes
* length and numeric validator ([b05b5aa](https://github.com/loge5/node-sql-dao/commit/b05b5aa98efd02a4e4adec7325d37ca79996fb4e))
* model validation ([574d48f](https://github.com/loge5/node-sql-dao/commit/574d48f942420446e33d3398f98b4d8f3c435747))