Skip to main content

2 posts tagged with "DevNotes"

Collection of posts where I share my journey and insights as I develop ZPA and learn even more about PL/SQL and Oracle SQL code.

View All Tags

DevNotes #1 - Quoted Identifiers

· 2 min read
Maintainer

A few days ago, I discovered that ZPA was not handling quoted identifiers properly. Specifically, the component responsible for creating the symbol table was not correctly identifying and counting the usage of quoted identifiers. This led to inaccurate results, which could affect the quality of the code analysis.

DevNotes #0

· One min read
Maintainer

I intend to start a series of posts called "DevNotes" here. This series will be a collection of posts where I share some discoveries and experiences while developing ZPA and learning even more about PL/SQL and Oracle SQL.

In this series, I will cover a variety of topics related to PL/SQL, including:

  • Code analysis techniques: how ZPA analyzes PL/SQL code and the challenges involved.
  • Code analysis: methods to analyze PL/SQL code to improve performance and maintainability.
  • Best practices: tips and tricks for writing efficient and clean PL/SQL code.