Skip to content

First release

Latest
Compare
Choose a tag to compare
@benahm benahm released this 01 Apr 21:59
· 19 commits to master since this release

This release includes the following

  • QB (Query Builder)

    • Support for complex conditions
    • Support for select queries with order by, group by, limit, offset
    • Support regex select on fields
    • Support all SOQL functions (Aggregates, Dates...)
    • Support all date literals
    • Support for one bind variable
    • Test class 99%
  • DM (Data Mapper)

    • Find method (to query the data)
    • Test class 100%