-
We are able to get the powerapp deployed, but cannot edit the dataconnections within it to point to our tenant location. Do you know how we can do this?
-
I made this little code for testing
```js
var peer = new Peer();
peer.on('open', function(id) {
console.log(id);
});
peer.on('connection', function(conn) {
makeconn(conn);
})
…
-
I am trying to implement retry logic for Aws Aurora Mysql.
In Linq2db there is retyrpolicy already implemented except there is no way to pass retrypolicy to DataContext.
So I have extended the …
-
When using the latest version of Microsoft.Data.Sqlite (8.0.2), the following exception occurs when running my app in Release mode on Android. Not sure if it's Android specific, but i'll mention it an…
-
### Describe your issue
I have a **User** entity with two string fields - **Name** has default mapping (nvarchar(4000)), **LongString** is mapped to ntext.
If I insert single user (with LongStrin…
-
V5 will give time to people to try `DataOptions`-based configuration.
In v6 we should push remaining users to use `DataOptions`-based connection constructors and cleanup this hell in v7.
-
_master_ (commit cf4fdf16f962371a4a5b03a89e5995295c6c98d8)
Failed on ZingJDK21: https://jenkins.hazelcast.com/job/Hazelcast-master-ZingJDK21-nightly/21/consoleFull _(junit test results were not sto…
-
### Describe your issue
When GuidFormat = MySqlGuidFormat.Binary16 is set, data cannot be written using bulk copy
```
Exception message:
MySqlConnector.MySqlException:"Data too long for column…
-
The SQL that is being generated in/around `DateTimeOffset` (Both nullable and non) in SQLite does not work under `Sql.DateAdd` or `!=` comparisons.
### Steps to reproduce
See Below Repro which s…
-
**Describe the bug**
We have infrastructure on k8s and use only IPv6 for connectivity. I got issue when trying to create connection to Postgress db.
I have also tried the same on cluster with IPv4 a…