johnkpaul
01/10/2018, 3:26 PMselect * from table_name; with no where? I want something like ctx.db.query.items.all()nikolasburk
ctx.db.query.table_name*s*()nikolasburk
ctx.db.query.items()johnkpaul
01/10/2018, 3:35 PMCannot read property 'where' of undefinedjohnkpaul
01/10/2018, 3:35 PMjohnkpaul
01/10/2018, 3:36 PMjohnkpaul
01/10/2018, 3:36 PMctx.db.query.items({where: {}})johnkpaul
01/10/2018, 3:36 PMnikolasburk
ctx.db.query.items({}) also work?johnkpaul
01/10/2018, 3:37 PMnikolasburk
johnkpaul
01/10/2018, 3:37 PMjohnkpaul
01/10/2018, 3:37 PMjohnkpaul
01/10/2018, 3:37 PMnikolasburk
johnkpaul
01/10/2018, 3:46 PMjohnkpaul
01/10/2018, 3:46 PMnikolasburk
johnkpaul
01/10/2018, 3:49 PMjohnkpaul
01/10/2018, 3:49 PMjohnkpaul
01/10/2018, 3:49 PM