From: Nando D. <na...@us...> - 2005-07-04 11:34:33
|
Update of /cvsroot/instantobjects/Source/Core In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19712/Core Modified Files: InstantConsts.pas Log Message: support for multi-statement build commands in database evolutiuon Index: InstantConsts.pas =================================================================== RCS file: /cvsroot/instantobjects/Source/Core/InstantConsts.pas,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** InstantConsts.pas 1 Jul 2005 23:29:22 -0000 1.12 --- InstantConsts.pas 4 Jul 2005 11:34:05 -0000 1.13 *************** *** 131,134 **** --- 131,135 ---- SPersistentObjectNotAllowed = 'Persistent object %s(''%s'') not allowed.'; SSpecifierMissing = 'Specifier missing'; + SSQLStatementIndexOutOfBounds = 'SQL statement index out of bounds.'; STransactionInProgress = 'Transaction in progress'; STrueString = 'True'; |