log

age author description
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
Tue, 19 Jul 2022 13:50:02 +0200 Joeri van Ruth Get rid of set_prompting
Tue, 19 Jul 2022 12:38:15 +0200 Joeri van Ruth Fully implement mapi_request_upload
Tue, 19 Jul 2022 10:46:31 +0200 Joeri van Ruth Add mapi_request_upload stub to streams library
Tue, 19 Jul 2022 09:16:12 +0200 Joeri van Ruth Move mapi_prompt.h to the streams library
Mon, 18 Jul 2022 15:26:40 +0200 Joeri van Ruth Get rid of bs2.c
Wed, 20 Jul 2022 14:42:17 +0200 Sjoerd Mullender CREATE USER doesn't create the schema, and CREATE SCHEMA needs the user. userprofile
Wed, 20 Jul 2022 14:15:44 +0200 Sjoerd Mullender Approve test. userprofile
Wed, 20 Jul 2022 13:53:52 +0200 Sjoerd Mullender Merge with default branch. userprofile
Wed, 20 Jul 2022 13:53:21 +0200 Sjoerd Mullender Reuse client context and only start transaction when needed. userprofile
Wed, 20 Jul 2022 13:52:30 +0200 Sjoerd Mullender Merge with Jan2022 branch.
Wed, 20 Jul 2022 13:51:35 +0200 Sjoerd Mullender Merge with Jul2021 branch. Jan2022
Wed, 20 Jul 2022 13:51:13 +0200 Sjoerd Mullender Add required test declaration. Jul2021
Wed, 20 Jul 2022 13:49:10 +0200 Niels Nes merged backport Jan2022
Wed, 20 Jul 2022 13:46:19 +0200 Niels Nes backport small change/logging output Jul2021
Wed, 20 Jul 2022 13:39:38 +0200 Niels Nes output error when we don't find a to be drop table in the storage layer. Jan2022
Wed, 20 Jul 2022 11:36:06 +0200 Niels Nes merged Jan2022
Wed, 20 Jul 2022 11:35:32 +0200 Niels Nes merged with jul2021 Jan2022
Wed, 20 Jul 2022 11:31:10 +0200 Niels Nes merged with jul2021_debug Jul2021
Wed, 20 Jul 2022 11:16:03 +0200 Sjoerd Mullender Implemented upgrade. userprofile
Wed, 20 Jul 2022 11:11:51 +0200 Sjoerd Mullender Merge with default branch. userprofile
Wed, 20 Jul 2022 10:39:04 +0200 Sjoerd Mullender Merge with Jan2022 branch.
Wed, 20 Jul 2022 09:50:20 +0200 Niels Nes use warnings instead of errors in the tracer output Jul2021_debug
Wed, 20 Jul 2022 09:37:04 +0200 Niels Nes merged with jul2021 Jul2021_debug
Tue, 19 Jul 2022 19:39:57 +0200 Sjoerd Mullender Merge with Jul2021 branch. Jan2022
Tue, 19 Jul 2022 19:39:32 +0200 Sjoerd Mullender HEAPdecref before unfix. Jul2021
Tue, 19 Jul 2022 17:25:55 +0100 nuno-faria Optimize filter push down for window functions select-window-pushdown
Tue, 19 Jul 2022 18:22:06 +0200 Sjoerd Mullender Typo. Jan2022
Tue, 19 Jul 2022 18:00:06 +0200 Sjoerd Mullender Merge with Jul2021 branch. Jan2022
Tue, 19 Jul 2022 17:59:38 +0200 Sjoerd Mullender Off-by-one error. Jul2021
Tue, 19 Jul 2022 17:56:38 +0200 Sjoerd Mullender When unsharing a vheap, also unfix the (former) parent. Jul2021
Tue, 19 Jul 2022 17:34:54 +0200 Sjoerd Mullender Approvals.
Tue, 19 Jul 2022 17:32:53 +0200 Sjoerd Mullender Initialize tl_client_key also when calling getClientContext.
Tue, 19 Jul 2022 14:01:17 +0200 Niels Nes merged with jul2021 Jul2021_debug
Mon, 18 Jul 2022 16:25:57 +0100 Lucas Pereira Cleanup generic_events. Remove clientid from transaction event(no pair). sql_profiler
Mon, 18 Jul 2022 13:47:10 +0200 Sjoerd Mullender Merge with default branch. userprofile
Mon, 18 Jul 2022 13:35:56 +0200 Sjoerd Mullender Dump some new information. userprofile
Sun, 17 Jul 2022 13:43:50 +0100 nuno-faria Add smart merge test smart-merge-jan22
Sun, 17 Jul 2022 12:01:32 +0100 nuno-faria Implement smarter segment merging smart-merge-jan22