Releases: zendtech/db2iengine
Releases · zendtech/db2iengine
v1.1.6
fix: Alter table issue (#23)
v1.1.5
fix: Unable to run update statement (#21)
v1.1.4
refactor: Update functions after prototype changes (#18)
MariaDB/server@21809f9 changes the following function prototypes:
-
tmp_use_all_columns, dbug_tmp_use_all_columns
to accept MY_BITMAP** and to return MY_BITMAP * instead of my_bitmap_map*
-
tmp_restore_column_map, dbug_tmp_restore_column_maps to accept
MY_BITMAP* instead of my_bitmap_map*
v1.1.3
fix: Incompatible CCSID and sort sequence issue (PR #14)
v1.1.2
-
refactor: Cleanup compiler options (PR #4)
-
revert: Add required link libraries (mysys,sql) (PR #5)
-
fix: Create table with character column issue (PR #6)
-
doc: Fix typos/errors in test sql statements (PR #9)
-
doc: Fix mysqld path (PR #12)
-
doc: Install ibmdb2i plugin (PR #13)
v1.1.1
With a fix to correct linker errors. See dfb18aa
v1.1.0
Fixed several issues that may cause crash.
Also, starting with version 1.1.x, cross-compilation is not supported. It must be built in PASE on IBM i, with GCC 6.3.0 or later