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
/
java
/
com
/
healthmarketscience
/
jackcess
/
impl
/
ColumnImpl.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add Table methods to access the creation and last modified dates
James Ahlborn
2021-07-07
1
-1
/
+1
*
Add support for extended date/time type in access 2019+ dbs
James Ahlborn
2021-06-08
1
-7
/
+103
*
no longer need to use initCause
modules
James Ahlborn
2021-01-20
1
-8
/
+4
*
isolate java.sql usage so that the module is not required for core jackcess u...
James Ahlborn
2021-01-17
1
-26
/
+15
*
add new sort order for legacy 97 collation order
James Ahlborn
2019-08-06
1
-12
/
+23
*
merge trunk changes through r1258
James Ahlborn
2018-12-31
1
-2
/
+13
|
\
|
*
Fix length in units calculation for Access 97 text fields. Fixes #151
James Ahlborn
2018-12-31
1
-2
/
+13
*
|
add system prop for date/time type; rework how date/times are written based o...
James Ahlborn
2018-12-28
1
-21
/
+54
*
|
merge trunk changes through r1241
James Ahlborn
2018-12-17
1
-0
/
+6
|
\
|
|
*
Ignore column validators for read-only dbs. This will avoid irrelevant failu...
James Ahlborn
2018-12-17
1
-0
/
+6
|
*
minor tweaks to date handling; clear caches when config updated; ensure date ...
James Ahlborn
2018-12-10
1
-1
/
+1
*
|
use interface to pass zone info into date/time conversion methods
James Ahlborn
2018-12-15
1
-27
/
+41
*
|
switch expression engine to LocalDateTime
James Ahlborn
2018-12-15
1
-48
/
+28
*
|
round LDT date/times to millis; add some initial tests for LDT times
James Ahlborn
2018-12-13
1
-7
/
+38
*
|
initial support for LocalDateTime and Temporal types
James Ahlborn
2018-12-11
1
-52
/
+304
*
|
switch to commons lang3
James Ahlborn
2018-11-27
1
-1
/
+1
|
/
*
add unit tests for property expression evaluation features
James Ahlborn
2018-06-05
1
-1
/
+1
*
allow col validator to get this column by name
James Ahlborn
2018-06-04
1
-0
/
+6
*
plug expr evaluation into columns/tables; create Identifier for tracking expr...
James Ahlborn
2018-05-08
1
-9
/
+93
*
start enforcing the required and no-zero len column properties
James Ahlborn
2018-04-29
1
-135
/
+230
*
merge trunk changes through r1138
James Ahlborn
2018-02-08
1
-0
/
+8
|
\
|
*
Add full support for access 2016 databases including the new 'Large Number' (...
James Ahlborn
2017-12-19
1
-0
/
+8
*
|
merge trunk changes through r1100
James Ahlborn
2017-05-24
1
-1
/
+1
|
\
|
|
*
Allow inserting negative auto number fields, fixes pull request #3
James Ahlborn
2017-05-07
1
-1
/
+1
*
|
checkpoint reworking expression classes and implementing many basic operations
James Ahlborn
2016-12-09
1
-19
/
+86
*
|
rework classes, add more interfaces; start implementing builtin functions usi...
James Ahlborn
2016-11-03
1
-0
/
+9
|
/
*
reorg to prep for RelationshipBuilder; move remaining table creation logic fr...
James Ahlborn
2016-07-19
1
-4
/
+4
*
implement most of the dirty work for adding indexes
James Ahlborn
2016-06-16
1
-0
/
+26
*
begin adding umap support
James Ahlborn
2016-04-29
1
-1
/
+6
*
some initial code for mutation support
James Ahlborn
2016-04-28
1
-81
/
+67
*
Add support for cascade null on delete relationships. Add support for the re...
James Ahlborn
2016-03-30
1
-3
/
+3
*
Fix handling of dateTimes before the access epoch. fixes issue #126
James Ahlborn
2015-06-18
1
-8
/
+39
*
tweak some docs
James Ahlborn
2015-05-02
1
-1
/
+1
*
Allow optional direct insert/update of autonumber values. This is disabled b...
James Ahlborn
2015-05-01
1
-13
/
+96
*
relicense with Apache License
James Ahlborn
2015-04-17
1
-22
/
+11
*
missed a few more error context usages
James Ahlborn
2015-03-13
1
-3
/
+5
*
lower log level for certain system table warnings; add contextual info to man...
James Ahlborn
2015-03-08
1
-21
/
+36
*
handle input String boolean values
James Ahlborn
2015-01-31
1
-2
/
+7
*
minor cleanup in toInternalValue
James Ahlborn
2015-01-16
1
-38
/
+38
*
make SimpleColumnMatcher handle a wider range of input data types by coercing...
James Ahlborn
2015-01-16
1
-10
/
+69
*
rework unicode compression support, fixes issue 111
James Ahlborn
2014-11-15
1
-78
/
+63
*
add unit test for iteration early exit fix
James Ahlborn
2014-09-22
1
-6
/
+2
*
fix creation of calculated fields
James Ahlborn
2014-09-16
1
-7
/
+17
*
Add the ability to create tables with calculated fields
James Ahlborn
2014-09-13
1
-4
/
+17
*
some minor cleanups for reading and writing calculated columns (issue #105)
James Ahlborn
2014-09-08
1
-5
/
+8
*
initial support for reading and writing calculated columns (issue #105)
James Ahlborn
2014-09-07
1
-490
/
+220
*
refactor ColumnImpl into multiple type specific sub-classes
James Ahlborn
2014-08-07
1
-231
/
+99
*
add column validator unit tests, work out some wrinkles
James Ahlborn
2014-03-24
1
-0
/
+24
*
add initial ColumnValidator support
James Ahlborn
2014-03-20
1
-0
/
+24
*
attempt to restore autonumbers on some add row failures
James Ahlborn
2013-11-26
1
-0
/
+30
[next]