2022-07-22 |
Sjoerd Mullender |
I believe these changes aren't needed anymore.
cxx-udf
|
2022-07-22 |
Sjoerd Mullender |
Merge with Jan2022 branch.
select-window-pushdown
|
2022-07-22 |
Sjoerd Mullender |
Remove unused files.
|
2022-07-21 |
Martin van Dinther |
Correcting datatype for result column COLUMN_TYPE as returned by SQLProcedureColumns(). It must be SMALLINT instead of TINYINT.
|
2022-07-21 |
Martin van Dinther |
Correcting datatype for result column CHAR_OCTET_LENGTH as returned by SQLColumns() and SQLProcedureColumns(). It must be INTEGER instead of BIGINT.
|
2022-07-21 |
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.
|
2022-07-21 |
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.
|
2022-07-21 |
Martin van Dinther |
Add test of SQLTables() where table types names are enclosed by single quotes.
|
2022-07-21 |
nuno-faria |
Fix select window pushdown for string filters
select-window-pushdown
|
2022-07-21 |
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.
|
2022-07-21 |
Sjoerd Mullender |
Better error checking.
userprofile
|
2022-07-21 |
Sjoerd Mullender |
Make running check script outside of testing easier.
userprofile
|
2022-07-21 |
Sjoerd Mullender |
Delete old M5system_auth_* bats on upgrade.
userprofile
|
2022-07-21 |
Lucas Pereira |
Merge with default
sql_profiler
|
2022-07-21 |
nuno-faria |
Add test for select pushdown on window functions
select-window-pushdown
|
2022-07-20 |
Sjoerd Mullender |
Add some missing restrict keywords.
|
2022-07-20 |
Sjoerd Mullender |
Use known type to print.
|
2022-07-20 |
Sjoerd Mullender |
Approve test.
userprofile
|
2022-07-20 |
Lucas Pereira |
Merge with default.
sql_profiler
|
2022-07-20 |
Sjoerd Mullender |
Approvals on "weird" systems.
userprofile
|
2022-07-20 |
Joeri van Ruth |
Fix exports
|
2022-07-20 |
Joeri van Ruth |
Let mapi_request_upload do the bstream handling
|
2022-07-20 |
Joeri van Ruth |
Use mapi_request_upload with the tablet COPY INTO code
|
2022-07-19 |
Joeri van Ruth |
Get rid of set_prompting
|
2022-07-19 |
Joeri van Ruth |
Fully implement mapi_request_upload
|
2022-07-19 |
Joeri van Ruth |
Add mapi_request_upload stub to streams library
|
2022-07-19 |
Joeri van Ruth |
Move mapi_prompt.h to the streams library
|
2022-07-18 |
Joeri van Ruth |
Get rid of bs2.c
|
2022-07-20 |
Sjoerd Mullender |
CREATE USER doesn't create the schema, and CREATE SCHEMA needs the user.
userprofile
|
2022-07-20 |
Sjoerd Mullender |
Approve test.
userprofile
|
2022-07-20 |
Sjoerd Mullender |
Merge with default branch.
userprofile
|
2022-07-20 |
Sjoerd Mullender |
Reuse client context and only start transaction when needed.
userprofile
|
2022-07-20 |
Sjoerd Mullender |
Merge with Jan2022 branch.
|
2022-07-20 |
Sjoerd Mullender |
Merge with Jul2021 branch.
Jan2022
|
2022-07-20 |
Sjoerd Mullender |
Add required test declaration.
Jul2021
|
2022-07-20 |
Niels Nes |
merged backport
Jan2022
|
2022-07-20 |
Niels Nes |
backport small change/logging output
Jul2021
|
2022-07-20 |
Niels Nes |
output error when we don't find a to be drop table in the storage layer.
Jan2022
|
2022-07-20 |
Niels Nes |
merged
Jan2022
|
2022-07-20 |
Niels Nes |
merged with jul2021
Jan2022
|
2022-07-20 |
Niels Nes |
merged with jul2021_debug
Jul2021
|
2022-07-20 |
Sjoerd Mullender |
Implemented upgrade.
userprofile
|
2022-07-20 |
Sjoerd Mullender |
Merge with default branch.
userprofile
|
2022-07-20 |
Sjoerd Mullender |
Merge with Jan2022 branch.
|
2022-07-20 |
Niels Nes |
use warnings instead of errors in the tracer output
Jul2021_debug
|
2022-07-20 |
Niels Nes |
merged with jul2021
Jul2021_debug
|
2022-07-19 |
Sjoerd Mullender |
Merge with Jul2021 branch.
Jan2022
|
2022-07-19 |
Sjoerd Mullender |
HEAPdecref before unfix.
Jul2021
|
2022-07-19 |
nuno-faria |
Optimize filter push down for window functions
select-window-pushdown
|
2022-07-19 |
Sjoerd Mullender |
Typo.
Jan2022
|
2022-07-19 |
Sjoerd Mullender |
Merge with Jul2021 branch.
Jan2022
|
2022-07-19 |
Sjoerd Mullender |
Off-by-one error.
Jul2021
|
2022-07-19 |
Sjoerd Mullender |
When unsharing a vheap, also unfix the (former) parent.
Jul2021
|
2022-07-19 |
Sjoerd Mullender |
Approvals.
|
2022-07-19 |
Sjoerd Mullender |
Initialize tl_client_key also when calling getClientContext.
|
2022-07-19 |
Niels Nes |
merged with jul2021
Jul2021_debug
|
2022-07-18 |
Lucas Pereira |
Cleanup generic_events. Remove clientid from transaction event(no pair).
sql_profiler
|
2022-07-18 |
Sjoerd Mullender |
Merge with default branch.
userprofile
|
2022-07-18 |
Sjoerd Mullender |
Dump some new information.
userprofile
|
2022-07-17 |
nuno-faria |
Add smart merge test
smart-merge-jan22
|