jooq/jOOQ
Knut Wannheden 11a5422efc [jOOQ/jOOQ#8755] Add Loader[CSV|JSON|Rows]Step#fieldsFromSource()
This new `fieldsFromSource()` method can be used when all or a subset of
the input field names exactly match the target table column names. The
load operation can then be executed without having to specify the fields
and will create rows with all matching fields (other fields are
ignored).

Since the fields are mapped by name this requires the input to specify
the field names. For CSV this means that there must be a header row,
otherwise using `fieldsFromSource()` will result in a runtime exception.
2020-01-10 10:12:25 +01:00
..
src/main [jOOQ/jOOQ#8755] Add Loader[CSV|JSON|Rows]Step#fieldsFromSource() 2020-01-10 10:12:25 +01:00
.gitignore [jOOQ/jOOQ#9667] Stop generating JAXB episode files 2019-12-12 12:19:43 +01:00
LICENSE.txt
NOTICE.txt
pom.xml Fixes #9670 to make jooq OSGi backwards compatible for slf4j and also fix the bundle to not import itself. 2019-12-13 08:57:30 +01:00