Elijah Bate
Elijah Bate
I would suggest now using the actual mysql driver as that is now supported ________________________________ From: Noah Potash Sent: Saturday, September 16, 2017 5:56:41 AM To: SapientGuardian/SapientGuardian.EntityFrameworkCore.MySql Cc: Subscribed Subject:...
I can see why this is doing this straight away, it is doing a VisitLikeExpression and then VisitBinaryExpression. Should be an easy fix I'll have a look when I'm back...
After a quick look, it looks like something like this would fix this issue but its abit messy. This would be in MySQLQuerySqlGenerator.cs ```c# protected override Expression VisitBinary(BinaryExpression expression) {...
If your worried about functionality for users I'd suggest using mcrypt_encrypt() that way your only encrypting the password, and the user would still be able to it see all passwords...
Yes, I believe that's how it should be. @bbspike if your hashing the password the is no reason to put into the database, for that matter there is no reason...
There shouldnt not be a trucation on username the php needs to validate it. personally i dont think you should be restricting usernames to 16 chars more appropriate would be...
should not truncate*
Hi, I think you would be correct in assuming this, I can't test this but I definitely think holding back on pr till it is tested.
As soon as I can get this to run on windows and/or mac in dev then I'll work on this. Anyone else getting dynamic dll link error when doing npm...
Go it. I'll Start on this. Also for anyone that wants to get this working on windows I'll put details in the wiki