log

age author description
11 months ago Martin van Dinther During install, make sure the default created Sytem DSN has set the mandatory attrs: AutoCommit and TLS to the correct default values. odbc-tls
11 months ago Martin van Dinther Improve windows setup dialog. odbc-tls
11 months ago Niels Nes we allow for table input on table functions label
11 months ago Niels Nes only reference when needed. label
11 months ago stefanos mavros Prune munion members only if it's not ref balanced_union
11 months ago Niels Nes create label branch, ie better expression uniques label
11 months ago Yunus Koning approve new upgrade test output check
11 months ago Yunus Koning add upgrade code for additional key types check
11 months ago Yunus Koning clean up memory management check
11 months ago Yunus Koning get rid of duplicate definition check
11 months ago Niels Nes use private lock (not global store lock) in objectset Dec2023
11 months ago Yunus Koning merge with default check
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.