aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/java
Commit message (Expand)AuthorAgeFilesLines
...
* | implement some financial functionsJames Ahlborn2017-10-311-0/+36
* | more math unit testsJames Ahlborn2017-10-141-0/+11
* | handle plus as a unary number modifier; handle precedence of plus/minus in mo...James Ahlborn2017-10-141-2/+15
* | long type should be int values; implement more date/time and misc other funct...James Ahlborn2017-09-232-38/+46
* | split out function groups; implement numeric functionsJames Ahlborn2017-09-201-0/+18
* | bug fixes and unit testsJames Ahlborn2017-09-191-0/+21
* | fix some cast functions; more unit testsJames Ahlborn2017-09-101-0/+17
* | add some initial default function unit tests; fix some parse bugsJames Ahlborn2017-09-062-2/+56
* | implement a bunch of functions which really need unit tests; add support for ...James Ahlborn2017-09-051-5/+13
* | merge trunk changes through r1110James Ahlborn2017-07-262-12/+139
|\|
| * Handle more advanced query join constructs. fixes issue #141James Ahlborn2017-07-141-1/+113
| * handle missing table name for join expressionJames Ahlborn2017-06-261-6/+3
| * Add option to specify relationship name, fixes pull request #4James Ahlborn2017-06-061-5/+23
* | merge trunk changes through r1100James Ahlborn2017-05-246-21/+210
|\|
| * Add CustomLinkResolver which facilitates loading linked tables from files whi...James Ahlborn2017-05-113-4/+164
| * Allow inserting negative auto number fields, fixes pull request #3James Ahlborn2017-05-071-17/+7
| * Cover the GENERIC_JET4 format in unit tests, thanks to Gord ThompsonJames Ahlborn2017-05-034-3/+42
* | use actual implicit comp op subclassJames Ahlborn2017-04-291-1/+7
* | merge trunk changes through r1087James Ahlborn2017-04-031-0/+267
|\|
| * Implement support for partial index lookups. Efficient IndexCursor lookups c...James Ahlborn2017-04-031-0/+267
* | change regex to compile on first use; turn invalid pattern into unmatchable r...James Ahlborn2017-02-111-3/+32
* | add more type coercion, string and date to numJames Ahlborn2017-02-071-0/+23
* | support string to number coercion for mixed math operationsJames Ahlborn2017-02-041-5/+33
* | add TemporalConfig to allow for custom expression date/time formatsJames Ahlborn2017-01-141-0/+4
* | merge trunk changes through r1077James Ahlborn2016-12-312-38/+89
|\|
| * Add support for global usage maps which are reference type maps. fixes issue ...James Ahlborn2016-11-171-34/+77
| * automatically switch to read-only mode when opening a file format which does ...James Ahlborn2016-11-121-4/+12
* | change evaluation contextJames Ahlborn2016-12-311-2/+2
* | add testing for most basic math and fix some edge case logicJames Ahlborn2016-12-221-30/+120
* | start testing simple math exprsJames Ahlborn2016-12-181-2/+75
* | reorg of expression classesJames Ahlborn2016-11-181-1/+3
* | rework classes, add more interfaces; start implementing builtin functions usi...James Ahlborn2016-11-031-2/+2
* | test parsing of basic expressionsJames Ahlborn2016-10-261-44/+91
* | handle order of ops for other types of exprsJames Ahlborn2016-10-251-0/+20
* | fix handling of equivalent precedenceJames Ahlborn2016-10-161-0/+7
* | add debug to strings to start enabling some testingJames Ahlborn2016-10-151-0/+54
|/
* misc cleanups; doc updatesJames Ahlborn2016-09-111-1/+9
* more update tests; fix minor bug with allocating new usage mapsJames Ahlborn2016-09-091-1/+76
* update javadocs, minor cleanupsmutateopsJames Ahlborn2016-09-081-5/+4
* expand unit testsJames Ahlborn2016-09-081-63/+115
* add some unit testsJames Ahlborn2016-09-051-0/+125
* merge trunk changes through r1024James Ahlborn2016-09-041-2/+2
|\
| * minor cleanupsJames Ahlborn2016-09-041-2/+2
* | merge trunk changes through r1022James Ahlborn2016-09-041-0/+7
|\|
| * Change multi-value complex columns so that they return all relevant column pr...James Ahlborn2016-09-041-0/+7
* | add support for sharing backing index data across indexes during table creationJames Ahlborn2016-05-191-0/+51
|/
* Allow null values in foreign key fields when enforcing referential integrity....James Ahlborn2016-03-211-3/+6
* Add Database.getTableMetaData method to enable getting basic info about a Tab...James Ahlborn2016-02-161-2/+30
* Fix missing column names in AppendQuery SQL strings. Fixes #131James Ahlborn2016-01-121-1/+22
* Add FileFormat.GENERIC_JET4 in order to support getting the file format for j...James Ahlborn2015-11-251-0/+11