Skip to content

Releases: zendtech/db2iengine

v1.1.6

04 Oct 16:06
7f96f1a
Compare
Choose a tag to compare

fix: Alter table issue (#23)

v1.1.5

09 Nov 19:08
7339d24
Compare
Choose a tag to compare

fix: Unable to run update statement (#21)

v1.1.4

31 Aug 20:27
1b4b773
Compare
Choose a tag to compare

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

13 Oct 16:28
Compare
Choose a tag to compare

fix: Incompatible CCSID and sort sequence issue (PR #14)

v1.1.2

13 Jul 18:16
Compare
Choose a tag to compare
  • 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

04 May 15:35
dfb18aa
Compare
Choose a tag to compare

With a fix to correct linker errors. See dfb18aa

v1.1.0

26 Feb 21:56
5fc7cc0
Compare
Choose a tag to compare

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