| After reviewing the SAP Hana documentation, it would seem that the values-list clause is expected to contain at a minimum of one column or the engine deems the insert statement invalid. Therefore, I surmise the right fix for SAP Hana would be to throw a MappingException when we build an identity-based insert statement that has no columns in the values-list indicating which table we failed upon. |