65 コミット (1ff24f80a1308c43bba7a6035b6d1d830c141545)

作成者 SHA1 メッセージ 日付
  James Ahlborn 1ff24f80a1 tighten up readonly handling for external channels; minor test code refactor 2年前
  James Ahlborn 3ff4ae6d67 Add basic support for access 2019+ dbs. 3年前
  James Ahlborn e358751fe0 make some useful things public; add auto module name to manifest 3年前
  James Ahlborn 450ef90a1c change the default DateTimeType to LOCAL_DATE_TIME 4年前
  James Ahlborn 42c8f108f9 enable expression evaluation by default 4年前
  James Ahlborn bd9509e682 use default remove impl 4年前
  James Ahlborn 5329ce1529 add separate method for reading root db page 4年前
  James Ahlborn 1fb85bd37a Add Database.newTableMetaDataIterable() which enables iterating through table names without loading the entire collection into memory at once 5年前
  James Ahlborn 55531bcd05 fix channel open options for new files 5年前
  James Ahlborn 0f568a4620 add system prop for date/time type; rework how date/times are written based on date/time type 5年前
  James Ahlborn 9c638f35bf overrides everywhere 5年前
  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年前
  James Ahlborn 21fe1417bb use interface to pass zone info into date/time conversion methods 5年前
  James Ahlborn 843a44dfe0 switch expression engine to LocalDateTime 5年前
  James Ahlborn abf32c90b1 initial support for LocalDateTime and Temporal types 5年前
  James Ahlborn 6626d6b28f add support for Path 5年前
  James Ahlborn f6315def9c switch to commons lang3 5年前
  James Ahlborn 443c9fef2b rework public expression api with better locale handling; support parsing of number strings with grouping separators 5年前
  James Ahlborn 1a8771e555 plug expr evaluation into columns/tables; create Identifier for tracking expression ids; support single quoting in expressions; tweak string to number coercion; implement topo sorter for calc col eval 6年前
  James Ahlborn 5a39a80966 start enforcing the required and no-zero len column properties 6年前
  James Ahlborn b8f3fcca02 move rnd logic to RandomContext 6年前
  James Ahlborn 4fb8409266 Add full support for access 2016 databases including the new 'Large Number' (aka Bigint) data type. Fixes feature #37 6年前
  James Ahlborn 16fa12b67a Add option to specify relationship name, fixes pull request #4 7年前
  James Ahlborn ae032248c9 Add CustomLinkResolver which facilitates loading linked tables from files which are not access databases. fixes feature request #36 7年前
  James Ahlborn 54972c4de5 Cover the GENERIC_JET4 format in unit tests, thanks to Gord Thompson 7年前
  James Ahlborn 5ae4421b4c ditch extra import 7年前
  James Ahlborn e4c2cde994 better fix for switching read-only file formats to read-only mode, wrap with read-only FileChannel. fixes feature #34 7年前
  James Ahlborn 7b8f4c32d5 automatically switch to read-only mode when opening a file format which does not support writing, fixes feature #34 7年前
  James Ahlborn 7ae65eeb68 impl expr tokenization 7年前
  James Ahlborn 545c026985 more update tests; fix minor bug with allocating new usage maps 7年前
  James Ahlborn 4de28cb4f6 update javadocs, minor cleanups 7年前
  James Ahlborn c41e88f465 ensure unique rel name and limit total length 7年前
  James Ahlborn 399e865d29 sort out setting owner and sids for new objects 7年前
  James Ahlborn fceec0358a add some validation for integrity enforced relationships 7年前
  James Ahlborn 8d88e1737d implement fkref writing; more error context; make relationship name unique 7年前
  James Ahlborn 832fb5e6a6 add row rel row to sys catalog as well 7年前
  James Ahlborn c0f012de1f some fixups to get rel insert functional 7年前
  James Ahlborn 05c3c85cc9 implement method for writing new relationship to db 7年前
  James Ahlborn 060172ce30 reorg to prep for RelationshipBuilder; move remaining table creation logic from TableBuilder to TableCreator 7年前
  James Ahlborn 4e5fe7ec04 Add Database.getTableMetaData method to enable getting basic info about a Table (by name) without actually loading it. fixes feature request #33 8年前
  James Ahlborn 6deaa095c7 Add FileFormat.GENERIC_JET4 in order to support getting the file format for jet4 databases with no AccessVersion property (e.g. those created programmatically using ADOX). fixes issue #129 8年前
  James Ahlborn b7fd6e39bb Add some utility methods for handling Dates in an Access compatible manner. fixes issue #128 8年前
  James Ahlborn c114faa659 throw better exception when attempting to create file which does not support creation 8年前
  James Ahlborn d70251c8fb tweak some docs 9年前
  James Ahlborn e8616e6476 Allow optional direct insert/update of autonumber values. This is disabled by default, but can be selectively enabled per-jvm (using system property), per-database, and per-table. fixes feature #32 9年前
  James Ahlborn 0521456553 more user friendly exception message 9年前
  James Ahlborn 09c42b87bb Load linked table info from system table when reading databases with unsupported sort orders. Fixes issue #123 9年前
  James Ahlborn 17908417ae relicense with Apache License 9年前
  James Ahlborn 535fc3dac5 better index setup call 9年前
  James Ahlborn 957d85b4f1 lower log level for certain system table warnings; add contextual info to many errors/warnings: feature #29 9年前