1130 Commits (jackcess-3.5.1)
 

Author SHA1 Message Date
  James Ahlborn 4fb8409266 Add full support for access 2016 databases including the new 'Large Number' (aka Bigint) data type. Fixes feature #37 6 years ago
  James Ahlborn 0e75ed9111 implement some financial functions 6 years ago
  James Ahlborn c84a6dd569 more math unit tests 6 years ago
  James Ahlborn 389a37297d handle plus as a unary number modifier; handle precedence of plus/minus in more confusing math expressions 6 years ago
  James Ahlborn c3164b36d5 [maven-release-plugin] prepare for next development iteration 6 years ago
  James Ahlborn 16d2fbb256 [maven-release-plugin] prepare release jackcess-2.1.9 6 years ago
  James Ahlborn a5f0ddd082 prep for release 6 years ago
  James Ahlborn 30cd79721f Fix writing of property maps without any properties. fixes #144 6 years ago
  James Ahlborn 9591a1f121 add support link to main page 6 years ago
  James Ahlborn 774d505946 long type should be int values; implement more date/time and misc other functions 6 years ago
  James Ahlborn 8eb5fe91d9 implement some date/time functions 6 years ago
  James Ahlborn e30e81c099 a few more number functions 6 years ago
  James Ahlborn 1f7373e77b split out function groups; implement numeric functions 6 years ago
  James Ahlborn 4cac6717d1 bug fixes and unit tests 6 years ago
  James Ahlborn 7f3beb13c5 fix some cast functions; more unit tests 6 years ago
  James Ahlborn 392dfba3ef add some initial default function unit tests; fix some parse bugs 6 years ago
  James Ahlborn 8368b87ccd implement a bunch of functions which really need unit tests; add support for calculated field expressions 6 years ago
  James Ahlborn 32fc3f8076 implement various functions 6 years ago
  James Ahlborn b45b67a118 merge trunk changes through r1110 6 years ago
  James Ahlborn 813f732029 Handle more advanced query join constructs. fixes issue #141 6 years ago
  James Ahlborn 249d73fd67 [maven-release-plugin] prepare for next development iteration 6 years ago
  James Ahlborn 8e770dc0c9 [maven-release-plugin] prepare release jackcess-2.1.8 6 years ago
  James Ahlborn 8e5af2a1a5 prep for release 6 years ago
  James Ahlborn c1eb52f4f6 handle missing table name for join expression 6 years ago
  James Ahlborn c3d229ff33 validate length of pre-defined relationship name 7 years ago
  James Ahlborn 16fa12b67a Add option to specify relationship name, fixes pull request #4 7 years ago
  James Ahlborn 3193d76ffd Fix parsing of certain internal-use queries. Fixes issue #142 7 years ago
  James Ahlborn 9ad8aaabc7 merge trunk changes through r1100 7 years ago
  James Ahlborn 4c087727dc [maven-release-plugin] prepare for next development iteration 7 years ago
  James Ahlborn 6ec8824b7a [maven-release-plugin] prepare release jackcess-2.1.7 7 years ago
  James Ahlborn 7c32a2b06f prep for release 7 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 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