5 weeks ago |
Sjoerd Mullender |
Removed superfluous code.
Aug2024
|
5 weeks ago |
Sjoerd Mullender |
Indicate what failed.
Aug2024
|
5 weeks ago |
Sjoerd Mullender |
Set heap size when we're done writing.
Aug2024
|
6 weeks ago |
Sjoerd Mullender |
Make sure uuid code is actually reachable.
Aug2024
|
6 weeks ago |
Sjoerd Mullender |
Don't convert variables too soon in .test.in files.
Aug2024
|
5 weeks ago |
Sjoerd Mullender |
Convert backslash to slash so that DESTINATION only sees slashes.
Aug2024
|
5 weeks ago |
Sjoerd Mullender |
rl_message takes a printf format string + arguments.
Aug2024
|
5 weeks ago |
Martin van Dinther |
Add tests for numeric datatypes (integers, floats and decimals)
Mar2025
|
5 weeks ago |
stefanos mavros |
Splits jdocs test into two tests (one for direct and one for wrapped list)
nested
|
5 weeks ago |
stefanos mavros |
Fix automatic drop type call order
nested
|
5 weeks ago |
Sjoerd Mullender |
Some fixes to Debian packaging.
Mar2025
|
5 weeks ago |
Sjoerd Mullender |
Approve last-minute change.
Mar2025
|
5 weeks ago |
Sjoerd Mullender |
Merge with Mar2025 branch.
|
5 weeks ago |
Sjoerd Mullender |
Convert backslash to slash so that DESTINATION only sees slashes.
Mar2025
|
5 weeks ago |
Sjoerd Mullender |
Change utf8towchar/wchartoutf8 to utf8toutf16/utf16toutf8.
Mar2025
|
5 weeks ago |
Martin van Dinther |
Add support for reading HUGEINT values when connected via the ODBC driver to a MonetDB server. This required that we call SQLGetTypeInfo(stmt, SQL_HUGEINT) first.
Mar2025
|
5 weeks ago |
Martin van Dinther |
Adapt tests
Mar2025
|
5 weeks ago |
Martin van Dinther |
Correcting some queries
Mar2025
|
5 weeks ago |
Martin van Dinther |
Revert using utf8towchar(). It is not working as expected.
Mar2025
|
5 weeks ago |
Martin van Dinther |
Implement reading decimals. Also now using WCHAR functions for SQLDriverConnect and SQLExecDirect.
Mar2025
|
5 weeks ago |
Niels Nes |
add aggregate example
nested
|
5 weeks ago |
Niels Nes |
initial support for none dense list offsets
nested
|
5 weeks ago |
Sjoerd Mullender |
Merge with Mar2025 branch.
|
5 weeks ago |
Sjoerd Mullender |
Backward compatibility: use sqlite_master instead of sqlite_schema.
Mar2025
|
5 weeks ago |
Niels Nes |
use correct type
nested
|
5 weeks ago |
Niels Nes |
reset_intern for extracted columns
nested
|
5 weeks ago |
Sjoerd Mullender |
Merge with Mar2025 branch.
|
5 weeks ago |
Sjoerd Mullender |
Use a macro to translate tokens to the tracer name space.
Mar2025
|
5 weeks ago |
Sjoerd Mullender |
Fix exports output.
Mar2025
|
5 weeks ago |
Sjoerd Mullender |
Update exports test.
Mar2025
|
5 weeks ago |
Sjoerd Mullender |
Created new shared library libmutils.
Mar2025
|
5 weeks ago |
svetlin |
q3 bluesky now runs
nested
|
5 weeks ago |
Niels Nes |
approved/changed one more (no longer) crashing test.
nested
|
5 weeks ago |
Niels Nes |
no longer crashes
nested
|
5 weeks ago |
Niels Nes |
improved unnest handling, passing the unnest expression via an relational properly
nested
|
5 weeks ago |
Niels Nes |
small compilation fix
nested
|
5 weeks ago |
Sjoerd Mullender |
Declare and *initialize* variable before goto to label that uses it.
Mar2025
|
5 weeks ago |
Niels Nes |
add some crude max allowed file size for json loader
nested
|
5 weeks ago |
Niels Nes |
improved the type setting for basetable objects
nested
|
6 weeks ago |
Sjoerd Mullender |
Make funtions utf8towchar and wchartoutf8 available on all platforms.
Mar2025
|
6 weeks ago |
Martin van Dinther |
Change tests
Mar2025
|
6 weeks ago |
stefanos mavros |
Changes to fix unnest code
nested
|
6 weeks ago |
svetlin |
merge upstream
resource_management
|
6 weeks ago |
svetlin |
customize allocator constructor with blk size and clean up
resource_management
|
6 weeks ago |
svetlin |
merge with default
resource_management
|
6 weeks ago |
Sjoerd Mullender |
More tracer cleanup.
Mar2025
|
6 weeks ago |
Sjoerd Mullender |
Fix after tracer cleanup.
Mar2025
|
6 weeks ago |
Sjoerd Mullender |
Added new tracer component LOADER to be used by the protocol loader modules.
Mar2025
|
6 weeks ago |
Sjoerd Mullender |
Tracer cleanup.
Mar2025
|
6 weeks ago |
Martin van Dinther |
Replace mtype = map_rescol_mtype(dataType, columnSize); into battype = getBatType(getArgType(mb, pci, col));
Mar2025
|
6 weeks ago |
stefanos mavros |
Fixes the drop type order in webclicks test
nested
|
6 weeks ago |
stefanos mavros |
Adds dependency creation to type objects
nested
|
6 weeks ago |
svetlin |
merge default
nested
|
6 weeks ago |
svetlin |
clean up custom types as well after each test
|
6 weeks ago |
Sjoerd Mullender |
Use our own ODBC driver through the driver manager for testing.
Mar2025
|
6 weeks ago |
Martin van Dinther |
small improvements
Mar2025
|
6 weeks ago |
Martin van Dinther |
Optimize code for SQL_FLOAT col type.
Mar2025
|
6 weeks ago |
Martin van Dinther |
Added info on new proto_loader(string uri) function.
Mar2025
|
6 weeks ago |
Martin van Dinther |
Introduce a struct to keep col meta data. This is needed to improve the way col data is bind and fetched and converted to the expected bat type for that result column.
Mar2025
|
6 weeks ago |
Niels Nes |
renumber columns
nested
|