Skip to content

Commit c28260a

Browse files
committed
- Updated README.md
1 parent 7e873c9 commit c28260a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,14 @@ There are a few bundles and packages out there which can handle dblib but unfort
1919

2020
# A Big Thanks
2121

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
2323
- [Leaseweb](https://www.leaseweb.com/) for their [PdoDblib package](https://github.com/LeaseWeb/LswDoctrinePdoDblib), it was very useful too
2424
- 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
2525
- Arjen for his dedicated work on the function that prepares the query for supporting UTF-8 ♥
2626
- Tonny & Elmar from the .NET team for their help on working with Microsoft SQL Server
2727

2828
# Notes
2929

30-
Some things which are good to know:
31-
3230
- Do not use pdo_dblib unless you have very good reasons, use a different driver if you get the chance
3331
- You probably need to be change the FreeTDS conf (usually in /etc/freetds/freetds.conf), make sure you can
3432
- 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:
3735
- This bundle was only tested on SQL Server 2008 R2 SP2
3836
- Joined inheritance mapping in ORM is not supported yet since we did not need it, this might be supported in the future
3937
- 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
4039

4140
# Documentation
4241

0 commit comments

Comments
 (0)