Skip to content

Open Cobol ESQL (Ocesql) 1.2 released

Choose a tag to compare

@n-isaka n-isaka released this 19 Apr 01:32
· 181 commits to develop since this release

New features

  • Add new configure options.
    • --enable-debug
      enable C compiler debug option(-g).
    • --disable-precompiler
      If you want only install library.
  • The following new functions now work on Open Cobol ESQL,
    • CONNECT without arguments.

Bug fixes

  • Fixed memory access violation during INSERT with undecleared valiable.
  • Fixed log feature, Enable output to file.
  • Fixed problem that row number in error message after using "INCLUDE" is different.
  • #12 Fixed cursor reopen error.
  • link libpq to libocesql at run makecommand.