914 Commits (b45f1b1982f4710f850e2d2546bb4cbdb8f71485)
 

Author SHA1 Message Date
  James Ahlborn 339c27868e add method to simplify testing whether or not a Table is linked to a Database, feature #28 9 years ago
  Dan Rollo 9a7e8daa15 removed '-server' jvm flag to allow build to run on client jvm (e.g. RaspberryPi). 9 years ago
  James Ahlborn 8a22b4e252 handle input String boolean values 9 years ago
  James Ahlborn 8189b45196 handle input String boolean values 9 years ago
  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 years ago
  James Ahlborn 0349005335 minor cleanup in toInternalValue 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 b5ba01ff3b [maven-release-plugin] prepare for next development iteration 9 years ago
  James Ahlborn 0f1e5b7db4 [maven-release-plugin] prepare release jackcess-2.0.8 9 years ago
  James Ahlborn 5d07437b86 prep for release 9 years ago
  James Ahlborn 3c627eeec0 update some out of date info on the faq 9 years ago
  James Ahlborn d327ceb55e Better validation of identifier names (disallow invalid characters according to access naming rules) 9 years ago
  James Ahlborn e6e0208c97 Don't double quote already quoted identifiers. fixes patch 18 9 years ago
  James Ahlborn 2e461c270a Fix table name quoting for append and make table queries. fixes patch #17 9 years ago
  James Ahlborn bae32bb3b1 Add newer sql type to access type mappings if the jvm supports them. fixes #113 9 years ago
  James Ahlborn ba9f98969f [maven-release-plugin] prepare for next development iteration 9 years ago
  James Ahlborn 8c2e0506da [maven-release-plugin] prepare release jackcess-2.0.7 9 years ago
  James Ahlborn a9a5aeaeb4 prep for release 9 years ago
  James Ahlborn 45d9cf846b make money columns report accurate scale/precision, fixes #112 9 years ago
  James Ahlborn d50370e04a more unit tests for unicode compression 9 years ago
  James Ahlborn a0c7c8dc68 rework unicode compression support, fixes issue 111 9 years ago
  James Ahlborn dccc4c1621 updates 9 years ago
  James Ahlborn f8ba282d71 more unit test perf tweaks 9 years ago
  James Ahlborn ec37e5c573 fix code example 9 years ago
  James Ahlborn a5b28905c5 [maven-release-plugin] prepare for next development iteration 9 years ago
  James Ahlborn 62bbd21965 [maven-release-plugin] prepare release jackcess-2.0.6 9 years ago
  James Ahlborn 2aff8dc9da prep for release 9 years ago
  James Ahlborn f17433f2de fix regression where empty memo values are returned as null (issue 110) 9 years ago
  James Ahlborn 364584d16a only need to generate index row values once per lookup iteration 9 years ago
  James Ahlborn 8249b36e98 add unit test for iteration early exit fix 9 years ago
  James Ahlborn 94148f092f IndexCursor can early exit when searching based on indexed values, fixes 109 9 years ago
  James Ahlborn 6123226037 [maven-release-plugin] prepare for next development iteration 9 years ago
  James Ahlborn 666fac4457 [maven-release-plugin] prepare release jackcess-2.0.5 9 years ago
  James Ahlborn 5aaf048fe7 prepare for release 9 years ago
  James Ahlborn a960782626 fix creation of calculated fields 9 years ago
  James Ahlborn 6daeb34629 updates 9 years ago
  James Ahlborn a822f36a9c add some unit tests for calc fields 9 years ago
  James Ahlborn 2e8ed25916 Add the ability to create tables with calculated fields 9 years ago
  James Ahlborn 84089cb137 add tests for builder property setters 9 years ago
  James Ahlborn 7d4abaafe2 add some unit test for property type inference 9 years ago
  James Ahlborn d608f41a7a add ability to set properties in the various Bulders 9 years ago
  James Ahlborn b9dcd48b43 some minor cleanups for reading and writing calculated columns (issue #105) 9 years ago
  James Ahlborn 40842f747e initial support for reading and writing calculated columns (issue #105) 9 years ago
  James Ahlborn 5ab3c60555 more test speedups 9 years ago
  James Ahlborn 31ade43566 speed up unit tests by delaying disk syncs 9 years ago
  James Ahlborn 111f269f83 refactor ColumnImpl into multiple type specific sub-classes 9 years ago
  James Ahlborn 7049764860 Add Cursor.findRow(RowId) for moving to a specific Table row using only the RowId 10 years ago
  James Ahlborn 9fb7e54153 update apache commons deps 10 years ago
  James Ahlborn aced0f3b60 add link to additional migration notes 10 years ago
  James Ahlborn 6f5cf0bdb1 add getBlob convenience method 10 years ago