Skip to content

Commit 8716945

Browse files
committed
Merge branch '6.0' into 7.0
# Conflicts: # Orm/Xtensive.Orm.MySql/NuGetContent/ReadMe.md # Orm/Xtensive.Orm.Oracle/NuGetContent/ReadMe.md
2 parents 0344148 + 7b5155c commit 8716945

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Orm/Xtensive.Orm.MySql/NuGetContent/ReadMe.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ or, alternatively, use connection string like
1616

1717
```csharp
1818
var domainConfiguration = new DomainConfiguration("mysql",
19-
"Server=localhost;Port=3306;Database=tests;Uid=someuser;Pwd=Sometest;");
19+
"Server=localhost;Port=3306;Database=tests;Uid=someuser;Pwd=somepassword;");
2020
```
2121

2222
After that, if connection settings are valid, build Domain and use it as usual.

Orm/Xtensive.Orm.Oracle/NuGetContent/ReadMe.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Create a domain configuration configuration with connection url similar to this
1515
or, alternatively, use connection string like
1616

1717
```csharp
18-
var domainConfiguration = new DomainConfiguration("mysql",
18+
var domainConfiguration = new DomainConfiguration("oracle",
1919
"DATA SOURCE="(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=localhost)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=xe)))";USER ID=someuser;PASSWORD=somepassword");
2020
```
2121

0 commit comments

Comments
 (0)