Transaction Table in v2.11.0
See original GitHub issueBug description
Since v2.11.0 was released, you are not able to have a MySQL table called “Transaction”. It will conflict with this line in the client:
node_modules/.prisma/client/index.d.ts
/**
* @deprecated renamed to `$transaction`
*/
transaction: PromiseConstructor['all']
How to reproduce
Create a table named “Transaction” and try to generate the client.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:5 (2 by maintainers)
Top Results From Across the Web
MON_GET_TRANSACTION_LOG table function - Get log ...
Column Name Data Type Description
MEMBER SMALLINT member ‑ Database member monitor element
LOG_READ_TIME BIGINT log_read_time ‑ Log Read Time monitor element
LOG_WRITE_TIME BIGINT log_write_time ‑...
Read more >transaction table — oracle-tech
In the Oracle concepts 11g R2 is stated that "The database uses a transaction table, also called an interested transaction list (ITL), ...
Read more >Transaction Tables - SAS Help Center
A table group is a set of tables sharing the same schema (same columns with the same field definitions). In a table group,...
Read more >How should I create a transactions table?
What I would like to do is create a transactions table that shows when an item was issued to a technician, and create...
Read more >Transaction v2 Deep Dive [Solana Tutorial] - Oct 14th '22
Are you bothered by Transaction Size limits on Solana? ... 0:55 Looking at Transactions 2 : 11 The proposal 8:15 Metadata of the...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thanks! This is already fixed in
dev
- you can try it out with@prisma/client@dev
. The stable release for this will go out in2.12
next week Tuesday.Same here. I downgraded to v2.10.2 and there it works fine.