summaryrefslogtreecommitdiffstats
path: root/src/changes/changes.xml
diff options
context:
space:
mode:
authorJames Ahlborn <jtahlborn@yahoo.com>2008-07-19 01:42:54 +0000
committerJames Ahlborn <jtahlborn@yahoo.com>2008-07-19 01:42:54 +0000
commit16d611821a3b6cba866ab596cd5a53b3533e68f8 (patch)
tree83772ee7be598dc1fe960d2c607413a215b93cc1 /src/changes/changes.xml
parent030b1109019a49e70afe8ce83e4fcbcbd3ce0733 (diff)
downloadjackcess-16d611821a3b6cba866ab596cd5a53b3533e68f8.tar.gz
jackcess-16d611821a3b6cba866ab596cd5a53b3533e68f8.zip
Add some more limit checking into table creation based on what access supports (max rows per table, max identifier lengths).
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@361 f203690c-595d-4dc9-a70b-905162fa7fd2
Diffstat (limited to 'src/changes/changes.xml')
-rw-r--r--src/changes/changes.xml4
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">