[jOOQ/jOOQ#12425] Infix generation of acceptJava() for operators

This commit is contained in:
Lukas Eder 2021-09-16 14:18:31 +02:00
parent 77888adc28
commit 7e6d66bb8b
15 changed files with 10 additions and 54 deletions

View File

@ -132,10 +132,6 @@ extends
// -------------------------------------------------------------------------
// The Object API
// -------------------------------------------------------------------------

View File

@ -110,10 +110,6 @@ extends
// -------------------------------------------------------------------------
// The Object API
// -------------------------------------------------------------------------

View File

@ -110,10 +110,6 @@ extends
// -------------------------------------------------------------------------
// The Object API
// -------------------------------------------------------------------------

View File

@ -125,8 +125,6 @@ extends
// -------------------------------------------------------------------------
// The Object API
// -------------------------------------------------------------------------

View File

@ -137,10 +137,6 @@ extends
// -------------------------------------------------------------------------
// The Object API
// -------------------------------------------------------------------------

View File

@ -110,10 +110,6 @@ extends
// -------------------------------------------------------------------------
// The Object API
// -------------------------------------------------------------------------

View File

@ -141,10 +141,6 @@ extends
// -------------------------------------------------------------------------
// The Object API
// -------------------------------------------------------------------------

View File

@ -98,6 +98,11 @@ extends
@Override
public final void accept(Context<?> ctx) {
if (arg1.getDataType().isEmbeddable() && arg2.getDataType().isEmbeddable())
ctx.visit(row(embeddedFields(arg1)).isDistinctFrom(row(embeddedFields(arg2))));
@ -143,10 +148,6 @@ extends
// -------------------------------------------------------------------------
// The Object API
// -------------------------------------------------------------------------

View File

@ -86,6 +86,11 @@ extends
@Override
public final void accept(Context<?> ctx) {
if (arg1.getDataType().isEmbeddable() && arg2.getDataType().isEmbeddable())
ctx.visit(row(embeddedFields(arg1)).isNotDistinctFrom(row(embeddedFields(arg2))));
@ -137,10 +142,6 @@ extends
// -------------------------------------------------------------------------
// The Object API
// -------------------------------------------------------------------------

View File

@ -127,10 +127,6 @@ extends
// -------------------------------------------------------------------------
// The Object API
// -------------------------------------------------------------------------

View File

@ -123,8 +123,6 @@ extends
// -------------------------------------------------------------------------
// The Object API
// -------------------------------------------------------------------------

View File

@ -117,8 +117,6 @@ package org.jooq.impl;

View File

@ -123,10 +123,6 @@ extends
// -------------------------------------------------------------------------
// The Object API
// -------------------------------------------------------------------------

View File

@ -140,10 +140,6 @@ extends
// -------------------------------------------------------------------------
// The Object API
// -------------------------------------------------------------------------

View File

@ -140,10 +140,6 @@ extends
// -------------------------------------------------------------------------
// The Object API
// -------------------------------------------------------------------------