5htp-core 0.4.6-1 → 0.4.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "5htp-core",
3
3
  "description": "Convenient TypeScript framework designed for Performance and Productivity.",
4
- "version": "0.4.6-1",
4
+ "version": "0.4.6",
5
5
  "author": "Gaetan Le Gac (https://github.com/gaetanlegac)",
6
6
  "repository": "git://github.com/gaetanlegac/5htp-core.git",
7
7
  "license": "MIT",
@@ -551,7 +551,7 @@ export default class SQL extends Service<Config, Hooks, Application, Services> {
551
551
  if (updateAll) {
552
552
  for (const record of data)
553
553
  for (const key in record)
554
- if (!valuesNamesToUpdate.includes( key ) && (key in table.colonnes))
554
+ if (!valuesNamesToUpdate.includes( key ))
555
555
  valuesNamesToUpdate.push( key );
556
556
  }
557
557