854 Commits (jackcess-3.0.1)

Author SHA1 Message Date
  James Ahlborn d95c415177 prep for release 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 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 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 813f732029 Handle more advanced query join constructs. fixes issue #141 6 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 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 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 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 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 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 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