You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by rh...@apache.org on 2009/04/20 17:15:45 UTC

svn commit: r766724 - /db/derby/code/branches/10.5/java/testing/org/apache/derbyTesting/system/oe/schema/dataroutines.sql

Author: rhillegas
Date: Mon Apr 20 15:15:41 2009
New Revision: 766724

URL: http://svn.apache.org/viewvc?rev=766724&view=rev
Log:
DERBY-4169: Port 766722 from the trunk to the 10.5 branch.

Modified:
    db/derby/code/branches/10.5/java/testing/org/apache/derbyTesting/system/oe/schema/dataroutines.sql

Modified: db/derby/code/branches/10.5/java/testing/org/apache/derbyTesting/system/oe/schema/dataroutines.sql
URL: http://svn.apache.org/viewvc/db/derby/code/branches/10.5/java/testing/org/apache/derbyTesting/system/oe/schema/dataroutines.sql?rev=766724&r1=766723&r2=766724&view=diff
==============================================================================
--- db/derby/code/branches/10.5/java/testing/org/apache/derbyTesting/system/oe/schema/dataroutines.sql (original)
+++ db/derby/code/branches/10.5/java/testing/org/apache/derbyTesting/system/oe/schema/dataroutines.sql Mon Apr 20 15:15:41 2009
@@ -19,7 +19,7 @@
 -- Function to provided an updated C_DATA column for a customer account.
 -- Section 2.5.2.2
 CREATE FUNCTION BAD_CREDIT_DATA(
-    C_DATA VARCHAR(500), W SMALLINT, D SMALLINT,
+    C_DATA VARCHAR(500), W INT, D INT,
     CW SMALLINT, CD SMALLINT, C_ID INTEGER,
     AMOUNT DECIMAL(6, 2))
 RETURNS VARCHAR(500)