log

age author description
24 months ago Sjoerd Mullender Closing branch after having been merged into default. txtsim
24 months ago Sjoerd Mullender Merged txtsim into default.
24 months ago Sjoerd Mullender Merge with Sep2022 branch.
24 months ago Sjoerd Mullender Merge with Jan2022 branch. Sep2022
24 months ago Sjoerd Mullender Add a workaround for editor tags producing programs. Sep2022
24 months ago Sjoerd Mullender Propagate sortedness info to parent bat. Sep2022
24 months ago Sjoerd Mullender Merge with Jul2021 branch. Jan2022
24 months ago Sjoerd Mullender Closing branch after having been merged into default. simplify_scenario
24 months ago Sjoerd Mullender Merged simplify_scenario into default.
24 months ago Sjoerd Mullender If a bat is (reverse) sorted, use this to find min/max value. Sep2022
24 months ago Lucas Pereira minjarowinklerjoin sig, not working properly. further testing needed. plus some other bits txtsim
24 months ago Sjoerd Mullender Implemented adaptive window height in internal pager. Sep2022
24 months ago Sjoerd Mullender Improvements to mclient's internal pager. Sep2022
24 months ago Lucas Pereira maxlevenshteinjoin plus funs addition to scripts txtsim
24 months ago Niels Nes pass detected values from cvs_relation to cvs_load via sname, tname, colnames and coltypes. parquet
24 months ago Niels Nes for now use void * as types (stmt and backend) are only known at the backend level. parquet
24 months ago Niels Nes add csv loading v0.01 parquet
24 months ago Lucas Pereira Add comments back and approve the signatures txtsim
24 months ago Niels Nes merged with default txtsim
24 months ago Niels Nes more order-based aggrs could use pre sorting step
24 months ago Niels Nes merged with default txtsim
24 months ago Niels Nes add support for tsi_fraq_sec intervals in timestampadd (odbc escapes)
24 months ago Niels Nes merged
24 months ago Niels Nes small fixes for odbc_interval handling
24 months ago Niels Nes merged with default txtsim
24 months ago Niels Nes approved test output txtsim
24 months ago Niels Nes approved windows output
24 months ago Lucas Pereira Merge heads txtsim
24 months ago Lucas Pereira Improvements + new bat funs txtsim
24 months ago Lucas Pereira Make functions part of the system txtsim
24 months ago Niels Nes add physical optimization step, when we have quantiles (over the full column) add order by
24 months ago Niels Nes use 2019 compiler
24 months ago Niels Nes small compilation fix txtsim
24 months ago Niels Nes it seems windows doesn't like strcpy, use direct assignment instead
24 months ago Niels Nes merged with default simplify_scenario
24 months ago Aris Koning merge with logger-fix Sep2022
2023-04-13 Martin van Dinther Enhanced SQLTables() by adding support for table type names: 'BASE TABLE', 'GLOBAL TEMPORARY' and 'LOCAL TEMPORARY' in parameter TableType.
2023-04-13 Martin van Dinther Add utility function retrieveDiagMsg() to retrieve a warning or error msg and normalizes the ODBC Driver version numbers in the msg.
2023-04-13 Lucas Pereira endsWith select and join tests txtsim
2023-04-13 Lucas Pereira startsWith select and join tests txtsim
2023-04-13 Lucas Pereira select and join tests for containsjoin op txtsim
2023-04-13 Lucas Pereira str_icontains returns True if found, versus prev str_cmp which would return 0 txtsim
2023-04-13 Martin van Dinther Extend ODBCtester with calls to SQLColAttribute().
2023-04-13 Lucas Pereira Move functions to proper module(batstr.c to str.c) txtsim
2023-04-13 Lucas Pereira Merge heads txtsim
2023-04-13 Lucas Pereira Needs to be str module and not batstr for custom join ops txtsim
2023-04-13 Aris Koning fix performance bug: use latest end instead of current flusher's end logger-fix
2023-04-12 Niels Nes merged with default simplify_scenario
2023-04-12 Niels Nes merged with default txtsim
2023-04-12 Niels Nes merged with Sep2022
2023-04-12 Niels Nes need to have the lock (else we do a double unlock)
2023-04-12 Niels Nes case to know int size
2023-04-12 Niels Nes merged with Sep2022 logger-fix
2023-04-12 Niels Nes fixed issue with unnest of project only freevar (outer references) Sep2022
2023-04-12 Lucas Pereira Anounce the ops txtsim
2023-04-12 Lucas Pereira Merge heads. txtsim
2023-04-12 Lucas Pereira More testing of batstr txtsim
2023-04-11 Lucas Pereira Typo fix + if improvements. txtsim
2023-04-12 Niels Nes windows compilation fixes (no strcasestr, but we needed utf8casestr anyway) txtsim
2023-04-12 Niels Nes merged with default simplify_scenario