The Jade 2025 release focuses on modernising the developer experience and helping you build faster, smarter, and more scalable applications.
Hi Jade
Can we get a Use Statement for workspaces so we can include the target schema as a part of the workspace. this would save me having to email my co-leagues which schema to run the work space against
An Example of how this might look is
Use "CardSchema";
vars
//vars..
begin
//code
end;
and this would override the selected schema and run only on CardSchema.
Could we extend this to switching schema context in code. It's realy complicated to switch schema context, a use command will make life way easier. There we go, there's a follow up idea. It has to be approved now :)