Kumac13 / soql-generator

1 stars 0 forks source link

Fix parsing null in where condition #10

Closed Kumac13 closed 1 year ago

Kumac13 commented 1 year ago

Can not use null in where condition

SOQLGenerator >>> Conversion__c.where(Name != null)
Unexpected token: expected . got 'null'
Kumac13 commented 1 year ago

https://github.com/Kumac13/soql-generator/pull/11