Ethan --

Did Pak really mean to submit to the database?


On Aug 30, 2007, at 1:22 PM, jjhur...@osl.iu.edu wrote:

Author: jjhursey
Date: 2007-08-30 13:22:06 EDT (Thu, 30 Aug 2007)
New Revision: 964
URL: https://svn.open-mpi.org/trac/mtt/changeset/964

Log:
Increase the 'mpi_version' char length due to the following error:

SQL QUERY: INSERT INTO mpi_get
    (mpi_get_id, mpi_name, mpi_version) VALUES
    ('507', 'developer',
'_workspace_paklui_ompi-paklui-1.2-pml_shared- install_SunOS_sparc_2007.08.29_bin_mpirun')
SQL ERROR: ERROR:  value too long for type character varying(32)
SQL ERROR:



Text files modified:
   trunk/server/sql/v3/schemas-v3.sql |     2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: trunk/server/sql/v3/schemas-v3.sql
====================================================================== ========
--- trunk/server/sql/v3/schemas-v3.sql  (original)
+++ trunk/server/sql/v3/schemas-v3.sql 2007-08-30 13:22:06 EDT (Thu, 30 Aug 2007)
@@ -107,7 +107,7 @@
     -- Current Max: 21 chars
     mpi_name    varchar(64) NOT NULL DEFAULT 'bogus',
     -- Current Max: 24 chars
-    mpi_version varchar(32) NOT NULL DEFAULT 'bogus',
+    mpi_version varchar(128) NOT NULL DEFAULT 'bogus',

     UNIQUE (
             mpi_name,
_______________________________________________
mtt-svn mailing list
mtt-...@open-mpi.org
http://www.open-mpi.org/mailman/listinfo.cgi/mtt-svn


--
Jeff Squyres
Cisco Systems

Reply via email to