topcoder-platform / skills-etl

Other
0 stars 1 forks source link

DB query issue #7

Closed sushilshinde closed 3 years ago

sushilshinde commented 3 years ago

This query is returning all the records in the DB, it is ignoring the date filter

https://github.com/topcoder-platform/skills-etl/blob/67cf15c9ea3466cbf5fe9d8005ac6e9f4b87dd8a/src/input/userChallengeSkills.js#L36

I have temporarily added SELECT first 100 *

PR to https://github.com/topcoder-platform/skills-etl/tree/fixes

sushilshinde commented 3 years ago

resolved