2022-07-29 |
Aris Koning |
Close this branch
imdbairperf
|
2022-07-29 |
Sjoerd Mullender |
Merge with Jan2022 branch.
|
2022-07-29 |
Sjoerd Mullender |
Merge with Jul2021 branch.
Jan2022
|
2022-07-29 |
Sjoerd Mullender |
Don't leak errors from debug code.
Jul2021
|
2022-07-28 |
Sjoerd Mullender |
Merge with Jul2021 branch.
Jan2022
|
2022-07-28 |
Sjoerd Mullender |
When destroying a bat, make sure there are no remnants in the BACKUP directory.
Jul2021
|
2022-07-28 |
Aris Koning |
Merge with Jan2022.
smart-merge-jan22
|
2022-07-28 |
Aris Koning |
Always reset session's transaction to parent when child is destroyed.
Jan2022
|
2022-07-28 |
Aris Koning |
Remove nop assignment.
Jan2022
|
2022-07-28 |
Sjoerd Mullender |
Changelog blurb.
Jul2021
|
2022-07-28 |
Sjoerd Mullender |
Merge with Jan2022 branch.
|
2022-07-28 |
Sjoerd Mullender |
Merge with Jul2021 branch.
Jan2022
|
2022-07-28 |
Sjoerd Mullender |
Merge with Jul2021 branch.
Jan2022
|
2022-07-28 |
Sjoerd Mullender |
Turn BBPlogno and BBPtransid into atomics.
Jul2021
|
2022-07-27 |
Sjoerd Mullender |
A bit of cleanup: don't do double work, but add a few settings of dirty flag.
Jul2021
|
2022-07-28 |
Sjoerd Mullender |
Set the correct field to 0.
Jul2021
|
2022-07-27 |
Martin van Dinther |
When setting a warning we must also return SQL_SUCCESS_WITH_INFO.
|
2022-07-27 |
Martin van Dinther |
Implement SQLGetDiagField() for DiagIdentifier = SQL_DIAG_MESSAGE_TEXT. Also improved code and synced it with SQLGetDiagRec() logic.
|
2022-07-27 |
Martin van Dinther |
When entering a password in Windows ODBC Data Source Configuration dialog, show it as asterisks.
|
2022-07-27 |
Martin van Dinther |
Initialize ptr to fix compilation error.
|
2022-07-27 |
Sjoerd Mullender |
When we load an empty bat, we can (and should) ignore any content in the theap.
Jul2021
|
2022-07-27 |
Martin van Dinther |
Only malloc a new buffer if a positive length is specified.
|
2022-07-27 |
Martin van Dinther |
We do allow setting SQL_ATTR_LOGIN_TIMEOUT to value 0.
|
2022-07-27 |
Martin van Dinther |
Rename internal argument name from catalog to dbname.
|
2022-07-27 |
Sjoerd Mullender |
Refactor BBP.dir reading code. Use a function to read a single line.
Jul2021
|
2022-07-27 |
Aris Koning |
Merge with Jan2022.
smart-merge-jan22
|
2022-07-27 |
Aris Koning |
Undo changeset 52cba3e788de:
smart-merge-jan22
|
2022-07-27 |
Aris Koning |
Use GDKfree.
smart-merge-jan22
|
2022-07-26 |
Aris Koning |
Use GDKmalloc.
smart-merge-jan22
|
2022-07-26 |
Aris Koning |
Implement early exit in merge_segments.
smart-merge-jan22
|
2022-07-26 |
Aris Koning |
Remove committing transaction from remaining actives.
smart-merge-jan22
|
2022-07-26 |
Aris Koning |
Reformat code a bit.
smart-merge-jan22
|
2022-07-26 |
Sjoerd Mullender |
Branch userprofile was merged into default.
userprofile
|
2022-07-26 |
Sjoerd Mullender |
Merge userprofile into default.
|
2022-07-26 |
Sjoerd Mullender |
Plug a hole.
|
2022-07-26 |
Aris Koning |
Initialize array outside of loop.
smart-merge-jan22
|
2022-07-26 |
Aris Koning |
Remove my redundant GDKmalloc.
smart-merge-jan22
|
2022-07-26 |
Aris Koning |
store_get_active is static function.
smart-merge-jan22
|
2022-07-26 |
Aris Koning |
Simplify commit API signature: remove redundant latest.
smart-merge-jan22
|
2022-07-26 |
Sjoerd Mullender |
Fix return type: don't squeeze an oid into an int.
userprofile
|
2022-07-25 |
nuno-faria |
Merge
select-window-pushdown
|
2022-07-25 |
nuno-faria |
Add select window pushdown support for 'like' filters
select-window-pushdown
|
2022-07-25 |
Sjoerd Mullender |
void functions do not return values.
userprofile
|
2022-07-22 |
Sjoerd Mullender |
Merge with default branch.
userprofile
|
2022-07-22 |
Sjoerd Mullender |
Small updates to README file.
Jan2022
|
2022-07-22 |
Sjoerd Mullender |
Remove commented code and tests.
userprofile
|
2022-07-21 |
Sjoerd Mullender |
Merge with default branch.
userprofile
|
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
|