982 Commits (1a8771e55502dbfd84e192017cc23f6433f2a8d2)
 

Author SHA1 Message Date
  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 years ago
  James Ahlborn 5a39a80966 start enforcing the required and no-zero len column properties 6 years ago
  James Ahlborn 9908a0afe9 use specific exceptions for expr eval 6 years ago
  James Ahlborn e7f3aa37a7 fix null handling for string funcs 6 years ago
  James Ahlborn b8f3fcca02 move rnd logic to RandomContext 6 years ago
  James Ahlborn 2cca13b956 merge trunk changes through r1138 6 years ago
  James Ahlborn 71d884e1ad update ddl flag for default properties even if type is explicitly provided. fixes #146 6 years ago
  James Ahlborn a307c8f58f Expose the ddl attribute on properties. Set the attribute appropriately for known builtin properties. fixes issue #145 6 years ago
  James Ahlborn 84ff381e5c [maven-release-plugin] prepare for next development iteration 6 years ago
  James Ahlborn f132353fd7 [maven-release-plugin] prepare release jackcess-2.1.10 6 years ago
  James Ahlborn 5640f02093 prep for release 6 years ago
  James Ahlborn d1dcbd5dfb implement sql type to DataType conversions specific to access 2016 format 6 years ago
  James Ahlborn 25b31c99f9 some more financial funcs, not all fully working 6 years ago
  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 7 years ago
  James Ahlborn 8e770dc0c9 [maven-release-plugin] prepare release jackcess-2.1.8 7 years ago
  James Ahlborn 8e5af2a1a5 prep for release 7 years ago
  James Ahlborn c1eb52f4f6 handle missing table name for join expression 7 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