4 posts tagged with "SQL"
View All Tags
SQL scripts now support safe string interpolation for table and column names through backend schema validation, allowing more flexibility than prepared statements while preventing SQL injections.
New features
- Safe string interpolation for SQL queries
- Backend schema validation for interpolated arguments
- Support for table and column name parameters

Backend schema validation and safe interpolated arguments for SQL queries.
New features
- Backend schema validation for scripts using the schema_validation annotation.
- Safe interpolated arguments for SQL queries using %%parameter%% syntax.
- Protection against SQL injections with strict validation rules for interpolated parameters.

Windmill now supports Oracle scripts.
New features
- Write your Windmill script in Oracle.
- Run your Oracle scripts locally or in the cloud.
Pin database resource path directly within a SQL script instead of filling it through the UI.
New features
- Use "-- database resource_path" in your script.
- Works with PostgreSQL, MySQL, BigQuery, Snowflake, MS SQL, GraphQL.