pallasinfotech
pallasinfotech
Code Generation in Quick SQL Creates Randomly Ordered Tables, Leading to Script Execution Failures
When generating SQL code in Quick SQL, the tool currently produces table creation statements in a the order it appears in the QuickSQL side order. This approach often results in...
To create quickly secure views for multi-tenant applications, allow a switch line Example: view Knowledge_articles_v Knowledge_articles /where tenant_id = SYS_CONTEXT('APEX$SESSION', 'APP_TENANT_ID'); after "/where" the user can add his portion of...
The automatic inclusion of the Tenant_ID in the triggers can be so much time saving when creating Multi-tenant applications. It use to be there I think in Apex 18. Can...
**Summary** Please restore the ability to generate a `TENANT_ID` column and add a simple, opinionated way for QuickSQL to scaffold multi-tenant table structures (columns, FKs, indexes, optional RLS helpers), **plus...
**Summary** The new Diagram is excellent, but on large scripts (60+ tables) QuickSQL redraws the Diagram and regenerates SQL on every keystroke, causing severe lag. Please add settings to control...