node-querybuilder icon indicating copy to clipboard operation
node-querybuilder copied to clipboard

NULL does not support

Open lequangkhanh2901 opened this issue 2 years ago • 1 comments

.where('attr IS NOT', 'NULL') of .where('attr IS NOT', null) : does not work

lequangkhanh2901 avatar Mar 30 '23 07:03 lequangkhanh2901

.where({attr: 'IS NOT NULL'})

genio avatar Mar 30 '23 14:03 genio