-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Add Sqlsrv driver #3714
Add Sqlsrv driver #3714
Conversation
You rock! Thanks for getting this one across the finish line, and @qury - you're a rockstar! Thanks for all of your work on this. |
tests/_support/Database/Migrations/20160428212500_Create_test_tables.php
Show resolved
Hide resolved
tests/_support/Database/Migrations/20160428212500_Create_test_tables.php
Show resolved
Hide resolved
- this needed some changes because SQL-Type TEXT is not compatible for comparison with strings
Co-authored-by: John Paul E. Balandan, CPA <[email protected]>
e78a11b
to
d0bbab4
Compare
Seems like we have a temporary problem with |
is it possible to pin php-version to 7.4.10 ? |
No, we can only specify a minor version 😞 |
Well... apparently on Monday everything decided to start working again 🤷♂️ |
@lonnieezell @MGatner @samsonasik @paulbalandan @qury All tests look good. I think I would like to merge it at this stage. This will allow other developers to battle-test it even more and then we should be able to fix any possible bugs before the next release. |
I agree. I still haven't actually used it but I've been through the code and read all the comments, and I will be very glad to see this get some use! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Agreed. I've been trying to follow the thread, and it sounds like you've got most of the kinks worked out. Huge thanks for taking this one across the finish line!
One more time - thank you @qury! |
Good work! Is anyone working on the version with PDO ? Isso seria interessante ? Would that be interesting? I have used the driver made available by microsoft (with CI3) and has served me very well. |
Description
This PR adds Sqlsrv driver based on @qury work. I'm not experienced with MSSQL but not many changes were needed.
The code has been cleaned up a bit and a few minor changes have been made to make the tests working.
Some tweaks are probably needed, so if anyone takes the time to review it, I would appreciate adding code suggestions to make things easier for me.
Closes #3612
Checklist: