↧
Evolution of a SQL Domain for Semantic Versioning
1. Introduction In my current project, I use an SQL domain to implement the formatting and precedence rules for Semantic Versioning. I started with a simple implementation covering only the most basic...
View ArticleAvoid Implicit Type Conversion in JSON Access
Introduction Before comparing two values, the Oracle Database automatically ensures that both values have the same data type. It converts one of the values to match the data type of the other value....
View ArticleWrapping and Unwrapping PL/SQL
Introduction Today I released a PL/SQL Unwrapper for VS Code. You can find it in the VS Code Marketplace, along with instructions on how to use it. It’s super easy and works the same way as the...
View Article