log

age author description
10 months ago Sjoerd Mullender Don't call sys.check_constraint on older servers. Aug2024
10 months ago Lucas Pereira Don't enforce single value BAT. Take the first row always for icase flag. Fix #7540. Aug2024
10 months ago Niels Nes merged with default nilmask
10 months ago Lucas Pereira Merge with Aug2024
10 months ago Lucas Pereira Merge with Dec2023 Aug2024
10 months ago Lucas Pereira Add test for #7537 Dec2023
10 months ago Lucas Pereira Graft changeset 91425:e1cf401e08b1 Dec2023
10 months ago Niels Nes small steps towards unsigned types nilmask
10 months ago Niels Nes fixed issue #7539, ie properly test on results of left and right relations. Aug2024
10 months ago Niels Nes fixed issue #7538, ie only reduce cast (ie reduce scale handling) if the type has a scale Aug2024
10 months ago Lucas Pereira Bring back schema versioning. Fixes #7537. Aug2024
10 months ago Joeri van Ruth Extend MAX_MEMORY to accept strings of the form '10MiB', '10G', etc. Aug2024
10 months ago Joeri van Ruth Python 3.6 doesn't support subprocess.Popen(capture_output=) Aug2024
10 months ago Joeri van Ruth Remove fancy type signature Aug2024
10 months ago Niels Nes fall back to type STRING on only NULL's Aug2024
10 months ago Niels Nes merged with dec2023 Aug2024
10 months ago Niels Nes small cleanup/comment added Dec2023
10 months ago Niels Nes add direct interface for table vacuum
10 months ago Niels Nes add missing sql interfaces
10 months ago Niels Nes introduced vacuum_tab/vacuum_col for variable size data types
10 months ago stefanos mavros When breaking list of exps with single entry don't ident the closing bracket
10 months ago stefanos mavros Implements break for expressions list (by default is off)
10 months ago Joeri van Ruth Add tests for client_{info,application,remark} properties Aug2024
10 months ago Joeri van Ruth Use raw string to suppress Python warning Aug2024
10 months ago Joeri van Ruth odbc: Map InvalidCredentialsException to SQLSTATE 28000 Aug2024
10 months ago Joeri van Ruth Add test for SQLConnect/DriverConnect/BrowseConnect Aug2024
10 months ago Joeri van Ruth Make odbcconnect flags more straightforward Aug2024
10 months ago Joeri van Ruth ODBCtester.SQL.sh does not need to create odbc.ini Aug2024
10 months ago Joeri van Ruth Run a dummy server if the cryptography module cannot be found Aug2024
10 months ago Joeri van Ruth Don't write certs to TSTTRGDIR, it may not exist yet Aug2024
10 months ago Joeri van Ruth Move odbcconnect from clients/odbc/samples to clients/odbc/tests Aug2024
10 months ago Joeri van Ruth Move TLSTesterClient from tlssecurity,py to testing/tlstester.py Aug2024
10 months ago Joeri van Ruth Use Mtest's TLSTester to test JDBC TLS Aug2024
10 months ago Joeri van Ruth Incorporate TLSTester in Mtest.py Aug2024
10 months ago Joeri van Ruth Move tlstester to testing/ directory Aug2024
10 months ago Joeri van Ruth Add list drivers and list dns's to odbcconnect Aug2024
10 months ago Joeri van Ruth Simplify mclient flush test Aug2024
10 months ago Joeri van Ruth Add test for clientinfo Aug2024
10 months ago Joeri van Ruth Remove debugging leftover Aug2024
10 months ago Joeri van Ruth mclient: close redirected output stream before exiting Aug2024
10 months ago Niels Nes merged with aug2024
10 months ago Niels Nes fixed bug in is_distinct. Later we need to fix the implementation on the mal layer. Aug2024
10 months ago stefanos mavros Merges Aug2024
10 months ago stefanos mavros Exit if there is an error in example_proxy test Aug2024
10 months ago stefanos mavros Fixes RTREEdestroy flow for monetdbe Aug2024
10 months ago Sjoerd Mullender Approve information schema changes.
10 months ago Niels Nes also set the estimate of the unique values in mat.pack
10 months ago Niels Nes one more cast
10 months ago Niels Nes some compilation fixes for windows
10 months ago Niels Nes propagate the tunique_est a bit more and use this in append (strings). When we know only a limited number of
10 months ago Niels Nes small improvements to the nil-mask. nilmask
10 months ago Sjoerd Mullender New upgrade code. Aug2024
10 months ago Niels Nes merged with default nilmask
10 months ago Niels Nes merged with aug2024
10 months ago Niels Nes add test for issue #7535 Aug2024
10 months ago Niels Nes merged with aug2024
10 months ago Niels Nes backport or/and handling and added brackets for nested infix operators in exp2sql. Aug2024
10 months ago Niels Nes reduce error statement to just error code! Because bison changes the order a bit Aug2024
10 months ago Niels Nes merged with aug2024
10 months ago Niels Nes fixing the push_up_munion, ie on anti join convert into inter (binary chained) Aug2024