Adriano dos Santos Fernandes

Results 153 comments of Adriano dos Santos Fernandes

> Previous commit should completely resolve #8185 moving linkage to parent cursor from DsqlStatement into DsqlRequest so changes from #8189 were partially undone. #8185 is already fixed in different ways...

This branch crashes in tcs test FB_SQL_SUBPROC_1.

This PR broke WHERE CURRENT OF maybe mixed with RETURNING. The tests I have is private, so I cannot easily share it, but probably any usage is going to cause...

This PR also breaks TCS test AUTO_COMMIT.3.ESQL.

And it's also not fixed by https://github.com/FirebirdSQL/firebird/pull/8571.

Why this issue for feature/bug if there are the pull requests (that is same thing as an issue) that already tracks the change?

I think this PR should be closed and not merged. PostgreSQL way is different than Firebird way, they use much more non standard operators.

> One of the probably not very clear to the users consequences of this is impossibility of using non-SRP aware clients to work with FB6. OTOH, people stuck to update...

> I mean that they can be taken out of the Firebird project into a separate subproject with plugins. That is, not supplied as part of Firebird, but if desired,...

Why is the code so inconsistently formated? It's full of things without spaces "if(" instead of "if (", or extra spaces "MoveFile( ... )" instead of "MoveFile(...)". It's not even...