log

age author description
2023-04-18 Sjoerd Mullender Closing branch after having been merged into default. txtsim
2023-04-18 Sjoerd Mullender Merged txtsim into default.
2023-04-18 Sjoerd Mullender Merge with Sep2022 branch.
2023-04-18 Sjoerd Mullender Merge with Jan2022 branch. Sep2022
2023-04-18 Sjoerd Mullender Add a workaround for editor tags producing programs. Sep2022
2023-04-18 Sjoerd Mullender Propagate sortedness info to parent bat. Sep2022
2023-04-18 Sjoerd Mullender Merge with Jul2021 branch. Jan2022
2023-04-18 Sjoerd Mullender Closing branch after having been merged into default. simplify_scenario
2023-04-18 Sjoerd Mullender Merged simplify_scenario into default.
2023-04-17 Sjoerd Mullender If a bat is (reverse) sorted, use this to find min/max value. Sep2022
2023-04-17 Lucas Pereira minjarowinklerjoin sig, not working properly. further testing needed. plus some other bits txtsim
2023-04-17 Sjoerd Mullender Implemented adaptive window height in internal pager. Sep2022
2023-04-16 Sjoerd Mullender Improvements to mclient's internal pager. Sep2022
2023-04-16 Lucas Pereira maxlevenshteinjoin plus funs addition to scripts txtsim
2023-04-16 Niels Nes pass detected values from cvs_relation to cvs_load via sname, tname, colnames and coltypes. parquet
2023-04-16 Niels Nes for now use void * as types (stmt and backend) are only known at the backend level. parquet
2023-04-16 Niels Nes add csv loading v0.01 parquet
2023-04-15 Lucas Pereira Add comments back and approve the signatures txtsim
2023-04-15 Niels Nes merged with default txtsim
2023-04-15 Niels Nes more order-based aggrs could use pre sorting step
2023-04-15 Niels Nes merged with default txtsim
2023-04-15 Niels Nes add support for tsi_fraq_sec intervals in timestampadd (odbc escapes)
2023-04-15 Niels Nes merged
2023-04-15 Niels Nes small fixes for odbc_interval handling
2023-04-15 Niels Nes merged with default txtsim
2023-04-15 Niels Nes approved test output txtsim
2023-04-15 Niels Nes approved windows output
2023-04-15 Lucas Pereira Merge heads txtsim
2023-04-15 Lucas Pereira Improvements + new bat funs txtsim
2023-04-14 Lucas Pereira Make functions part of the system txtsim
2023-04-14 Niels Nes add physical optimization step, when we have quantiles (over the full column) add order by
2023-04-14 Niels Nes use 2019 compiler
2023-04-14 Niels Nes small compilation fix txtsim
2023-04-14 Niels Nes it seems windows doesn't like strcpy, use direct assignment instead
2023-04-14 Niels Nes merged with default simplify_scenario
2023-04-13 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