aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * handle plus as a unary number modifier; handle precedence of plus/minus in mo...James Ahlborn2017-10-143-12/+67
| * long type should be int values; implement more date/time and misc other funct...James Ahlborn2017-09-2317-204/+327
| * implement some date/time functionsJames Ahlborn2017-09-225-71/+365
| * a few more number functionsJames Ahlborn2017-09-201-22/+23
| * split out function groups; implement numeric functionsJames Ahlborn2017-09-206-350/+612
| * bug fixes and unit testsJames Ahlborn2017-09-192-3/+24
| * fix some cast functions; more unit testsJames Ahlborn2017-09-102-6/+37
| * add some initial default function unit tests; fix some parse bugsJames Ahlborn2017-09-064-27/+70
| * implement a bunch of functions which really need unit tests; add support for ...James Ahlborn2017-09-055-22/+334
| * implement various functionsJames Ahlborn2017-08-172-4/+238
| * merge trunk changes through r1110James Ahlborn2017-07-269-119/+390
| |\ | |/ |/|
* | Handle more advanced query join constructs. fixes issue #141James Ahlborn2017-07-143-97/+283
* | [maven-release-plugin] prepare for next development iterationJames Ahlborn2017-06-261-4/+4
* | [maven-release-plugin] prepare release jackcess-2.1.8James Ahlborn2017-06-261-4/+4
* | prep for releaseJames Ahlborn2017-06-261-1/+1
* | handle missing table name for join expressionJames Ahlborn2017-06-262-9/+7
* | validate length of pre-defined relationship nameJames Ahlborn2017-06-151-0/+5
* | Add option to specify relationship name, fixes pull request #4James Ahlborn2017-06-065-10/+55
* | Fix parsing of certain internal-use queries. Fixes issue #142James Ahlborn2017-05-313-6/+43
| * merge trunk changes through r1100James Ahlborn2017-05-2412-40/+530
| |\ | |/ |/|
* | [maven-release-plugin] prepare for next development iterationJames Ahlborn2017-05-181-4/+4
* | [maven-release-plugin] prepare release jackcess-2.1.7James Ahlborn2017-05-181-4/+4
* | prep for releaseJames Ahlborn2017-05-181-1/+1
* | provide accessors for defaults configJames Ahlborn2017-05-111-4/+16
* | Add CustomLinkResolver which facilitates loading linked tables from files whi...James Ahlborn2017-05-116-12/+460
* | Allow inserting negative auto number fields, fixes pull request #3James Ahlborn2017-05-073-18/+12
* | Cover the GENERIC_JET4 format in unit tests, thanks to Gord ThompsonJames Ahlborn2017-05-038-12/+48
| * merge trunk changes through r1091James Ahlborn2017-04-291-2/+1
| |\ | |/ |/|
* | update parent pomJames Ahlborn2017-04-211-2/+1
| * use actual implicit comp op subclassJames Ahlborn2017-04-292-2/+26
| * better handling of non-conditional exprs as field validatorsJames Ahlborn2017-04-291-8/+28
| * merge trunk changes through r1087James Ahlborn2017-04-0310-56/+486
| |\ | |/ |/|
* | Implement support for partial index lookups. Efficient IndexCursor lookups c...James Ahlborn2017-04-0310-56/+486
| * merge trunk changes through r1085James Ahlborn2017-02-111-16/+0
| |\ | |/ |/|
* | more plugin cleanupJames Ahlborn2017-02-011-16/+0
| * change regex to compile on first use; turn invalid pattern into unmatchable r...James Ahlborn2017-02-112-34/+79
| * add more type coercion, string and date to numJames Ahlborn2017-02-074-70/+95
| * support string to number coercion for mixed math operationsJames Ahlborn2017-02-044-7/+133
| * add date time Value accessorJames Ahlborn2017-01-268-10/+49
| * better terminology for expressionsJames Ahlborn2017-01-152-27/+27
| * add TemporalConfig to allow for custom expression date/time formatsJames Ahlborn2017-01-148-23/+183
| * merge trunk changes through r1077James Ahlborn2016-12-3115-155/+488
| |\ | |/ |/|
* | update parent pom; various plugin updatesJames Ahlborn2016-11-302-10/+2
* | minor compilation cleanupsJames Ahlborn2016-11-301-3/+2
* | use column names in error messageJames Ahlborn2016-11-301-1/+1
* | [maven-release-plugin] prepare for next development iterationJames Ahlborn2016-11-301-4/+4
* | [maven-release-plugin] prepare release jackcess-2.1.6James Ahlborn2016-11-301-4/+4
* | prep for releaseJames Ahlborn2016-11-301-1/+1
* | better fix for switching read-only file formats to read-only mode, wrap with ...James Ahlborn2016-11-173-17/+152
* | Add support for global usage maps which are reference type maps. fixes issue ...James Ahlborn2016-11-178-129/+311