beyond-the-cloud-dev / soql-lib

The SOQL Lib provides functional constructs for SOQL queries in Apex.
https://soql.beyondthecloud.dev/
MIT License
61 stars 9 forks source link

Doc issue #67

Closed jeremyross closed 1 year ago

jeremyross commented 1 year ago

It looks like the A option under Build your own selector has a problem. The ExampleController accesses SOQL_Account.query() in a static context, but it's declared as an instance method. Should it be static?

janeksledziewski commented 1 year ago

Hi @jeremyross good catch, code fixed!