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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ There are a few bundles and packages out there which can handle dblib but unfort
32
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
33
33
- When doing manual queries you should always use executeQuery() and executeUpdate() on Doctrine DBAL
34
34
- Named parameters are not supported, UTF-8 characters will be saved as ?
35
-
- This bundle was only tested on SQL Server 2008 R2 SP2
35
+
- This bundle was only tested on SQL Server 2008 R2 SP2 and nvarchar fields
36
36
- Joined inheritance mapping in ORM is not supported yet since we did not need it, this might be supported in the future
37
37
- Symfony session handler does not use locking now, this might be supported in the future
38
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