Skip to content

jooq records intoArray() return Object[1]  #764

@trydofor

Description

@trydofor
val record = dsl.newRecord(table, pojo);
// record is id=123 and other 8 fileds
val fields = table.fields();
val values = record.intoArray()
// but values is Object[1]{123} // only the id
// should get Object[9]{123,......}
assertEquals(fields.length, values.length); // failed

sfm-joo1 8.2.3
jooq 3.14.4
java 8

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions