onyxframework / sql

A delightful SQL ORM ☺️
https://api.onyxframework.com/sql
MIT License
91 stars 7 forks source link

Add variable name to NilAssertionError on bang variable access #91

Closed vladfaust closed 5 years ago

vladfaust commented 5 years ago
id = user.id!
User@id is expected to be not nil (NilAssertionError)