diff options
author | James Ahlborn <jtahlborn@yahoo.com> | 2015-06-18 21:38:58 +0000 |
---|---|---|
committer | James Ahlborn <jtahlborn@yahoo.com> | 2015-06-18 21:38:58 +0000 |
commit | be706546befffe6f746ec9e1f790b2c2a7849700 (patch) | |
tree | 8e971b14dd3fa863032d6d336a6cce722ed723ae /src/changes | |
parent | b521c2b020a5afa4dbd8517c554cb022a66dde2f (diff) | |
download | jackcess-be706546befffe6f746ec9e1f790b2c2a7849700.tar.gz jackcess-be706546befffe6f746ec9e1f790b2c2a7849700.zip |
Fix handling of dateTimes before the access epoch. fixes issue #126
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@950 f203690c-595d-4dc9-a70b-905162fa7fd2
Diffstat (limited to 'src/changes')
-rw-r--r-- | src/changes/changes.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 00cfe01..b881a6e 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -8,6 +8,9 @@ <action dev="jahlborn" type="fix" system="SourceForge2" issue="125"> Handle reading null calculated values. </action> + <action dev="jahlborn" type="fix" system="SourceForge2" issue="126"> + Fix handling of dateTimes before the access epoch. + </action> </release> <release version="2.1.1" date="2015-05-14"> <action dev="jahlborn" type="fix" system="SourceForge2" issue="123"> |