diff options
Diffstat (limited to 'src/changes/changes.xml')
-rw-r--r-- | src/changes/changes.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 3d2dcf9..9f164e2 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -14,6 +14,10 @@ Better column type translation for very large MEMO/OLE types in the Database.copyTable logic. </action> + <action dev="jahlborn" type="fix" issue="2019244"> + Add some more limit checking into table creation based on what access + supports (max rows per table, max identifier lengths). + </action> </release> <release version="1.1.15" date="2008-06-27"> <action dev="jahlborn" type="fix" issue="1998225"> |