Category "jython"

Right outer join with multiple where conditions

I'm having some issues returning any results from my SQL query. I'm pretty sure it's got something to do with the WHERE condition. I want only certain RULE_ID

Jython code stopped working after upgrade from 2.7.1 to 2.7.2

// MyPythonObject.java import org.python.core.PyObject; import org.python.expose.ExposedClassMethod; import org.python.expose.ExposedType; @ExposedType public