log

age author description
11 months ago Yunus Koning enable ALTER TABLE ... ADD CONSTRAINT ... CHECK ... statements check
11 months ago Joeri van Ruth Fix memory leak in msettings_clone() odbc-tls
11 months ago Sjoerd Mullender Remove some superfluous locking and an incorrect unlock. Dec2023
11 months ago Niels Nes small compilation issue (ie start a block with {}, if you need local variables in a switch case label) odbc-tls
11 months ago Joeri van Ruth Add ChangeLog.odbc-tls odbc-tls
11 months ago Joeri van Ruth Split attr_setting suggest_values into separate option strings odbc-tls
11 months ago Joeri van Ruth Move attr_settings to their own file odbc-tls
11 months ago Joeri van Ruth Fix uninitialized use odbc-tls
11 months ago Joeri van Ruth Reset msettings on SQLDisconnect odbc-tls
11 months ago Joeri van Ruth Add msettings_reset function odbc-tls
11 months ago Joeri van Ruth Send ODBC errors to stdout odbc-tls
11 months ago Joeri van Ruth Tweak abort condition odbc-tls
11 months ago Joeri van Ruth Do not clear errors in SQLBrowseConnect odbc-tls
11 months ago Joeri van Ruth More valgrind odbc-tls
11 months ago Joeri van Ruth Valgrind odbc-tls
11 months ago Joeri van Ruth Minor tweaks odbc-tls
11 months ago Sjoerd Mullender Check whether search string is NULL.
11 months ago Niels Nes merged with default odbc-tls
11 months ago Niels Nes add missing wtypes for windows odbc-tls
11 months ago Martin van Dinther Extend dialog with 3 more setup options: Description, Login timeout, Reply timeout. odbc-tls
11 months ago Niels Nes trigger build odbc-tls
11 months ago Yunus Koning merge with default check
11 months ago Yunus Koning allow ALTER TABLE ... ADD COLUMN ... CHECK statements check
11 months ago Sjoerd Mullender Add a cast for CentOS 7.
11 months ago Sjoerd Mullender Updated asciify tables, added script to generate them.
11 months ago Niels Nes try to fix compilation issue on bufsize (int vs size_t) odbc-tls
11 months ago Niels Nes it seems setsockopt on windows needs char*, while descent systems have void * odbc-tls
11 months ago Yunus Koning merge with default check
11 months ago Yunus Koning approve new test output check
11 months ago Yunus Koning generate proper free check constraint name check
11 months ago Yunus Koning remove obsolet missing feature test check
11 months ago Yunus Koning fix copy/paste bug check
11 months ago Yunus Koning aprove tests check
11 months ago Joeri van Ruth Approve exports odbc-tls
11 months ago Joeri van Ruth Use ODBC attr names in ODBC errors odbc-tls
11 months ago Joeri van Ruth Get rid of sql_attr_connection_timeout odbc-tls
11 months ago Joeri van Ruth Add timeout settings to connect string odbc-tls
11 months ago Joeri van Ruth Add error handling to get_serverinfo odbc-tls
11 months ago Joeri van Ruth Obey MP_CONNECT_TIMEOUT and MP_REPLY_TIMEOUT in libmapi odbc-tls
11 months ago Joeri van Ruth Add MP_CONNECT_TIMEOUT and MP_REPLY_TIMEOUT to msettings odbc-tls
11 months ago Joeri van Ruth Merge 'default' into 'odbc-tls' odbc-tls
11 months ago Sjoerd Mullender Add script to create case conversion tables.
11 months ago Sjoerd Mullender Merge with Dec2023 branch.
11 months ago Sjoerd Mullender Refuse to start if geom incompatibility found + option to start anyway. Dec2023
11 months ago Yunus Koning bat_logger upgrade code: add _columns.check column check
11 months ago Yunus Koning add new catalog version check
11 months ago Yunus Koning merge with default check
11 months ago Sjoerd Mullender Rename re_* functions to avoid conflicts with regex.h.
11 months ago Sjoerd Mullender Don't duplicate entries in sql_dcatalog. Dec2023
11 months ago stefanos mavros Fixes errors in join_push_down_munion implementation balanced_union
11 months ago Yunus Koning merge with default check
11 months ago Joeri van Ruth Silence some warnings, but is it safe? odbc-tls
11 months ago Niels Nes solved issue #7514, handle window function with more than 2 arguments
11 months ago Yunus Koning merge with default check
11 months ago Yunus Koning disallow arbitrary subqueries in CHECK constraints check
11 months ago Sjoerd Mullender Merge with Dec2023 branch.
11 months ago Joeri van Ruth Merge 'odbcbrowse' and 'odbcdriverconnect' utilities into 'odbcconnect' odbc-tls
11 months ago Joeri van Ruth Make sure the right settings are in the right place at the right time odbc-tls
11 months ago Joeri van Ruth Do not set default values for user and password odbc-tls
11 months ago Sjoerd Mullender UNLOGGED tables do have to be logged when they are dropped. Dec2023