Posted August 15, 2024 by Grisgram
New Feature: Stored Procedure Selector. When working with tables with many foreign keys, it can happen, that the number of possible combinations gets quite high.
Therefore, qss will generate by default only one select-sp for primary key and one for each foreign key, but NOT all possible combinations.
However, in some cases you want all those combinations.
So, the sp:
command got a new feature:
sp:*
or sp:crud
will create only pk + single foreign key procedures
sp:**
or sp:crud+
will in addition create all combinations of foreign keys