realglobe-Inc / clay-driver-sequelize

Clay driver for Sequelize
Apache License 2.0
1 stars 1 forks source link

FIX: [ClayDB] list の total が間違っている場合がある #41

Closed okunishinishi closed 7 years ago

okunishinishi commented 7 years ago

長いデータは別テーブルに格納しているが、countの時のjoinでレコードの数だけ総数が増えてしまうバグがあった

https://github.com/realglobe-Inc/hec-eye/issues/216

distinct句を足すことで正しくカウントするように直した