@vinctus/oql 1.1.16 → 1.1.17

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/README.md CHANGED
@@ -68,7 +68,7 @@ Add the following lines to your `build.sbt`:
68
68
  ```sbt
69
69
  externalResolvers += "OQL" at "https://maven.pkg.github.com/vinctustech/oql"
70
70
 
71
- libraryDependencies += "com.vinctus" %%% "-vinctus-oql" % "1.1.16"
71
+ libraryDependencies += "com.vinctus" %%% "-vinctus-oql" % "1.1.17"
72
72
 
73
73
  Compile / npmDependencies ++= Seq(
74
74
  "pg" -> "8.10.0",
package/main.js CHANGED
@@ -5149,7 +5149,8 @@ $c_Lcom_vinctus_oql_Mutation.prototype.bulkUpdate__sci_List__s_concurrent_Future
5149
5149
  $n($$x3).error__T__E(((("extrinsic properties not found in entity '" + $$x2) + "': ") + $f_sc_IterableOnceOps__mkString__T__T__T__T(this$13, "", ", ", "")))
5150
5150
  };
5151
5151
  var command = $ct_scm_StringBuilder__(new $c_scm_StringBuilder());
5152
- var columns = $as_sc_Iterable($n($n($as_sc_MapOps($n($as_T2($n(updates).head__O())).T2__f__2)).keys__sc_Iterable()).map__F1__O(new $c_sjsr_AnonFunction1(((k) => {
5152
+ var keys = $n($as_sc_MapOps($n($as_T2($n(updates).head__O())).T2__f__2)).keys__sc_Iterable();
5153
+ var columns = $as_sc_Iterable($n(keys).map__F1__O(new $c_sjsr_AnonFunction1(((k) => {
5153
5154
  var k$1 = $as_T(k);
5154
5155
  return $n($as_Lcom_vinctus_oql_Attribute($n(attrsNoPK).apply__O__O(k$1))).Lcom_vinctus_oql_Attribute__f_column
5155
5156
  }))));
@@ -5171,7 +5172,7 @@ $c_Lcom_vinctus_oql_Mutation.prototype.bulkUpdate__sci_List__s_concurrent_Future
5171
5172
  var $$x5 = $n($$x6).render__O__s_Option__T(id, new $c_s_Some(value));
5172
5173
  var this$18 = $n(update);
5173
5174
  var k$4 = new $c_sjsr_AnonFunction1(((x$2) => $n(this.Lcom_vinctus_oql_Mutation__f_oql).render__O__s_Option__T(x$2, $n(this.Lcom_vinctus_oql_Mutation__f_oql).render$default$2__s_Option())));
5174
- var this$19 = $n($as_sc_IterableOnceOps($n(columns).map__F1__O($f_s_PartialFunction__andThen__F1__s_PartialFunction(this$18, k$4))));
5175
+ var this$19 = $n($as_sc_IterableOnceOps($n(keys).map__F1__O($f_s_PartialFunction__andThen__F1__s_PartialFunction(this$18, k$4))));
5175
5176
  return (((("(" + $$x5) + ", ") + $f_sc_IterableOnceOps__mkString__T__T__T__T(this$19, "", ", ", "")) + ")")
5176
5177
  };
5177
5178
  throw new $c_s_MatchError(x$1$5)