Learncado
Learncado

Learncado brings together a vast collection of questions and answers. Expand your knowledge, learn new skills, and find solutions to your queries effortlessly. Enhance your learning experience and save valuable time by exploring our website today.

Resources

  • Questions
  • Question By Tags

Help and support

  • Contact
  • About

  • Geniecourse
  • Jetsodeals
  • Rentcado
  • Dealcado
© 2021-2023 Learncado All Rights Reserved.

Search Results (26)

Results for transactions

November 15th, 2023
PostgreSQL List of Transactions

Is there a list of transactions that I can see that have not been committed yet? Example: Begin; delete from table where column IS NOT NULL; I have no...

postgresqlsqltransactions
Read more
October 27th, 2023
Display transactions data with consecutive days

I have this Transactions table in Oracle 11G. Please, don't judge my asking question. Table has columns: id (guid type) sender_name transaction_date a...

oraclesqloracle11g
Read more
November 29th, 2023
POSTGRESQL: Count the number of transactions of each extracted month from timestamp for each customer account?

I am having difficulty in attaining what I need. I have come across crosstab and pivot of which are not working in pycharm or maybe postgres no longer...

postgresql
Read more
September 11th, 2023
Transactions in supabase

I have two tables that reference each other. For the sake of example, say they're Posts and Comments: Posts ----- id bigint title tex...

postgresqltransactionssupabase
Read more
September 5th, 2023
Errors creating transactions with Authorize.Net in .Net Core

I'm trying to create a simple pre-authorization transaction using a json class. I can't get it to work, either with JSON or XML. XML return says: E00...

c#authorize.net
Read more
August 30th, 2023
Return transactions that have over X consecutive declined transactions before them within a time period

Suppose I have the following sample data with card transaction attempts (A - approved, D - declined) - only one card history here, but in the real dat...

sqlsql-server
Read more
August 30th, 2023
Same X-CSRF token passed in all threads of subsequent transactions

I am developing a JMeter script which is as follows: Test Plan Thread Group 1 Login Thread Group 2 Thread Group 3 Csrf token is generated in the ...

jmeter
Read more
August 30th, 2023
Is rollback transactions' data written into the Postres WAL?

I have a Postgres replication slot. I rollbacked a couple of transactions but the slot size increased drastically. I do not have any slot changes in i...

postgresqlwallogical-replication
Read more
November 28th, 2023
How to automate USDT sending transactions?

I want to make utility on my website so people who don't like product can get their money back in usdt. By clicking on submit button I want to send us...

javascriptphpsoliditysmartcontractscryptocurrency
Read more
November 3rd, 2023
Transaction Manager not showing storekit 2 transactions in Xcode

I am trying to test in-app purchase localy using configuration.storekit file. I'm able to do perform the fetch, buy, restore, etc on the simulator, bu...

iosxcodein-app-purchase
Read more
November 1st, 2023
Why can't transactions be sent directly to validators/mining pools?

Now 99% of all interactions with the blockchain occur through Infuria or Alchemy (MetaMask - API Infuria). Nobody raises their geth nodes. Because of ...

ethereum
Read more
November 25th, 2023
org.apache.openjpa.persistence.PersistenceException: Cannot set auto-commit mode when using distributed transactions

I setup simple java ee project and using jta transaction and using OpenJpa 2.4.2 as Jpa provider, maven 3.3, eclipse 2020-06, jdk 8U2002, weblogic 12....

javaweblogiccommitpersistenceopenjpa
Read more
October 1st, 2023
Hibernate: how to improve handling of Sessions and Transactions?

I'm currently developing a server-application with Kotlin/ktor and Hibernate (no Spring!), and I'm not quite satisfied with how I handle Hibernate ses...

transactionskotlinsessionhibernatektor
Read more
October 16th, 2023
Firebase cloud transactions not always finishing

I am attempting to update the average rating of a restaurant document in my Firestore database with a transaction when a new review is posted in the s...

transactionsgoogle-cloud-platformfirebasegoogle-cloud-firestoregoogle-cloud-functions
Read more
October 17th, 2023
Enabling MongoDB transactions without replica sets or with least possible configuration

[Some background information - possibly skippable] To begin with, I have barely any understanding of database management and just shallow experi...

transactionsmongodbdatabasereplicasetmongodb-replica-set
Read more
November 4th, 2023
Python: most efficient way to categorize transactions

I have a large list of transactions that I want to categorize. It looks like this: transactions: [ { "id": "20200117-16045-0", "...

pythonnumpypandas
Read more
December 5th, 2023
Transactionscope throwing exception this platform does not support distributed transactions while opening connection object

TransactionScope is throwing a exception in .net core 2.2 In this example I created a scope of TransactioScop. Opening SQL transaction for one databas...

c#sql-server.net-core
Read more
September 2nd, 2023
Preventing Race Conditions Using Database Transactions (Laravel)

How do I prevent such a race condition from occuring? I understand that transactions in Laravel are blocking for updates, but how do I prevent stale d...

sqlphptransactionslaraveldatabase
Read more
November 10th, 2023
side effects of using transactions of PDO

I have recently switched to PDO, and I have read about transactions, but after some readings, I am still confused about some aspects of using transact...

sqlphpmysql
Read more
September 12th, 2023
How do JMS transactions work with concurrent consumers?

I have a queue of messages which need sequential processing. Now this processing involves calling a Web service (which might be down sometimes) so I h...

javajmsibm-mqmessaging
Read more
November 25th, 2023
Count number of transactions for first 30 days of account creation for all accounts

I want to count the number of transactions for the first 30 days from an account's creation for all accounts. The issue is not all accounts were creat...

sqlsql-server
Read more
November 27th, 2023
How to avoid nested transactions not supported error?

I need to make sure many concurrent users be able to access the database. Although after each commit I close the session but sometimes my code runs in...

transactionshibernatejakarta-ee
Read more
November 25th, 2023
multiple transactions within a certain time period, limited by date range

I have a database of transactions, people, transaction dates, items, etc. Each time a person buys an item, the transaction is stored in the table like...

sqlsql-serversql-server-2005
Read more
December 9th, 2023
PostgreSQL cannot begin/end transactions in PL/pgSQL

I am seeking clarification of how to ensure an atomic transaction in a plpgsql function, and where the isolation level is set for this particular chan...

postgresqltransactionsstored-proceduresplpgsqlpostgresql-9.2
Read more
October 22nd, 2023
MongoDB transactions in .NET in 2010?

Playing around with MongoDB and NoRM in .NET. Thing that confused me - there are no transactions (can't just tell MongoConnection.Begin/EndTransactio...

.nettransactionsmongodbnorm
Read more

Hot Topic

  • 25881

    How do I undo the most recent local commits in Git?

  • 11618

    How can I remove a specific item from an array in JavaScript?

  • 20343

    How do I delete a Git branch locally and remotely?

  • 7387

    How can I find all files containing a specific text (string) on Linux?

  • 7330

    How to find all files containing specific text (string) on Linux?

  • 7611

    How do I revert a Git repository to a previous commit?

  • 2671

    How do I create an HTML button that acts like a link?

  • 8481

    How do I check out a remote Git branch?