Database prevents Lua from accessing the file system.
Details
| Detail name | Value |
|---|---|
| Changelog Number | 15098 |
| Type | Improvement |
| Status | Resolved |
| Fix Versions | Exasol 8.34.0 |
| Resolution Date | 2025-04-16 |
Background
Due to security concerns, Lua access to the file system must be restricted.
Improvement
Database prevents Lua from accessing the file system and throws "Feature not supported" exception in such case.
Changed behavior
Database throws "Feature not supported" exception if Lua attempts to use functionality that accesses the file system.