Skip to content

v2

Compare
Choose a tag to compare
@TimothyBJacobs TimothyBJacobs released this 14 Feb 22:09
· 52 commits to master since this release
  • Add: Escaping to like where conditions.
  • Add: Support for selecting a single column from FluentQuery.
  • Add: DATE column type. Props @shazahm1.
  • Add: add_many method to Collection. Props @shazahm1.
  • Add: Support for dropping or emptying a table. Props @shazahm1.
  • Add: Boolean column.
  • Add: Make it easier to nest where conditions.
  • Add: Support for creating multiple models in one insert request.
  • Add: register_table API function to create tables according to an array config.
  • Tweak: Nest when using multiple conditions as an array.
  • Tweak: Fetch found rows immediately after main query.
  • Tweak: Specify wpdb where formats during insert, update, and delete.