205 次代码提交 (b45f1b1982f4710f850e2d2546bb4cbdb8f71485)

作者 SHA1 备注 提交日期
  James Ahlborn a5f0ddd082 prep for release 6 年前
  James Ahlborn 30cd79721f Fix writing of property maps without any properties. fixes #144 6 年前
  James Ahlborn 813f732029 Handle more advanced query join constructs. fixes issue #141 7 年前
  James Ahlborn 8e5af2a1a5 prep for release 7 年前
  James Ahlborn 16fa12b67a Add option to specify relationship name, fixes pull request #4 7 年前
  James Ahlborn 3193d76ffd Fix parsing of certain internal-use queries. Fixes issue #142 7 年前
  James Ahlborn 7c32a2b06f prep for release 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 ae60e32d40 Allow inserting negative auto number fields, fixes pull request #3 7 年前
  James Ahlborn 54972c4de5 Cover the GENERIC_JET4 format in unit tests, thanks to Gord Thompson 7 年前
  James Ahlborn 4feb8fbfd1 Implement support for partial index lookups. Efficient IndexCursor lookups can now be done with multi-column indexes using only some of the columns in the index. 7 年前
  James Ahlborn c42fa05959 prep for release 7 年前
  James Ahlborn a30708e2ce Add support for global usage maps which are reference type maps. fixes issue #138 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 d12da09daf prepare for release 7 年前
  James Ahlborn 09a70b9f24 update docs for new metadata update support 7 年前
  James Ahlborn e9dcad296a Change multi-value complex columns so that they return all relevant column properties. 7 年前
  James Ahlborn a3f847cf1f prep for release 8 年前
  James Ahlborn 03ce793c7c Add support for cascade null on delete relationships. Add support for the required flag for an index. 8 年前
  James Ahlborn 914e5af35c Allow null values in foreign key fields when enforcing referential integrity. Fixes issue #136 8 年前
  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 69b84ac737 Fix missing column names in AppendQuery SQL strings. Fixes #131 8 年前
  James Ahlborn 6ad52937db prep for release 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 86130160d5 Throw a prettier exception when maxing out the row size during row creation. fixes #127 8 年前
  James Ahlborn d46178daed prep for release 9 年前
  James Ahlborn be706546be Fix handling of dateTimes before the access epoch. fixes issue #126 9 年前
  James Ahlborn b521c2b020 handle reading null calculated values, fixes #125 9 年前
  James Ahlborn 8f91d811fe prep for release 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 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 2702b79151 prep for release 9 年前
  James Ahlborn f97595dea9 cleanup some ColumnBuilder stuff around copying existing columns, remove useless warning; fixes #120 9 年前
  James Ahlborn fad035e0b9 Implement support for indexes on BINARY fields 9 年前
  James Ahlborn 957d85b4f1 lower log level for certain system table warnings; add contextual info to many errors/warnings: feature #29 9 年前
  James Ahlborn babfdb1947 add some convenience methods for new TableIterableBuilder; add change notes for linked table updates 9 年前
  James Ahlborn 8a22b4e252 handle input String boolean values 9 年前
  James Ahlborn 95d0db424e Make ColumnBuilder.setMaxLength do the right thing regardless of column type. Add setMaxScale and setMaxPrecision helpers. Make default length for TEXT columns the max length 9 年前
  James Ahlborn 5d07437b86 prep for release 9 年前
  James Ahlborn d327ceb55e Better validation of identifier names (disallow invalid characters according to access naming rules) 9 年前
  James Ahlborn e6e0208c97 Don't double quote already quoted identifiers. fixes patch 18 9 年前
  James Ahlborn 2e461c270a Fix table name quoting for append and make table queries. fixes patch #17 9 年前
  James Ahlborn bae32bb3b1 Add newer sql type to access type mappings if the jvm supports them. fixes #113 9 年前
  James Ahlborn a9a5aeaeb4 prep for release 9 年前
  James Ahlborn 45d9cf846b make money columns report accurate scale/precision, fixes #112 9 年前
  James Ahlborn a0c7c8dc68 rework unicode compression support, fixes issue 111 9 年前
  James Ahlborn 2aff8dc9da prep for release 9 年前
  James Ahlborn f17433f2de fix regression where empty memo values are returned as null (issue 110) 9 年前