View all by Grisgram
Grisgram
Follow Grisgram
Follow
Following Grisgram
Following
Add To Collection
Collection
Comments
Devlog
More like this
Related
qss - Quick Sql Scripts
←
Return to qss - Quick Sql Scripts
Devlog
Release 2.9
June 28, 2025
by
Grisgram
Release 2.9 of qss contains several bug fixes and changes in the generated scripts: qss now prints the commandline used to generate a script in the comments at the top of each script, so you can easil...
Continue reading
qss 2.8 released
June 12, 2025
by
Grisgram
Version 2.8 script generation changes: The entire command line used to generate the script now is part of the script. It will be added at the top of the script in a comments block Your generated scrip...
Continue reading
Release 2.6
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 defaul...
Continue reading
Release 2.4 - Multiple Keys
July 26, 2024
by
Grisgram
In addition to the recursive tables from the last update, this new version also allows to put multiple foreign keys to the same table. The wiki documentation is updated to reflect all the new features...
Continue reading
Update 2.3 - Recursive Queries
July 25, 2024
by
Grisgram
The new version can also generate recursive tables (i.e. tables with a reference to themselves) and will generate a recursive stored procedure to query the hierarchical data. The recursive CTE works o...
Continue reading