Change Log
Be sure to not miss out on new features and improvements!
Last updated
Was this helpful?
Be sure to not miss out on new features and improvements!
Last updated
Was this helpful?
A serious bug detected in DBInt-PostgreSql.dll
file. Memory locations holding sql command parameter values were overwritten by random values. (Postgresql library requires a dynamically sized pointer array to another pointer which holds actual paramater values of SQL statement. (More detail: paramValues
parameter of the function)
section is added to the .
MS Sql Server support is added.
In case trigger returns false
, http response was not generated correctly.
Some C functions related to blob column type operations for MySql database are modified/fixed.
Some memory areas allocated for Page Object and its properties was not released properly.
fixed.
C functions related to reading/writing blob data to/from database is not working with Http Server API. Migration from Microstf Internet Information Server to Http Server API is not complete.
Table/view primary key column name is automatically populated from database schema dictionary if not provided by developer.
Page expire time calculation was wrong. It is fixed.
Postgresql Demo was not working due to database row identifying strategy. It is replaced with new one (see Improvements for deail).
Demo database objects are created in SODIUM_DEMO user in Oracle Container database (with using "alter session set "_ORACLE_SCRIPT"=true;" command). After this modification, demo database user names for both Oracle and Postgresql are same.
Pseudo columns
oid
in Postgresql database
rowid
in Oracle database
While parsing string literals in sqlx files, < and > characters are not copied into string. Sqlx file lexer fixed.
Mysql Support added ()
For the data blocks whose property is set to TRUE, table/view primary key column name is automatically populated from database schema dictionary.
are not used anymore. Developer must set property if he/she want to have a writable datablock.
property added to the .
From now on, pNotify is used as client library for function. And also, a new variant has been added to message function.