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
/
main
Commit message (
Expand
)
Author
Age
Files
Lines
*
add some tests for functions; fix said functions
James Ahlborn
2018-06-26
2
-27
/
+28
*
return all values in map so that default values, calc values, etc get returne...
James Ahlborn
2018-06-06
1
-7
/
+5
*
add unit tests for property expression evaluation features
James Ahlborn
2018-06-05
2
-2
/
+2
*
allow col validator to get this column by name
James Ahlborn
2018-06-04
2
-0
/
+18
*
implement floating point number formatting which matches access
James Ahlborn
2018-06-03
1
-0
/
+178
*
implement floating point number formatting which matches access
James Ahlborn
2018-06-03
8
-28
/
+41
*
cleanup some fixmes
James Ahlborn
2018-05-30
1
-4
/
+1
*
handle literal string default values
James Ahlborn
2018-05-30
4
-98
/
+129
*
use decimal math context which matches access precision; tweak string to numb...
James Ahlborn
2018-05-30
2
-15
/
+32
*
normalize decimals when used; convert number literals to decimal instead of d...
James Ahlborn
2018-05-27
4
-36
/
+73
*
do not allow null result for conditions
James Ahlborn
2018-05-25
3
-95
/
+95
*
merge trunk changes through r1152
James Ahlborn
2018-05-25
3
-14
/
+173
|
\
|
*
Create new usage map correctly when adding an index to an existing table. fi...
James Ahlborn
2018-05-22
1
-235
/
+241
|
*
Add some additional property keys and relevant enums for values
James Ahlborn
2018-05-19
2
-12
/
+165
*
|
knock out some fixmes; add support for custom function lookup and custom bind...
James Ahlborn
2018-05-19
8
-30
/
+109
*
|
plug expr evaluation into columns/tables; create Identifier for tracking expr...
James Ahlborn
2018-05-08
26
-131
/
+1484
*
|
start enforcing the required and no-zero len column properties
James Ahlborn
2018-04-29
8
-606
/
+822
*
|
use specific exceptions for expr eval
James Ahlborn
2018-03-31
10
-68
/
+153
*
|
fix null handling for string funcs
James Ahlborn
2018-03-31
2
-6
/
+38
*
|
move rnd logic to RandomContext
James Ahlborn
2018-03-23
5
-10
/
+189
*
|
merge trunk changes through r1138
James Ahlborn
2018-02-08
14
-113
/
+252
|
\
|
|
*
update ddl flag for default properties even if type is explicitly provided. ...
James Ahlborn
2018-02-07
1
-34
/
+32
|
*
Expose the ddl attribute on properties. Set the attribute appropriately for k...
James Ahlborn
2018-01-25
4
-48
/
+85
|
*
implement sql type to DataType conversions specific to access 2016 format
James Ahlborn
2018-01-17
2
-22
/
+56
|
*
Add full support for access 2016 databases including the new 'Large Number' (...
James Ahlborn
2017-12-19
10
-15
/
+79
|
*
Fix writing of property maps without any properties. fixes #144
James Ahlborn
2017-10-03
1
-1
/
+7
*
|
some more financial funcs, not all fully working
James Ahlborn
2017-12-23
1
-6
/
+245
*
|
implement some financial functions
James Ahlborn
2017-10-31
3
-0
/
+203
*
|
handle plus as a unary number modifier; handle precedence of plus/minus in mo...
James Ahlborn
2017-10-14
2
-10
/
+52
*
|
long type should be int values; implement more date/time and misc other funct...
James Ahlborn
2017-09-23
15
-166
/
+281
*
|
implement some date/time functions
James Ahlborn
2017-09-22
5
-71
/
+365
*
|
a few more number functions
James Ahlborn
2017-09-20
1
-22
/
+23
*
|
split out function groups; implement numeric functions
James Ahlborn
2017-09-20
5
-350
/
+594
*
|
bug fixes and unit tests
James Ahlborn
2017-09-19
1
-3
/
+3
*
|
fix some cast functions; more unit tests
James Ahlborn
2017-09-10
1
-6
/
+20
*
|
add some initial default function unit tests; fix some parse bugs
James Ahlborn
2017-09-06
2
-25
/
+14
*
|
implement a bunch of functions which really need unit tests; add support for ...
James Ahlborn
2017-09-05
4
-17
/
+321
*
|
implement various functions
James Ahlborn
2017-08-17
2
-4
/
+238
*
|
merge trunk changes through r1110
James Ahlborn
2017-07-26
5
-106
/
+235
|
\
|
|
*
Handle more advanced query join constructs. fixes issue #141
James Ahlborn
2017-07-14
1
-96
/
+165
|
*
handle missing table name for join expression
James Ahlborn
2017-06-26
1
-3
/
+4
|
*
validate length of pre-defined relationship name
James Ahlborn
2017-06-15
1
-0
/
+5
|
*
Add option to specify relationship name, fixes pull request #4
James Ahlborn
2017-06-06
3
-5
/
+28
|
*
Fix parsing of certain internal-use queries. Fixes issue #142
James Ahlborn
2017-05-31
2
-6
/
+37
*
|
merge trunk changes through r1100
James Ahlborn
2017-05-24
3
-9
/
+304
|
\
|
|
*
provide accessors for defaults config
James Ahlborn
2017-05-11
1
-4
/
+16
|
*
Add CustomLinkResolver which facilitates loading linked tables from files whi...
James Ahlborn
2017-05-11
2
-8
/
+291
|
*
Allow inserting negative auto number fields, fixes pull request #3
James Ahlborn
2017-05-07
1
-1
/
+1
|
*
Cover the GENERIC_JET4 format in unit tests, thanks to Gord Thompson
James Ahlborn
2017-05-03
1
-1
/
+1
*
|
use actual implicit comp op subclass
James Ahlborn
2017-04-29
1
-1
/
+19
[next]