Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How can i use the 'N'-prefix to save unicode strings to an nvarchar field? #101

Open
nick14 opened this issue May 19, 2015 · 0 comments
Open

Comments

@nick14
Copy link

nick14 commented May 19, 2015

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant