60 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 9e0b807683 Add support for using Predicates to match values in Cursors. Add PatternColumnPredicate for searching with various pattern syntaxes 4 years ago
  James Ahlborn 400f6cf962 tag functional interfaces; use lambda syntax 4 years ago
  James Ahlborn 11bf84249c add stream support to Iterable classes; add some unit tests with streaming 4 years ago
  James Ahlborn bd9509e682 use default remove impl 4 years ago
  James Ahlborn 831d8c0b1d Add ColumnFormatter utility which can apply Column Format property for display of column values 5 years ago
  James Ahlborn a06385c7c9 Use column label from ResultSetMetaData when importing. Fixes #152 5 years ago
  James Ahlborn 9c638f35bf overrides everywhere 5 years ago
  James Ahlborn df615627c3 get javadocs displaying correctly 5 years ago
  James Ahlborn 112cb827e9 Ignore column validators for read-only dbs. This will avoid irrelevant failures when reading databases which have invalid column properties. Fixes #150 5 years ago
  James Ahlborn 6626d6b28f add support for Path 5 years ago
  James Ahlborn ecccae0407 upgrade poi; upgrade various plugins 5 years ago
  James Ahlborn f6315def9c switch to commons lang3 5 years ago
  James Ahlborn 0b1a53e9c4 provide accessors for defaults config 7 years ago
  James Ahlborn ae032248c9 Add CustomLinkResolver which facilitates loading linked tables from files which are not access databases. fixes feature request #36 7 years ago
  James Ahlborn 8cab4c878d checkpoint reworking expression classes and implementing many basic operations 7 years ago
  James Ahlborn fdeff8480b reorg of expression classes 7 years ago
  James Ahlborn e4c2cde994 better fix for switching read-only file formats to read-only mode, wrap with read-only FileChannel. fixes feature #34 7 years ago
  James Ahlborn 874edea4ed rework classes, add more interfaces; start implementing builtin functions using Value type 7 years ago
  James Ahlborn 46926ceb6f test parsing of basic expressions 7 years ago
  James Ahlborn bfb89dcfc2 parse between expr 7 years ago
  James Ahlborn 87449dd32a handle order of ops for other types of exprs 7 years ago
  James Ahlborn d0a4733bea convert all ops to enum values 7 years ago
  James Ahlborn 0e45bbe93d fix handling of equivalent precedence 7 years ago
  James Ahlborn 26c20f9517 add debug to strings to start enabling some testing 7 years ago
  James Ahlborn 332ec655a5 start implementing some special operators 7 years ago
  James Ahlborn 467aff1ce9 move expr type info into TokBuf 7 years ago
  James Ahlborn c49b4c927c make delims separate token type; implement parsing of more expr types 7 years ago
  James Ahlborn 23687e2d77 parse some operators 7 years ago
  James Ahlborn 6fbbe53848 impl obj ref parsing 7 years ago
  James Ahlborn 7ae65eeb68 impl expr tokenization 7 years ago
  James Ahlborn be27c7174c minor tweak to iterator 8 years ago
  James Ahlborn 17908417ae relicense with Apache License 9 years ago
  James Ahlborn 99fa877f0f remove unused loggers 9 years ago
  James Ahlborn fad035e0b9 Implement support for indexes on BINARY fields 9 years ago
  James Ahlborn 957d85b4f1 lower log level for certain system table warnings; add contextual info to many errors/warnings: feature #29 9 years ago
  James Ahlborn babfdb1947 add some convenience methods for new TableIterableBuilder; add change notes for linked table updates 9 years ago
  James Ahlborn 54713bcd6c add more flexible table iteration, feature #28 9 years ago
  James Ahlborn 6b74a49d9b make SimpleColumnMatcher handle a wider range of input data types by coercing them to the appropriate internal value typefg 9 years ago
  James Ahlborn d327ceb55e Better validation of identifier names (disallow invalid characters according to access naming rules) 9 years ago
  James Ahlborn 6f5cf0bdb1 add getBlob convenience method 10 years ago
  James Ahlborn 840ccbde0f add convenience methods to Row for getting values cast to specific types 10 years ago
  James Ahlborn 7fdfea1510 fix javadoc reference 10 years ago
  James Ahlborn 393f14089d add column validator unit tests, work out some wrinkles 10 years ago
  James Ahlborn f73e6c33c7 add initial ColumnValidator support 10 years ago
  James Ahlborn 8a2d7bd1e7 minor cleanups/formatting 10 years ago
  James Ahlborn 1281baf89c rework compound content api; add more ole blob unit tests 10 years ago
  James Ahlborn 34eea4b0f7 tweak oleblob tests 10 years ago