You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a table with these columns id,year,startDate,endDate. The last two fields can be null but NOTORM insert will return false if I leave them empty. It will add the data if I format my array to be just array("year" => "2004"). Not sure if this is by design ? Thank you.
The text was updated successfully, but these errors were encountered:
I have a table with these columns id,year,startDate,endDate. The last two fields can be null but NOTORM insert will return false if I leave them empty. It will add the data if I format my array to be just array("year" => "2004"). Not sure if this is by design ? Thank you.
The text was updated successfully, but these errors were encountered: