https://bugs.documentfoundation.org/show_bug.cgi?id=169424
Robert Großkopf <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Robert Großkopf <[email protected]> --- You are using an internal HSQLDB for the example. Note: HSQLDB 1.8 doesn't know anything about NATURAL. There appears a warning in editor not all databases would support every kind of join. So HSQLDB will miss a definition which fields should be connected. table [{CROSS | INNER | LEFT OUTER | RIGHT OUTER} JOIN table ON Expression] [, ...] This are the parts HSQLDB will support. See https://www.hsqldb.org/doc/1.8/guide/ch09.html#select-section -- You are receiving this mail because: You are the assignee for the bug.
