9 Commits (65d69efe9f464d306dfc5783bc891baee812ef48)

Author SHA1 Message Date
  James Ahlborn 65d69efe9f no longer need to use initCause 3 years ago
  James Ahlborn 23f397f625 isolate java.sql usage so that the module is not required for core jackcess usage 3 years ago
  James Ahlborn 2ff5115b9f minor code cleanup 3 years ago
  James Ahlborn a06385c7c9 Use column label from ResultSetMetaData when importing. Fixes #152 5 years ago
  James Ahlborn 17908417ae relicense with Apache License 9 years ago
  James Ahlborn 99fa877f0f remove unused loggers 9 years ago
  James Ahlborn d327ceb55e Better validation of identifier names (disallow invalid characters according to access naming rules) 9 years ago
  James Ahlborn 2e418ff2cb add closeQuietly util method 10 years ago
  James Ahlborn 417fb06208 move files into standard maven dir structure 10 years ago
  James Ahlborn 36e962f975 more javadoc cleanup; minor refactor of Joiner iteration methods 10 years ago
  James Ahlborn d1a79d0064 merge branch jackcess-2 changes through r759 10 years ago
  James Ahlborn 4fd4eb6ea2 Add ImportUtil.toColumns to enable more advanced Table creation implementations (fixes issue 3523181) 12 years ago
  James Ahlborn f646e75d5b always pass Object[] to ImportFilter.filterRow 12 years ago
  James Ahlborn 67560e68f2 Add option to import file without headers to existing table; Add ImportUtil.Builder and ExportUtil.Builder to simplify import/export operations 12 years ago
  James Ahlborn 2661755b79 Allow ImportFilter and ExportFilter to return null from filterRow() to indicate that a row should be skipped. 12 years ago
  James Ahlborn 124bbae9d3 oops, fix copyright 13 years ago
  James Ahlborn b9cb058b5a add support for specifying a quote character on import 13 years ago
  James Ahlborn 4a0bbd462c Make Database.escapeIdentifier public; add methods to TableBuilder and ColumnBuilder to optionally escape names (#3029500) 14 years ago
  James Ahlborn 7556fa9a16 Refactor import/copy methods from Database into ImportUtil. Allow 14 years ago