Git: github.com/fw103699437…

The body of the

I found a bug in the work, spliced OUT SQL in the project and then went to query, and reported an error

sql:select dq from file.sourcefileSJ1_Sheet120201203110826 group by dq

Error:

Take SQL to Navicat, no problem

Take the SQL to Dbeaver, no problem

SQL is checked in the project, there is a problem, reported relation does not exist

SQL > limit 1500 > limit 1500 > limit 1500 > limit 1500

If you can’t stand it, write a demo package and send it to the server (see git)


        <dependency>
            <groupId>postgresql</groupId>
            <artifactId>postgresql</artifactId>
            <version>9.1-901-1.jdbc4</version>
        </dependency>
Copy the code

Switch to drivers in the project

<! -- <dependency> <groupId>org.postgresql</groupId> <artifactId>postgresql</artifactId> <version>42.29.</version>
        </dependency>-->
Copy the code

The same error was reported in the previous project

I’m so fucked up. How the fuck am I supposed to find out? I have tried all kinds of methods for several days, such as adding double quotes, schema and so on have not solved, and even can not get any information about the driver, the result is the driver version problem?

feeling

Stay safe from niche technology