* Forgot to commit constants used in sqldb logging

git-svn-id: trunk@16499 -
This commit is contained in:
michael 2010-12-03 08:37:03 +00:00
parent 0ca7ca5517
commit 627bc7f73b

View File

@ -105,7 +105,10 @@ Resourcestring
SStreamNotRecognised = 'The data-stream format is not recognized';
SNoReaderClassRegistered = 'There is no TDatapacketReaderClass registered for this kind of data-stream';
SErrCircularDataSourceReferenceNotAllowed = 'Circular datasource references are not allowed.';
SCommitting = 'Committing transaction';
SRollingBack = 'Rolling back transaction';
SCommitRetaining = 'Commit and retaining transaction';
SRollBackRetaining = 'Rollback and retaining transaction';
Implementation