diff options
author | James Ahlborn <jtahlborn@yahoo.com> | 2008-02-22 15:21:45 +0000 |
---|---|---|
committer | James Ahlborn <jtahlborn@yahoo.com> | 2008-02-22 15:21:45 +0000 |
commit | 01b6cf18358af39b7544953899a8b55cc5ed2896 (patch) | |
tree | 81311295628150e64f19b2eae1a13e511b48c6ed /src/changes | |
parent | a680b8e33654c3509da88cd5c8383c8cbd184696 (diff) | |
download | jackcess-01b6cf18358af39b7544953899a8b55cc5ed2896.tar.gz jackcess-01b6cf18358af39b7544953899a8b55cc5ed2896.zip |
user userIds from the file if possible when generating new table access control entries (fix #1898793)
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@231 f203690c-595d-4dc9-a70b-905162fa7fd2
Diffstat (limited to 'src/changes')
-rw-r--r-- | src/changes/changes.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 6913095..594943d 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -13,6 +13,11 @@ Fix writing of large memo/ole fields. Apparently Access does not like "inline" fields longer than 64 bytes. </action> + <action dev="jahlborn" type="fix" issue="1898793"> + Fix generation of security access control entries. Use userIds + already existing in the database file instead of hard-coded userIds, + if possible. + </action> </release> <release version="1.1.11" date="2008-01-20"> <action dev="jahlborn" type="fix"> |