Oracle 23ai: Table Value Constructors

Oracle Database 23ai introduced a useful SQL improvement which is the ability to use a VALUES(…) clause as an inline table within a query. The problem You need a small, hardcoded set of rows, a handful of status codes, a reference list or some test data and ideally without creating a temporary table or a view so […]

How to Standardise Your Git Commits with GitHub Copilot

VS Code’s Copilot-powered commit message generator is a powerful tool. In this post, I’ll walk through how to enhance its output to better reflect your team’s conventions and make your commits more consistent. The commit message before I have just added a new Unit Test to my Go project and select the “Generate Commit Messages […]