[Zapp-cvs-commit] ZApp/leverMethods/Generic doCreateSchema.plain,1.2,1.3 doDropSchema.plain,1.2,1.3
Brought to you by:
sspickle
|
From: Steve S. <ssp...@us...> - 2004-03-30 17:18:07
|
Update of /cvsroot/zapp/ZApp/leverMethods/Generic In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10277/leverMethods/Generic Modified Files: doCreateSchema.plain doDropSchema.plain reCatalog.plain Log Message: fixin' bugs. Index: reCatalog.plain =================================================================== RCS file: /cvsroot/zapp/ZApp/leverMethods/Generic/reCatalog.plain,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** reCatalog.plain 28 Mar 2003 06:32:22 -0000 1.1 --- reCatalog.plain 30 Mar 2004 17:06:26 -0000 1.2 *************** *** 6,10 **** Id: reCatalog Meta-Type: Script (Python) ! Parameters: sqlName='', dbName='', catalogName='' Permissions: Proxy-Roles: --- 6,10 ---- Id: reCatalog Meta-Type: Script (Python) ! Parameters: sqlName='', dbName='', catalogName='', rackName='defaultRack' Permissions: Proxy-Roles: Index: doCreateSchema.plain =================================================================== RCS file: /cvsroot/zapp/ZApp/leverMethods/Generic/doCreateSchema.plain,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** doCreateSchema.plain 28 Mar 2003 20:38:28 -0000 1.2 --- doCreateSchema.plain 30 Mar 2004 17:06:26 -0000 1.3 *************** *** 6,10 **** Id: doCreateSchema Meta-Type: Script (Python) ! Parameters: dbName='', sqlName='createSchema', catalogName='' Permissions: Proxy-Roles: --- 6,10 ---- Id: doCreateSchema Meta-Type: Script (Python) ! Parameters: dbName='', sqlName='createSchema', catalogName='', rackName='defaultRack' Permissions: Proxy-Roles: Index: doDropSchema.plain =================================================================== RCS file: /cvsroot/zapp/ZApp/leverMethods/Generic/doDropSchema.plain,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** doDropSchema.plain 28 Mar 2003 20:38:29 -0000 1.2 --- doDropSchema.plain 30 Mar 2004 17:06:26 -0000 1.3 *************** *** 6,10 **** Id: doDropSchema Meta-Type: Script (Python) ! Parameters: dbName='', sqlName='createSchema', catalogName='' Permissions: Proxy-Roles: --- 6,10 ---- Id: doDropSchema Meta-Type: Script (Python) ! Parameters: dbName='', sqlName='createSchema', catalogName='', rackName='defaultRack' Permissions: Proxy-Roles: |