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 an array with values and want to update my database like this:
$result = $ORM->Table[$id]->update($values);
Datatype of a column in sql server is nvarchar.
So in a sql query i can use: 'UPDATE...SET text = N'sample_unicode_string'
how can i do this with notorm?
Thanks, Nick
The text was updated successfully, but these errors were encountered:
I have an array with values and want to update my database like this:
$result = $ORM->Table[$id]->update($values);
Datatype of a column in sql server is nvarchar.
So in a sql query i can use: 'UPDATE...SET text = N'sample_unicode_string'
how can i do this with notorm?
Thanks, Nick
The text was updated successfully, but these errors were encountered: