sails-mssql
sails-mssql copied to clipboard
Microsoft SQL Server adapter for sailsjs
Hello, I think you might find this useful when configuring sails-mssql for 0.10.x, if you think I'm doing anything wrong please let me know! https://gist.github.com/hybrisCole/868f979d8d129247a2da Regards, pd: is there a...
Did I interpret the sql._schema function correctly in identifying that only Integers and NVarchar(max) fields are eligible to be primary key fields and that your adapter only supports monadic keys?
When I make the connection with the adapter I get the following error: "Login failed for user 'username'." I am using the fork to 0.10.x https://github.com/jaredfromsubway/sails-mssql and need to use...