Skip to content
#

transactions

Here are 405 public repositories matching this topic...

xaragen
xaragen commented Aug 10, 2021

Working on a project I ran into the documentation for customizing the Foreign Key.
The docs read:

// https://sequelize.org/master/manual/assocs.html
// For example, to use UUID as the foreign key data type instead of the default (INTEGER), you can simply do:

const { DataTypes } = require("Sequelize");

Foo.hasOne(Bar, {
  foreignKey: {
    // name: 'myFooId'
    type: D
locker
locker commented Oct 27, 2021

Tarantool 2.10.0-beta1-112-gf9bbfff9ce46

Enabling the hot standby mode (box.cfg.hot_standby) with Vinyl yields unpredictable results: since the Vinyl scheduler and memory quota are disabled on a hot standby instance, it's likely to trigger system OOM; if OOM doesn't happen and the hot standby instance switches to the normal mode, it's likely to result in corrupted metadata or data.

There's

iroha

Improve this page

Add a description, image, and links to the transactions topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the transactions topic, visit your repo's landing page and select "manage topics."

Learn more