I am currently creating a small project to mimic simple bank transactions. Currently there are two types of transactions. Request transaction Transaction is can
In a Postgres 12 database, I have multiple queries (SELECT, UPDATE, ...) in a function that all together take about 20 minutes to complete. I have a check at th
In my application i am processing messages from queue using camel and process it in multiple threads. I tried to persist the data to a table during the process
I am using Django translations for ja and de using makemessage. There is a translation in that I don't want to translate dynamic content in de. I am using the
I am not using any type of locking. Is it possible that two concurrent saveAll requests trying to save the same set of records could collide with each other and
I have a multi-tenant application. The tenants data is isolated based on schema. I want to implement a transactional outbox pattern, where I want to store the e
I have a CRM software on my local machine. In the SQL DB of the software, I added a linked server (our test website with our test DB: Windows Small Business Ser
I deployed a token on the BSC network transaction it saved the object as a transaction receipt it is not returning the contract object, as it shows in the docs.
I am trying to learn how to use transactions and error handling. Got stuck with custom error messages. The stored procedure generates badges for AdventureWorks
I have a function that uses set_config with is_local = true to set a variable. Now I expected that a select statement using the variable with current_settings w
In the process of developing the ethereum dapp, I tested the load and there was a nonce error. When building a rawTx, I used web3.getTransactionCount("accountAd
The on_commit function has been added to Django 1.9 to be able to trigger an action (e.g. a Celery task) after the current transaction has committed. They ment
In my Spring MVC application, I have @Transactional annotated method inside which I make call(select query) to DAO layer inside for loop. If my input list size
I use IBM.XMS (9.1.0.0) to get the message from the queue from my .NET application. Under the session, I get the message from the queue then insert into the dat
I understand the error message and i know how to solve it, but i want to know why it occurs in this specific place especially on a find method. I created a mini
I am working on a project where I need to send ether from an user to a smart contract and from the smart contract to the user. The smart contract is code in Sol
I'm trying to follow SuiteAnswers 41269 (which is for adding a Packing List to an Item Fulfillment) to add a button to print a packing list to a Transfer Order.
i have upgraded our application to SWF 2 and have implemented FMPC pattern. majority of our existing flow definitions doesn't have end-state, now using FMPC as
I am using oracle transaction to insert into multi-tables one master table and two details tables at the same time. so i will insert one record to the master t
I am designing a system where users can select/ insert/update/ delete multiple rows of multiple tables multiple times (n times in a loop based on some logic, th