mridoni / gixsql

GixSQL is an ESQL preprocessor and a series of runtime libraries to enable GnuCOBOL to access PostgreSQL, ODBC, MySQL, Oracle and SQLite databases.
GNU General Public License v3.0
16 stars 8 forks source link

Resole issue #179 - NULL indicator on fetch, issue #175 Unexpected WORD "SD" parsing cobol program and issue #181 Parameters in cursor usage with prepared statements are not considered #184

Open sergiosa61 opened 6 months ago

sergiosa61 commented 6 months ago

Resole issue #179 - NULL indicator on fetch and issue #175 Unexpected WORD "SD" parsing cobol program

GitMensch commented 4 months ago

Thank you for your contribution.

175 is already solved by #176 and your code is more or less a copy of that, no?

https://github.com/mridoni/gixsql/commit/8df1b723e2502b96e190c7901d3c5a32d6d76d25 and https://github.com/mridoni/gixsql/pull/184/commits/5b242f28133e78981eb32aefa1ebaceaa51d6e7d look really nice - can you please create a separate PR for those?

@mridoni Or would you prefer to just cherry-pick those?

Maybe you can add another commit for one or both to add to the testsuite (I still haven't got a real look how to do that and a CI that executes those on each PR would definitely help).