I'm using SQL Server with a Laravel 5.4 Project but when I use Laravel\Socialite it returns an error in my handler.
SQLSTATE[HY000]: General error: 20018 Unicode data in a Unicode-only collation or ntext data cannot be sent to clients using DB-Library (such as ISQL) or ODBC version 3.7 or earlier. [20018] (severity 16) [(null)] (SQL: select top 1 * from [social_logins] where [social_id] = 109095424026454018110 and [provider] = google)
Some answers on Google/StackOverflow say that I have to change the TDS version to 8.0 and client charset but I have my database in an RDS on Amazon Web Services and can't change it (me noob).