1187 Commits (14c06d7ca4ad72652fd060196284eae1d7dd7cb7)
 

Author SHA1 Message Date
  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 ae60e32d40 Allow inserting negative auto number fields, fixes pull request #3 7 years ago
  James Ahlborn 54972c4de5 Cover the GENERIC_JET4 format in unit tests, thanks to Gord Thompson 7 years ago
  James Ahlborn 9a7f57b361 merge trunk changes through r1091 7 years ago
  James Ahlborn 33e279e066 use actual implicit comp op subclass 7 years ago
  James Ahlborn a17e422f18 better handling of non-conditional exprs as field validators 7 years ago
  James Ahlborn 1f28e955e5 update parent pom 7 years ago
  James Ahlborn c5bfda2e41 merge trunk changes through r1087 7 years ago
  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 years ago
  James Ahlborn ac0ae4e6e3 merge trunk changes through r1085 7 years ago
  James Ahlborn 14353b569b change regex to compile on first use; turn invalid pattern into unmatchable regex; add some like pattern tests 7 years ago
  James Ahlborn 631911dcf1 add more type coercion, string and date to num 7 years ago
  James Ahlborn c70c26bed9 support string to number coercion for mixed math operations 7 years ago
  James Ahlborn a237691975 more plugin cleanup 7 years ago
  James Ahlborn 4a5f749ee5 add date time Value accessor 7 years ago
  James Ahlborn 756b707c2a better terminology for expressions 7 years ago
  James Ahlborn 42344d756b add TemporalConfig to allow for custom expression date/time formats 7 years ago
  James Ahlborn cec8681020 merge trunk changes through r1077 7 years ago
  James Ahlborn 9664daf8b3 ditch BIG_INT value type 7 years ago
  James Ahlborn 68c982c48f change evaluation context 7 years ago
  James Ahlborn 1260b3bff1 use isNull 7 years ago
  James Ahlborn 955e2d2a82 Value cleanup, start on functions 7 years ago
  James Ahlborn 6b30533a27 add testing for most basic math and fix some edge case logic 7 years ago
  James Ahlborn b677a33262 start testing simple math exprs 7 years ago
  James Ahlborn c42fa3b60a add result caching for pure expressions 7 years ago
  James Ahlborn 820f44da14 implement more operations 7 years ago
  James Ahlborn b0992869c0 add method for indicating purity of an expression, possible use for future caching 7 years ago
  James Ahlborn ea7b355f89 ditch boolean type 7 years ago
  James Ahlborn 8cab4c878d checkpoint reworking expression classes and implementing many basic operations 7 years ago
  James Ahlborn 5ae4421b4c ditch extra import 7 years ago
  James Ahlborn 0114aa89c5 update parent pom; various plugin updates 7 years ago
  James Ahlborn 54e11ab100 minor compilation cleanups 7 years ago
  James Ahlborn 5016a79ca5 use column names in error message 7 years ago
  James Ahlborn d7f72cfe29 [maven-release-plugin] prepare for next development iteration 7 years ago
  James Ahlborn 72e08ea172 [maven-release-plugin] prepare release jackcess-2.1.6 7 years ago
  James Ahlborn c42fa05959 prep for release 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 a30708e2ce Add support for global usage maps which are reference type maps. fixes issue #138 7 years ago
  James Ahlborn 7b8f4c32d5 automatically switch to read-only mode when opening a file format which does not support writing, 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 749c727d16 merge trunk changes through r1045 7 years ago
  James Ahlborn 467aff1ce9 move expr type info into TokBuf 7 years ago