news-2.2

来自「一个很好用的Linux/Unix下Oracle OCI开发接口封装库」· 2 代码 · 共 51 行

2
51
字号
What is new in libsqlora8 2.2.10-   Bugfix: Malloc error for statements >= 1024 bytes.What is new in libsqlora8 2.2.9-   Works now on AIX-   Minor bugfixes.What is new in libsqlora8 2.2.8-   Added missing prototype of sqlo_get_stmt to sqlora.h-   Fixed a MT bug when an invalid sql caused internally to close a cursor.    When the user did then the same, the cursor could have been allocated by    another thread. This corrupts internal data structures and leads to some    weired errors.    Many thanks to Andrea Luciano <andrea_luciano[_at_]icteam.it> who provided an    excellent test case.-   Included windows subdirectory where you can find a readme file and the    libsqlora8.def file needed by Visual C++.-   As usual, fixed some minor bugs, which in generally don't hurt, but who knows...What is new in libsqlora8 2.2.7-   Fixed error in configure script.-   Changed format of library specific error messages. The error messages    are prefixed by "LIBSQLORA8-<nnnnn>", where nnnnn is the error number.What is new in libsqlora8 2.2.6-   sqlo_get_ocol_dtypes returns now always the correct oracle database type,    regardless which interface (easy/complex) you use.-   New functions sqlo_register_int_handler and sqlo_clear_int_handler.    Because you are not allowed to install your own handler for SIGINT,    you can register one with the OCI interface via the sqlo_register_int_handler    function. Oracles OCI will call this function if it catches the SIGINT.    NOTE: DON'T TRY TO EXECUTE ANY OCI/LIBSQLORA8 FUNCTIONS IN THE SIGNAL HANDLER!!!    Have a look at examples/examples.c to see the usage.What is new in libsqlora8 2.2.5-   Write to different trace files per session.	There is still the trace file sqlora8.trc where information is written,	before a connection to a databas

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?