Skip to content

Hydrahon v1.1.12

Compare
Choose a tag to compare
@mario-deluna mario-deluna released this 19 Sep 11:04
· 22 commits to master since this release
  • Fixed an error where table aliases where not being set.
  • Fixed identifier escaping, thanks @lucasnodari
  • Added whereNotIn helper, thanks @AeonFr :

     $people->select()->whereNotIn('city', ['Zürich', 'Bern', 'Basel'])->get(); 
  • Fixed travis build