mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-10-18 07:06:39 +02:00
* Forgot to commit constants used in sqldb logging
git-svn-id: trunk@16499 -
This commit is contained in:
parent
0ca7ca5517
commit
627bc7f73b
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user