Proxy compilation warnings
Posted: 27.01.2021, 20:50
I just refreshed my Zeos repo and I am greeted with the following:
[dcc64 Hint] ZDbcProxy.pas(105): H2269 Overriding virtual method 'TZDbcProxyConnection.AfterConstruction' has lower visibility (protected) than base class 'TZAbstractSingleTxnConnection' (public)
[dcc64 Hint] ZDbcProxyResultSet.pas(1532): H2077 Value assigned to 'TZDbcProxyResultSet.MoveAbsolute' never used
[dcc64 Warning] ZDbcBeginnerStatement.pas(1563): W1057 Implicit string cast from 'RawByteString' to 'string'
[dcc64 Hint] ZDbcProxy.pas(333): H2164 Variable 'PlainDrv' is declared but never used in 'TZDbcProxyConnection.AfterConstruction'
[dcc64 Warning] ZDbcProxy.pas(366): W1058 Implicit string cast with potential data loss from 'string' to 'RawByteString'
[dcc64 Warning] ZDbcProxy.pas(371): W1057 Implicit string cast from 'RawByteString' to 'string'
[dcc64 Warning] ZDbcProxy.pas(541): W1058 Implicit string cast with potential data loss from 'string' to 'RawByteString'
[dcc64 Warning] ZDbcProxy.pas(546): W1057 Implicit string cast from 'RawByteString' to 'string'
@Jan, do you want me to fix these or you are already on it?
[dcc64 Hint] ZDbcProxy.pas(105): H2269 Overriding virtual method 'TZDbcProxyConnection.AfterConstruction' has lower visibility (protected) than base class 'TZAbstractSingleTxnConnection' (public)
[dcc64 Hint] ZDbcProxyResultSet.pas(1532): H2077 Value assigned to 'TZDbcProxyResultSet.MoveAbsolute' never used
[dcc64 Warning] ZDbcBeginnerStatement.pas(1563): W1057 Implicit string cast from 'RawByteString' to 'string'
[dcc64 Hint] ZDbcProxy.pas(333): H2164 Variable 'PlainDrv' is declared but never used in 'TZDbcProxyConnection.AfterConstruction'
[dcc64 Warning] ZDbcProxy.pas(366): W1058 Implicit string cast with potential data loss from 'string' to 'RawByteString'
[dcc64 Warning] ZDbcProxy.pas(371): W1057 Implicit string cast from 'RawByteString' to 'string'
[dcc64 Warning] ZDbcProxy.pas(541): W1058 Implicit string cast with potential data loss from 'string' to 'RawByteString'
[dcc64 Warning] ZDbcProxy.pas(546): W1057 Implicit string cast from 'RawByteString' to 'string'
@Jan, do you want me to fix these or you are already on it?