@spinajs/orm-sqlite
Advanced tools
Comparing version 2.0.196 to 2.0.197
@@ -24,3 +24,3 @@ "use strict"; | ||
return; | ||
obj[c.Name] = c.Converter ? c.Converter.toDB(val, model, model.ModelDescriptor.Converters.get(c.Name)?.Options) : val; | ||
obj[c.Name] = c.Converter ? c.Converter.toDB(val, model, c, model.ModelDescriptor.Converters.get(c.Name)?.Options) : val; | ||
}); | ||
@@ -27,0 +27,0 @@ for (const val of relArr) { |
@@ -21,3 +21,3 @@ /* eslint-disable security/detect-object-injection */ | ||
return; | ||
obj[c.Name] = c.Converter ? c.Converter.toDB(val, model, model.ModelDescriptor.Converters.get(c.Name)?.Options) : val; | ||
obj[c.Name] = c.Converter ? c.Converter.toDB(val, model, c, model.ModelDescriptor.Converters.get(c.Name)?.Options) : val; | ||
}); | ||
@@ -24,0 +24,0 @@ for (const val of relArr) { |
{ | ||
"name": "@spinajs/orm-sqlite", | ||
"version": "2.0.196", | ||
"version": "2.0.197", | ||
"description": "framework orm sql-lite language module", | ||
@@ -55,8 +55,8 @@ | ||
"dependencies": { | ||
"@spinajs/configuration": "^2.0.196", | ||
"@spinajs/di": "^2.0.196", | ||
"@spinajs/exceptions": "^2.0.196", | ||
"@spinajs/log": "^2.0.196", | ||
"@spinajs/orm": "^2.0.196", | ||
"@spinajs/orm-sql": "^2.0.196", | ||
"@spinajs/configuration": "^2.0.197", | ||
"@spinajs/di": "^2.0.197", | ||
"@spinajs/exceptions": "^2.0.197", | ||
"@spinajs/log": "^2.0.197", | ||
"@spinajs/orm": "^2.0.197", | ||
"@spinajs/orm-sql": "^2.0.197", | ||
"lodash": "^4.17.21", | ||
@@ -63,0 +63,0 @@ "luxon": "^3.2.1", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
257235
Updated@spinajs/di@^2.0.197
Updated@spinajs/exceptions@^2.0.197
Updated@spinajs/log@^2.0.197
Updated@spinajs/orm@^2.0.197
Updated@spinajs/orm-sql@^2.0.197