Skip to content

Identifiers

Compare
Choose a tag to compare
@redcatbear redcatbear released this 09 Jun 03:37
· 4 commits to master since this release
1f44b34

Summary

In this first release we created an interface Identifier and an implementation for Exasol called ExasolIdentifier that offer validation and encapsulation of identifier names in order to make sure software using variable identifiers operates securely. This also closes a potential SQL injection vector via variable identifiers.

Features

  • #1: Moved identifier code from RLS here

Bug Fixes

  • #3: Fixed code formatting in README