ingres 2.2.0

Extension for the Ingres/Vectorwise Database Systems.


This extension supports the Ingres/Vectorwise Database Systems.

License: PHP

This package is not maintained, if you would like to take over please go to this page.

Changes

This is a minor release that introduces the following new functionality:

- Add support for fetching/putting LONG NVARCHAR data
- Add arginfo to provide reflection access to the internals
- Add ingres_unbuffered_query()

And fixes the following problems:

- Fix bug 16668 - Update ii_result->tranhandle after calling IIapì_autocommit()
- Fix bug 16616 - auto commit emulation failed with a SELECT followed by an INSERT
- Fix bug 16075 - improper clean up of old resource values causing SEGV
- When II_SYSTEM is not defined provide a link to the documentation showing how to set it up
- Fix bug 16539 - Stale connections fail to be disconnected using IIapi_disconnect()
- Fix bug 16539 - Binding UTF-8 data causes an additional NULL to be sent to the server
- Fix GPF on Windows with sql.safe_mode and undefined ingres.default_database
- Fix ingres_prepare() and ingres_execute() so they actually work
- Make sql_safe_mode use ingres.default_database
- ingres_fetch_proc_return should return NULL if no value is available
- Handle leading white-space characters in query detection (thanks Alex Trofast)