Whole file

kayak/pypika

The author described this change as Fix OracleQuery Dialect Quote Char. It counts as a record because the check below fails on the code as it stood at 82d087703 and passes on a59ab3ea4, with nothing else changed between the two runs.

Fix saved2020-11-04
Sharing licenceApache-2.0 · LICENSE.txt
Change size+2 0

What the code was meant to do, written into the code itself as a save note

Fix OracleQuery Dialect Quote Char

The change

270270
271271
272272 class OracleQueryBuilder(QueryBuilder):
273+ QUOTE_CHAR = None
274+
273275 def __init__(self, **kwargs: Any) -> None:
274276 super().__init__(dialect=Dialects.ORACLE, **kwargs)
275277

The check that tells the two apart

failpass·pypika/tests/test_selects.py::SelectTests::test_oracle_query_uses_no_quote_chars

Check file pypika/tests/test_selects.py, taken without changes from the fix and copied onto the older code, so the exact same check runs against both versions.

Origin and history

The code before it82d08770301449ce3ddb8d7c1fe3357f3d3bda34
Broken version dated2020-11-03
Modulepypika.dialects
Units changedOracleQueryBuilder
Fingerprint4046d74f917b3e23
Checked2026-08-18 by goldset/0.1

Every field above is generated by our program. None of it is written by hand.

Other bugs found in kayak/pypika