You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,16 +19,14 @@ There are a few bundles and packages out there which can handle dblib but unfort
19
19
20
20
# A Big Thanks
21
21
22
-
-[Realestate.co.nz](http://www.realestate.co.nz/) for their awesome [MssqlBundle](https://github.com/realestateconz/MssqlBundle/) under the MIT licence, the base for this bundle
22
+
-[Realestate.co.nz](http://www.realestate.co.nz/) for their awesome [MssqlBundle](https://github.com/realestateconz/MssqlBundle/), the base for this bundle
23
23
-[Leaseweb](https://www.leaseweb.com/) for their [PdoDblib package](https://github.com/LeaseWeb/LswDoctrinePdoDblib), it was very useful too
24
24
- Michal for his hard work in the past on projects where dblib had to be used, your input for this bundle was of much valuable
25
25
- Arjen for his dedicated work on the function that prepares the query for supporting UTF-8 ♥
26
26
- Tonny & Elmar from the .NET team for their help on working with Microsoft SQL Server
27
27
28
28
# Notes
29
29
30
-
Some things which are good to know:
31
-
32
30
- Do not use pdo_dblib unless you have very good reasons, use a different driver if you get the chance
33
31
- You probably need to be change the FreeTDS conf (usually in /etc/freetds/freetds.conf), make sure you can
34
32
- Support for ORM requires modifications to some Doctrine files in the vendor folder, a script for Composer which does this automatically is provided in this bundle
@@ -37,6 +35,7 @@ Some things which are good to know:
37
35
- This bundle was only tested on SQL Server 2008 R2 SP2
38
36
- Joined inheritance mapping in ORM is not supported yet since we did not need it, this might be supported in the future
39
37
- Symfony session handler does not use locking now, this might be supported in the future
38
+
- There are no tests since original tests on Doctrine are also likely to fail, take this bundle as-is but please create a PR if you have found an issue and fixed it
0 commit comments