Lars-Erik Roald
Lars-Erik Roald
This simple example will reproduce the hang after seconds. Run sp_who2 and you will see a sleeping connection blocking for the others. Table: `CREATE TABLE _customer (id UNIQUEIDENTIFIER PRIMARY KEY...
If you run the sample with only one connection, everyting works fine. (And if you run multiple node programs with one connection each - everything works fine.) Thank's for your...
Yes, that is the problem. It will hang because the select query is waiting for the INSERT to be commited. But the code is not able to commit. Maybe the...
I appreciate your hard effort. Thank's a lot. I assume you get a deadlock because of the non clustered index. So this is a slightly different case than the one...
I have the same problem, but only on the second worker instance created. Running alpine Linux.
Browser support is highly appreciated.
Yes, I have the same problem
Autoincrementals and other auto generated (Auto generated keys) readonly
Personally, I prefer to roll my own - and not use any external tools. I manually create the migration scripts and name them something like `001_initial_schema.sql` and `002_add_users_table.sql`. Then I...
I promised to give you a full example. But then I got the flu or something and was unable to work. I will come back to you.