index
:
jackcess.git
a97_indexes
exprs
hms
jackcess-1.2.14
jackcess-2
jdk8
master
modules
mutateops
newformats
Mirror of the Jackcess project: https://github.com/jahlborn/jackcess
www-data
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
test
/
java
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
implement some financial functions
James Ahlborn
2017-10-31
1
-0
/
+36
*
|
more math unit tests
James Ahlborn
2017-10-14
1
-0
/
+11
*
|
handle plus as a unary number modifier; handle precedence of plus/minus in mo...
James Ahlborn
2017-10-14
1
-2
/
+15
*
|
long type should be int values; implement more date/time and misc other funct...
James Ahlborn
2017-09-23
2
-38
/
+46
*
|
split out function groups; implement numeric functions
James Ahlborn
2017-09-20
1
-0
/
+18
*
|
bug fixes and unit tests
James Ahlborn
2017-09-19
1
-0
/
+21
*
|
fix some cast functions; more unit tests
James Ahlborn
2017-09-10
1
-0
/
+17
*
|
add some initial default function unit tests; fix some parse bugs
James Ahlborn
2017-09-06
2
-2
/
+56
*
|
implement a bunch of functions which really need unit tests; add support for ...
James Ahlborn
2017-09-05
1
-5
/
+13
*
|
merge trunk changes through r1110
James Ahlborn
2017-07-26
2
-12
/
+139
|
\
|
|
*
Handle more advanced query join constructs. fixes issue #141
James Ahlborn
2017-07-14
1
-1
/
+113
|
*
handle missing table name for join expression
James Ahlborn
2017-06-26
1
-6
/
+3
|
*
Add option to specify relationship name, fixes pull request #4
James Ahlborn
2017-06-06
1
-5
/
+23
*
|
merge trunk changes through r1100
James Ahlborn
2017-05-24
6
-21
/
+210
|
\
|
|
*
Add CustomLinkResolver which facilitates loading linked tables from files whi...
James Ahlborn
2017-05-11
3
-4
/
+164
|
*
Allow inserting negative auto number fields, fixes pull request #3
James Ahlborn
2017-05-07
1
-17
/
+7
|
*
Cover the GENERIC_JET4 format in unit tests, thanks to Gord Thompson
James Ahlborn
2017-05-03
4
-3
/
+42
*
|
use actual implicit comp op subclass
James Ahlborn
2017-04-29
1
-1
/
+7
*
|
merge trunk changes through r1087
James Ahlborn
2017-04-03
1
-0
/
+267
|
\
|
|
*
Implement support for partial index lookups. Efficient IndexCursor lookups c...
James Ahlborn
2017-04-03
1
-0
/
+267
*
|
change regex to compile on first use; turn invalid pattern into unmatchable r...
James Ahlborn
2017-02-11
1
-3
/
+32
*
|
add more type coercion, string and date to num
James Ahlborn
2017-02-07
1
-0
/
+23
*
|
support string to number coercion for mixed math operations
James Ahlborn
2017-02-04
1
-5
/
+33
*
|
add TemporalConfig to allow for custom expression date/time formats
James Ahlborn
2017-01-14
1
-0
/
+4
*
|
merge trunk changes through r1077
James Ahlborn
2016-12-31
2
-38
/
+89
|
\
|
|
*
Add support for global usage maps which are reference type maps. fixes issue ...
James Ahlborn
2016-11-17
1
-34
/
+77
|
*
automatically switch to read-only mode when opening a file format which does ...
James Ahlborn
2016-11-12
1
-4
/
+12
*
|
change evaluation context
James Ahlborn
2016-12-31
1
-2
/
+2
*
|
add testing for most basic math and fix some edge case logic
James Ahlborn
2016-12-22
1
-30
/
+120
*
|
start testing simple math exprs
James Ahlborn
2016-12-18
1
-2
/
+75
*
|
reorg of expression classes
James Ahlborn
2016-11-18
1
-1
/
+3
*
|
rework classes, add more interfaces; start implementing builtin functions usi...
James Ahlborn
2016-11-03
1
-2
/
+2
*
|
test parsing of basic expressions
James Ahlborn
2016-10-26
1
-44
/
+91
*
|
handle order of ops for other types of exprs
James Ahlborn
2016-10-25
1
-0
/
+20
*
|
fix handling of equivalent precedence
James Ahlborn
2016-10-16
1
-0
/
+7
*
|
add debug to strings to start enabling some testing
James Ahlborn
2016-10-15
1
-0
/
+54
|
/
*
misc cleanups; doc updates
James Ahlborn
2016-09-11
1
-1
/
+9
*
more update tests; fix minor bug with allocating new usage maps
James Ahlborn
2016-09-09
1
-1
/
+76
*
update javadocs, minor cleanups
mutateops
James Ahlborn
2016-09-08
1
-5
/
+4
*
expand unit tests
James Ahlborn
2016-09-08
1
-63
/
+115
*
add some unit tests
James Ahlborn
2016-09-05
1
-0
/
+125
*
merge trunk changes through r1024
James Ahlborn
2016-09-04
1
-2
/
+2
|
\
|
*
minor cleanups
James Ahlborn
2016-09-04
1
-2
/
+2
*
|
merge trunk changes through r1022
James Ahlborn
2016-09-04
1
-0
/
+7
|
\
|
|
*
Change multi-value complex columns so that they return all relevant column pr...
James Ahlborn
2016-09-04
1
-0
/
+7
*
|
add support for sharing backing index data across indexes during table creation
James Ahlborn
2016-05-19
1
-0
/
+51
|
/
*
Allow null values in foreign key fields when enforcing referential integrity....
James Ahlborn
2016-03-21
1
-3
/
+6
*
Add Database.getTableMetaData method to enable getting basic info about a Tab...
James Ahlborn
2016-02-16
1
-2
/
+30
*
Fix missing column names in AppendQuery SQL strings. Fixes #131
James Ahlborn
2016-01-12
1
-1
/
+22
*
Add FileFormat.GENERIC_JET4 in order to support getting the file format for j...
James Ahlborn
2015-11-25
1
-0
/
+11
[prev]
[next]