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

COMP-3 speedup and fix non-negative #162

Closed GitMensch closed 1 year ago

GitMensch commented 1 year ago
GitMensch commented 1 year ago

Note: The double and ceil related code directly above the changed parts should definitely be changed to use plain integers instead.

GitMensch commented 1 year ago

"upstream" issue: https://github.com/opensourcecobol/Open-COBOL-ESQL/pull/104

GitMensch commented 1 year ago

Note: The double and ceil related code directly above the changed parts should definitely be changed to use plain integers instead.

@mridoni This is still open, you may want to tackle this for the upcoming release.