-
### Skill Name
Oracle (SQL), Microsoft SQL Server, Transact-SQL, PL/SQL and more
### Why?
Although the various SQL languages are quite similar, they include some differences. In addition, extension…
-
Hi!
I am playing around with concurrent text updates and noticed a case when state diverges on two clients when using big ClientIDs.
The docs say that ClientID is:
> Globally unique 53-bit long…
-
We often have our transactor failover in production, and whenever this happens, we end up having to restart Onyx, which gets stuck. I suspect this is because the current datomic connection is [never g…
-
When a transaction is made from a wallet to a different wallet the unconfirmed delta number is incorrect on the sending wallet. For example I sent about 3000 SC to another wallet, the sending wallet s…
-
the official datomic documents give me the impression that i should be allowed to do something like
`(dh.api/transact conn [{:db/ident :a/keyword}])`
however, when i attempt to do this i get an …
-
`om/update!` has a precondition that its `cursor` argument satisfy `ICursor`. This is not actually true: the cursor argument need only satisfy `transactable?`, and this is already checked by `om/trans…
-
At the moment "low level interaction" to a regular solidity function only works when fallback/receive are implemented.
more over when a call is being made to a regular function, we display "transact …
-
Given this example:
```rust
#[derive(Debug, Serialize, Deserialize)]
pub struct MyStruct {
pub first: String,
pub second: String,
pub third…
chwzr updated
1 month ago
-
### Command proposal
Command that restores a database on a SQL Server Database Engine instance.
### Proposed parameters
Parameter | Mandatory | Data type | Description | Default value | Allow…
-
Hi,
We recently ran into an issue caused by two things happening at the same time: 1. forgetting to add `:requires`, 2. [`(keys norm-map)`](https://github.com/avescodes/conformity/blob/6c6f5b5bb477…