Hi!
Warnings were always a second-class citizen in Firebird. Usage of them
in the design of new features were already rejected because "nobody
checks them".
As I told some time ago, I was testing a scheme to implement/use our
public interfaces in a more C++ way.
That is most related to exception
11.06.2012 18:01, Adriano dos Santos Fernandes wrote:
> There is one problem. We can't make it really C++ friendly without
> removing the need to pass a status everywhere, but there is no way to
> return warnings without them. We can maintain the status parameter, but
> then, it makes things still