[kepler-dev] [Bug 5302] module_dependencies column defined too short

bugzilla-daemon at ecoinformatics.org bugzilla-daemon at ecoinformatics.org
Fri Feb 11 09:01:33 PST 2011


http://bugzilla.ecoinformatics.org/show_bug.cgi?id=5302

ben leinfelder <leinfelder at nceas.ucsb.edu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |leinfelder at nceas.ucsb.edu

--- Comment #1 from ben leinfelder <leinfelder at nceas.ucsb.edu> 2011-02-11 09:01:33 PST ---
I'd recommend not specifying the length for the VARCHAR - then it will use the
maximum. Just omit the (500) or (1000) since, as you say, the dependency list
is arbitrarily long and we might as well exhaust the capability of the DB
before erring out.

http://www.hsqldb.org/doc/guide/ch09.html

-- 
Configure bugmail: http://bugzilla.ecoinformatics.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the Kepler-dev mailing list