Thanks to some private communication from Ondrej,
we have a better unicode support in MSSQL. Because this breaks
backward compatibility, we decided, for now to create a new URI:
SQLDB('mssql2://....')
it works like SQLDB('mssql://...') but
1) BIT is replaced by CHAR(1) to uniform to other database backend
(BIT does not support NULL)
2) VARCHAR by NVARCHAR
3) TEXT by NTEXT
4) execute(...) by execute(unicode(...,'utf8'))
Let's test it and then decide if mssql and mssql2 should become one
or be reversed or stay as two options.
Massimo
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"web2py Web Framework" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---