forcedotcom / go-soql

Golang tag library to generate SOQL queries
BSD 3-Clause "New" or "Revised" License
52 stars 12 forks source link

Adding support for "NEXT_N_DAYS" date literal in Where clause. #23

Closed dmaykov closed 3 years ago

dmaykov commented 3 years ago

Adding support for "NEXT_N_DAYS" date literal in Where clause. There are more literals in SOQL specification, but wanted to implement this one at first.