Our team (and many other teams) use SQL queries in C# source code. We use verbatim string literals (prefixed with the @ symbol) for writing inline SQL queries. Normally, we use StyleCop in order to ...
When executing PL/SQL that includes quoted Oracle string literals q (q'…') containing a ', the ?'s after it are replaced with the plachalders parameters. The driver should never rewrite ? that appear ...