Skip to content

How to show generated SQL / raw SQL in TypeORM queryBuilder

I developed typeorm querybuilder. For the purpose of debugging, I’d like to show the generated SQL query. I tested printSql() method, but it didn’t show any SQL query. It returned the following: My desired result is to get the generated SQL query. Is there any wrong point? Is there any good way to…

MySQL Not Reading Full Line

I’m using the following SQL Script in my IDE DBeaver, MySQL 8.0.21 Linux (Docker Container). Database is in utf8mb4 / utf8mb4_general_ci encodings. DELIMITER // CREATE OR REPLACE TRIGGER …