transactions
Here are 253 public repositories matching this topic...
-
Updated
Jan 31, 2020 - Ruby
There are two static analyzers in an LLVM project:
Would be nice to check tarantool source code with these analyzers, fix warnings and errors and add it in Tarantool CI.
-
Updated
Apr 27, 2020 - Elixir
FLUP from internal reference PDS-106493:
It appears that the logline:
Possible bug: Someone rolled back our transaction but our locks were still valid; Atlas code is not allowed to do this, though others can.
Is not very precise, because there are places in the protocol that could legitimately cause this. Specifically, the relevant thing is callers to this method that don't spec
-
Updated
Apr 6, 2020 - TypeScript
-
Updated
Feb 7, 2020 - JavaScript
-
Updated
Jun 3, 2020 - Erlang
For educative mode it would be nice to understand better what the Bits mean.
Bits = 0x190102B1
Target = 2 ^ ( 8 * ( 0x19 - 3 ) ) * 0x 0102B1 = 0x000000000000000102B100000000000000000000000000000000000000000000
so also split "bits" into its two parts (if I understood that right). Bits = 0x190102B1 = 0x19 0x0102B1.
-
Updated
Jul 9, 2020 - C++
-
Updated
Feb 19, 2020 - Python
-
Updated
Jan 9, 2018 - Ruby
The current behavior to return true on a dbCollection.updateis making some important tests of ours fail. To give an example:
const numUpdates = MpIndex.update({ _id: mpIndexDoc }, { $addToSet: { cardsIdArray: cardId } }, { tx: true, instant: true }); if (numUpdates === 0) { throw new Error(Something is wrong - No doc was being updated - mpIndex _id: ${mp
Is your feature request related to a problem? Please describe.
The API error messages are rather generic and I think we can improve them - in particular the error 401 API access token missing, invalid, revoked, or expired (link to code line) because users are very likely to encounter this error on their first try of th
-
Updated
May 30, 2019 - Java
Clear Linux Support
Benchmarks and features make it sound promising for our workloads. AWS runs exclusively on Intel hardware, so we'll be able to make use of the CPU-specific optimizations in Clear Linux. We'll need to verify that Pan
-
Updated
Sep 4, 2018 - JavaScript
See the following SO post for context.
Essentially for downstream projects, like mine, that use mongoose.createConnection instead of mongoose.connect.. we use all db.model instead of mongoose.model. Currently this package assumes mongoose.model will work in all instances, howe
-
Updated
Jul 3, 2020 - TypeScript
-
Updated
Jun 5, 2020 - Elixir
-
Updated
Jul 2, 2020 - C#
-
Updated
Sep 5, 2018 - JavaScript
-
Updated
Apr 9, 2018 - Ruby
Improve this page
Add a description, image, and links to the transactions topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the transactions topic, visit your repo's landing page and select "manage topics."
Issue Description
What was unclear/insufficient/not covered in the documentation
How to update and increment in one single query
If possible: Provide some suggestion on how we can enhance the docs
Add this to the docs.
Additional context
#7268
Issue Template Checklist