-
### Describe your issue
If the collation of the server and the specific database of the SQL Server differs, then when using temporary tables, the error "Cannot resolve the collation conflict betwee…
AR1ES updated
2 months ago
-
See #4303
We have some public APIs, that doesn't check dispose status of context. We should review following classes and add missing checks for our context implementations:
- DataConnection
- Dat…
-
Hello.
My script
```
from pyadldap.adldap import adLDAP
dataConnection = {
"dcs" : ["ugr-dc.yass.ru"],
"username" : "svc@yass.ru",
"password" : "gFD7dghfghf"
}
ad = adLDAP(**dataConnection)…
ghost updated
7 years ago
-
I usually derive from DataConnection and create instances in a factory which delivers an instance of a custom interface
e.g. IAccountingContext that implements ICloneable,
IDataContext,
…
-
I don't have time now to put this into a proper project with autotester tests, but here's PeerJS transport adapter for anyone in need. License MIT.
**PeerJsTransportClient.ts**
```typescript
im…
-
A startup.cs run in one of your samples includes a block for generating Identity tables using DataConnection.CreateTable. Table names for Identity (and any that are generic types) come out as *`1*.
…
-
When using a type of
"type": "Microsoft.KubernetesConfiguration/extensions",
An error is shown indicating this type of resource is not allowed.
Value must be one of the following…
-
### Describe your issue
`QueryMultipleAsync` throws Exception, and seems to be broken entirely. `QueryMultiple` works fine.
```
Exception message: ''System.Threading.Tasks.Task' does not conta…
-
When executing the command mvn install -Dmaven.test.skip=true to build the war file of bizArtifact,
i got the following error:
Failed to execute to execute goal org.apache.maven.plugins:maven-compil…
ssb15 updated
8 years ago
-
When a DataConnection fails to establish, for example, due to connecting to an invalid ID or to one's own ID, I would expect the `dataConnection.on('error', () => {...})` callback to be executed. Inst…