log

age author description
Thu, 28 Jul 2022 10:55:36 +0200 Sjoerd Mullender Merge with Jan2022 branch. default
Thu, 28 Jul 2022 10:45:04 +0200 Sjoerd Mullender Merge with Jul2021 branch. Jan2022
Thu, 28 Jul 2022 10:44:33 +0200 Sjoerd Mullender Merge with Jul2021 branch. Jan2022
Thu, 28 Jul 2022 10:33:07 +0200 Sjoerd Mullender Turn BBPlogno and BBPtransid into atomics. Jul2021
Wed, 27 Jul 2022 11:26:06 +0200 Sjoerd Mullender A bit of cleanup: don't do double work, but add a few settings of dirty flag. Jul2021
Thu, 28 Jul 2022 09:22:13 +0200 Sjoerd Mullender Set the correct field to 0. Jul2021
Wed, 27 Jul 2022 22:44:08 +0200 Martin van Dinther When setting a warning we must also return SQL_SUCCESS_WITH_INFO.
Wed, 27 Jul 2022 22:10:50 +0200 Martin van Dinther Implement SQLGetDiagField() for DiagIdentifier = SQL_DIAG_MESSAGE_TEXT. Also improved code and synced it with SQLGetDiagRec() logic.
Wed, 27 Jul 2022 21:46:14 +0200 Martin van Dinther When entering a password in Windows ODBC Data Source Configuration dialog, show it as asterisks.
Wed, 27 Jul 2022 21:33:00 +0200 Martin van Dinther Initialize ptr to fix compilation error.
Wed, 27 Jul 2022 18:42:46 +0200 Sjoerd Mullender When we load an empty bat, we can (and should) ignore any content in the theap. Jul2021
Wed, 27 Jul 2022 18:17:26 +0200 Martin van Dinther Only malloc a new buffer if a positive length is specified.
Wed, 27 Jul 2022 18:14:33 +0200 Martin van Dinther We do allow setting SQL_ATTR_LOGIN_TIMEOUT to value 0.
Wed, 27 Jul 2022 18:11:46 +0200 Martin van Dinther Rename internal argument name from catalog to dbname.
Wed, 27 Jul 2022 16:43:31 +0200 Sjoerd Mullender Refactor BBP.dir reading code. Use a function to read a single line. Jul2021
Wed, 27 Jul 2022 11:45:48 +0200 Aris Koning Merge with Jan2022. smart-merge-jan22
Wed, 27 Jul 2022 10:17:17 +0200 Aris Koning Undo changeset 52cba3e788de: smart-merge-jan22
Wed, 27 Jul 2022 09:42:43 +0200 Aris Koning Use GDKfree. smart-merge-jan22
Tue, 26 Jul 2022 14:57:49 +0200 Aris Koning Use GDKmalloc. smart-merge-jan22
Tue, 26 Jul 2022 14:57:12 +0200 Aris Koning Implement early exit in merge_segments. smart-merge-jan22
Tue, 26 Jul 2022 14:39:06 +0200 Aris Koning Remove committing transaction from remaining actives. smart-merge-jan22
Tue, 26 Jul 2022 13:27:14 +0200 Aris Koning Reformat code a bit. smart-merge-jan22
Tue, 26 Jul 2022 14:02:27 +0200 Sjoerd Mullender Branch userprofile was merged into default. userprofile
Tue, 26 Jul 2022 14:01:47 +0200 Sjoerd Mullender Merge userprofile into default.
Tue, 26 Jul 2022 14:00:48 +0200 Sjoerd Mullender Plug a hole.
Tue, 26 Jul 2022 12:28:58 +0200 Aris Koning Initialize array outside of loop. smart-merge-jan22
Tue, 26 Jul 2022 12:09:37 +0200 Aris Koning Remove my redundant GDKmalloc. smart-merge-jan22
Tue, 26 Jul 2022 12:08:14 +0200 Aris Koning store_get_active is static function. smart-merge-jan22
Tue, 26 Jul 2022 11:00:18 +0200 Aris Koning Simplify commit API signature: remove redundant latest. smart-merge-jan22
Tue, 26 Jul 2022 10:37:30 +0200 Sjoerd Mullender Fix return type: don't squeeze an oid into an int. userprofile
Mon, 25 Jul 2022 20:24:42 +0100 nuno-faria Merge select-window-pushdown
Mon, 25 Jul 2022 20:21:08 +0100 nuno-faria Add select window pushdown support for 'like' filters select-window-pushdown
Mon, 25 Jul 2022 17:34:18 +0200 Sjoerd Mullender void functions do not return values. userprofile
Fri, 22 Jul 2022 17:36:47 +0200 Sjoerd Mullender Merge with default branch. userprofile
Fri, 22 Jul 2022 16:31:13 +0200 Sjoerd Mullender Small updates to README file. Jan2022
Fri, 22 Jul 2022 16:10:19 +0200 Sjoerd Mullender Remove commented code and tests. userprofile
Thu, 21 Jul 2022 15:33:41 +0200 Sjoerd Mullender Merge with default branch. userprofile
Fri, 22 Jul 2022 13:58:04 +0200 Sjoerd Mullender I believe these changes aren't needed anymore. cxx-udf
Fri, 22 Jul 2022 09:35:41 +0200 Sjoerd Mullender Merge with Jan2022 branch. select-window-pushdown
Fri, 22 Jul 2022 09:28:18 +0200 Sjoerd Mullender Remove unused files.
Thu, 21 Jul 2022 19:54:57 +0200 Martin van Dinther Correcting datatype for result column COLUMN_TYPE as returned by SQLProcedureColumns(). It must be SMALLINT instead of TINYINT.
Thu, 21 Jul 2022 19:36:58 +0200 Martin van Dinther Correcting datatype for result column CHAR_OCTET_LENGTH as returned by SQLColumns() and SQLProcedureColumns(). It must be INTEGER instead of BIGINT.
Thu, 21 Jul 2022 19:21:24 +0200 Martin van Dinther Correcting datatypes for result columns BUFFER_LENGTH and DECIMAL_DIGITS as returned by SQLColumns(), SQLSpecialColumns() and SQLProcedureColumns(). They must be INTEGER and SMALLINT instead of BIGINT and BIGINT.
Thu, 21 Jul 2022 17:52:48 +0200 Martin van Dinther Extend test with COMMENT ON schema, tables, columns, indexes, procedures and functions to fetch (and test) data in the REMARKS result columns.
Thu, 21 Jul 2022 16:36:30 +0200 Martin van Dinther Add test of SQLTables() where table types names are enclosed by single quotes.
Thu, 21 Jul 2022 14:08:35 +0100 nuno-faria Fix select window pushdown for string filters select-window-pushdown
Thu, 21 Jul 2022 14:59:26 +0200 Martin van Dinther Adjust ODBC driver to no longer return the database name as TABLE_CAT result column data for the ODBC Catalog functions such as SQLTables(), SQLColumns(), etc.
Thu, 21 Jul 2022 14:57:05 +0200 Sjoerd Mullender Better error checking. userprofile
Thu, 21 Jul 2022 14:25:38 +0200 Sjoerd Mullender Make running check script outside of testing easier. userprofile
Thu, 21 Jul 2022 14:24:58 +0200 Sjoerd Mullender Delete old M5system_auth_* bats on upgrade. userprofile
Thu, 21 Jul 2022 12:59:45 +0100 Lucas Pereira Merge with default sql_profiler
Thu, 21 Jul 2022 10:42:38 +0100 nuno-faria Add test for select pushdown on window functions select-window-pushdown
Wed, 20 Jul 2022 16:41:02 +0200 Sjoerd Mullender Add some missing restrict keywords.
Wed, 20 Jul 2022 16:31:06 +0200 Sjoerd Mullender Use known type to print.
Wed, 20 Jul 2022 16:29:30 +0200 Sjoerd Mullender Approve test. userprofile
Wed, 20 Jul 2022 14:54:32 +0100 Lucas Pereira Merge with default. sql_profiler
Wed, 20 Jul 2022 15:37:09 +0200 Sjoerd Mullender Approvals on "weird" systems. userprofile
Wed, 20 Jul 2022 12:37:48 +0200 Joeri van Ruth Fix exports
Wed, 20 Jul 2022 11:13:25 +0200 Joeri van Ruth Let mapi_request_upload do the bstream handling
Wed, 20 Jul 2022 10:17:40 +0200 Joeri van Ruth Use mapi_request_upload with the tablet COPY INTO code