-
Notifications
You must be signed in to change notification settings - Fork 303
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#4667 Fix Sqlsrv Setup #4668
#4667 Fix Sqlsrv Setup #4668
Conversation
Hi Frank, Can you run some tests for me.
We didn't do this in the previous code (But that code did not work...!). Can you check that this statement is required. e.g. will it work without it.
Can you tell me if it still works when you replace |
Hi Greg
I followed https://stackoverflow.com/questions/56560556/insert-data-in-laravel-identity-insert-is-set-to-off.
Done and pushed. Migration finished with creation of Config.ini.php but has an major issue with session table see #4669 |
Can you tell me if it is necessary to use |
Codecov Report
@@ Coverage Diff @@
## main #4668 +/- ##
============================================
- Coverage 30.94% 30.93% -0.01%
- Complexity 11333 11337 +4
============================================
Files 1189 1189
Lines 47807 47818 +11
============================================
Hits 14792 14792
- Misses 33015 33026 +11
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Your PR adds some entries to It is recommended that this type of file are added to your global .gitignore file - not the project file. I merged the |
I doesn't test statement(). I found https://stackoverflow.com/questions/56560556/insert-data-in-laravel-identity-insert-is-set-to-off. and there You found
|
No description provided.