ZHCGitHub opened a new issue, #17124:
URL: https://github.com/apache/dolphinscheduler/issues/17124

   ### Search before asking
   
   - [x] I had searched in the 
[issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and 
found no similar issues.
   
   
   ### What happened
   
   
![Image](https://github.com/user-attachments/assets/2743f0b3-175b-4f9b-a8f6-eb53b82921a3)
   
   
![Image](https://github.com/user-attachments/assets/1c8839b9-cbbc-446e-bc89-0c22172d32d7)
   create sqlserver table error
   
   
   ### What you expected to happen
   
   test_20250411
   
   ### How to reproduce
   
   create table test_${dd}(
       id int null
   );
   
   Custom parameters: dd in integer 20250411
   
   ### Anything else
   
   I can't believe this is an Apache project with millions of downloads. There 
is no version where existing features can be used without bugs. Even the most 
basic features have bugs. Many bugs have been raised in Git, but they have not 
been resolved in many versions. For example, the most basic SQL function, which 
dynamically creates table names using global parameters, should be a very 
simple function. As a result, MySQL will pass a global parameter and create a 
table with an error. Only by creating local parameters in the current task and 
creating an SQL Server table in the same way, the concatenated parameters are 
directly added to the table name to generate a table name test_@p0 This table 
name, along with other miscellaneous bugs, I have tried SQL as a basic feature 
from 2.1.70 to the latest 3.2.2, and none of them are bug free. I think you 
should focus on doing the basic functions well first, at least being able to 
use them normally like a normal project, and then consider the 
 idea of adding other functions and upgrading, as well as the damn official 
documentation, which is simply unbearable. This makes me feel that this project 
does not deserve the honor of being a top-level Apache project
   
   ### Version
   
   3.2.x
   
   ### Are you willing to submit PR?
   
   - [x] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [x] I agree to follow this project's [Code of 
Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: 
[email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to