loopbackio / loopback-connector-cassandra

Cassandra connector for the LoopBack framework.
Other
13 stars 22 forks source link

load updated record after update in order to adapt to change of juggler.3.22.1 #66

Closed shenghu closed 6 years ago

shenghu commented 6 years ago

Description

The root cause is described in https://github.com/strongloop/loopback-connector-cassandra/issues/65. The solution is to load updated record from db.

Related issues

Checklist

shenghu commented 6 years ago

The failure depends on https://github.com/strongloop/loopback-datasource-juggler/pull/1604 to be merged to juggler.

@bajtos @virkt25 @jannyHou please review.

shenghu commented 6 years ago

This is not needed any more as juggler fixed it.