Maksim
Maksim
Got the same issue. Trying to write UTF-8 data to MySQL with "utf8_unicode_ci" collation and after "ö, ä,ü" its cuts off the words. results
LOL, found how to fix. I just updated the "DBI" package and restartet R. Then it works. Maybe RMySQL is using an older version of DBI or I dont know,...
It worked on Windows 10 for me and still works. After trying on Ubuntu, hat still the same issue.
Not sure anymore, try creating data tables with "utf8_general_ci" encoding. Since then I never had problems with writing UTF-8 to MySQL.
first of all: start using fread(). much faster and there you fread("link.csv", encode = "UTF-8"). for writing to database I'm doing it like this: dbWriteTable(con, name = "Database", value =...
Getting also `Zigbee channel 15 utilization is 98.22%!` and zigbee network is losing it. Already using USB cable but my area is pretty crowded and all 2,4 GHz Channels are...
Is it possible to exclude objects from publish like in dedicated deployments? Deploying DACPAC from not-serverless SQL Servers with following task worked fine, but now I'm getting `Error SQL72018: Database...
@graciousgrey do you have some kind of Roadmap/Timeline online?