Citizen
Citizen
WWindmill
Created by Citizen on 5/20/2025 in #help
MySQL script - Argument support list
Thank you for the information, I will try soon !
26 replies
WWindmill
Created by Citizen on 5/20/2025 in #help
MySQL script - Argument support list
Thank you !
26 replies
WWindmill
Created by Citizen on 5/20/2025 in #help
MySQL script - Argument support list
Do you have a guide in order to debug locally ? In the contributor guide (https://www.windmill.dev/docs/misc/contributing) I don't find info about it
26 replies
WWindmill
Created by Citizen on 5/20/2025 in #help
MySQL script - Argument support list
I've edited docker-compose file by replacing the windmill_server "image" line by a "build", in order to use the local Dockerfile, it seems to compile, but once booted, I can't access to it
windmill_server:
# image: ${WM_IMAGE}
build: .
windmill_server:
# image: ${WM_IMAGE}
build: .
26 replies
WWindmill
Created by Citizen on 5/20/2025 in #help
MySQL script - Argument support list
No description
26 replies
WWindmill
Created by Citizen on 5/20/2025 in #help
MySQL script - Argument support list
Currently, the notation -- %%param%% (type) seems not supported in the RE_ARG_SQL_INTERPOLATION variable. So I have added this part \((\w+(?:\([\w, ]+\))?(?:\[\])?)\), in order to support type declaration inside sanitized interpolation. It allows -- %%param%% (type) and add the list support (-- %%param%% (type[])) with this optional non capturing group (?:\[\])?
26 replies
WWindmill
Created by Citizen on 5/20/2025 in #help
MySQL script - Argument support list
I've started the implementation, but I'm a first time user of Rust, so I wanted to validate with you the taken direction : https://github.com/windmill-labs/windmill/commit/9e4dbcaa75e50df544665cd13bc6018cd1eb3187
26 replies
WWindmill
Created by Citizen on 5/20/2025 in #help
MySQL script - Argument support list
Nice, thank you, I will try to implement it, and test it
26 replies
WWindmill
Created by Citizen on 5/20/2025 in #help
MySQL script - Argument support list
Oh great ! Can I contribute and implement it if you want ? I could try ^^
26 replies
WWindmill
Created by Citizen on 5/20/2025 in #help
MySQL script - Argument support list
No description
26 replies