From e35d75487d7ed1390fe1475279a0e94eb03a11dd Mon Sep 17 00:00:00 2001 From: Nicolas Melo Date: Mon, 30 Oct 2023 12:05:30 -0300 Subject: [PATCH] Added changesets --- .changeset/smooth-owls-tap.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .changeset/smooth-owls-tap.md diff --git a/.changeset/smooth-owls-tap.md b/.changeset/smooth-owls-tap.md new file mode 100644 index 00000000..08479d7a --- /dev/null +++ b/.changeset/smooth-owls-tap.md @@ -0,0 +1,6 @@ +--- +'@palmares/sequelize-engine': patch +'@palmares/databases': patch +--- + +This introduces better documentation for database adapter methods/classes and added some new methods to some database adapters like the option to parse the result of the database. We tried the "OR" operator inside the query but decided to keep the way it is. We would need to bring too much change to the adapters