log

age author description
10 months ago Niels Nes closing branch odbc-tls
10 months ago Niels Nes merged with default label
10 months ago Niels Nes fixed lookup of count expression label
10 months ago Sjoerd Mullender Add script to create charwidth table.
10 months ago stefanos mavros Merges other head
10 months ago stefanos mavros Adds some reader empathy in mtest
10 months ago Yunus Koning Fixes #7522
10 months ago Sjoerd Mullender Fix comment.
10 months ago Sjoerd Mullender Fixed list of wide character code points.
10 months ago Niels Nes some more cleanup and fixes for the new labeling label
10 months ago stefanos mavros Fixes crash: ->r needs to be NULL from munion to project op conversion balanced_union
10 months ago Yunus Koning fix and test bug #7521
10 months ago Joeri van Ruth Merge 'odbc-tls' into 'default'
10 months ago Yunus Koning fix upgrade record check
10 months ago Yunus Koning missing/wrong column record check
10 months ago Yunus Koning missing internal store administration for check column check
10 months ago Yunus Koning approve test output check
10 months ago Yunus Koning fix memory leak check
10 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
10 months ago Martin van Dinther Improve windows setup dialog. odbc-tls
10 months ago Niels Nes we allow for table input on table functions label
10 months ago Niels Nes only reference when needed. label
10 months ago stefanos mavros Prune munion members only if it's not ref balanced_union
10 months ago Niels Nes create label branch, ie better expression uniques label
10 months ago Yunus Koning approve new upgrade test output check
10 months ago Yunus Koning add upgrade code for additional key types check
10 months ago Yunus Koning clean up memory management check
10 months ago Yunus Koning get rid of duplicate definition check
10 months ago Niels Nes use private lock (not global store lock) in objectset Dec2023
10 months ago Yunus Koning merge with default check
10 months ago Yunus Koning enable ALTER TABLE ... ADD CONSTRAINT ... CHECK ... statements check
10 months ago Joeri van Ruth Fix memory leak in msettings_clone() odbc-tls
10 months ago Sjoerd Mullender Remove some superfluous locking and an incorrect unlock. Dec2023
10 months ago Niels Nes small compilation issue (ie start a block with {}, if you need local variables in a switch case label) odbc-tls
10 months ago Joeri van Ruth Add ChangeLog.odbc-tls odbc-tls
10 months ago Joeri van Ruth Split attr_setting suggest_values into separate option strings odbc-tls
10 months ago Joeri van Ruth Move attr_settings to their own file odbc-tls
10 months ago Joeri van Ruth Fix uninitialized use odbc-tls
10 months ago Joeri van Ruth Reset msettings on SQLDisconnect odbc-tls
10 months ago Joeri van Ruth Add msettings_reset function odbc-tls
10 months ago Joeri van Ruth Send ODBC errors to stdout odbc-tls
10 months ago Joeri van Ruth Tweak abort condition odbc-tls
10 months ago Joeri van Ruth Do not clear errors in SQLBrowseConnect odbc-tls
10 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
10 months ago Sjoerd Mullender Check whether search string is NULL.
10 months ago Niels Nes merged with default odbc-tls
10 months ago Niels Nes add missing wtypes for windows odbc-tls
10 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
11 months ago Sjoerd Mullender Compiler doesn't know we're only formatting an unsigned short value. Dec2023
11 months ago Joeri van Ruth Merge upstream changes odbc-tls
11 months ago Joeri van Ruth Approve new msettings exports odbc-tls
11 months ago Joeri van Ruth Remove uid, pwd, host, port, dbname from ODBCDbc odbc-tls
11 months ago Joeri van Ruth Properly maintain the dsn field odbc-tls
11 months ago Joeri van Ruth Implement SQLBrowseConnect odbc-tls
11 months ago Joeri van Ruth Add MP__MAX constant to msettings.h odbc-tls
11 months ago Joeri van Ruth Merge upstream changes into ODBC refactoring odbc-tls
11 months ago Joeri van Ruth OBCGetKeyAttr destroys both string and count odbc-tls
11 months ago Joeri van Ruth Separate with ";", not "; " odbc-tls
11 months ago Joeri van Ruth Make connection string keys uppercase odbc-tls
11 months ago Joeri van Ruth Add driverconnect sample odbc-tls
11 months ago Joeri van Ruth fixup odbcbrowse odbc-tls
11 months ago Joeri van Ruth ServerName can be null in SQLConnect odbc-tls
11 months ago Joeri van Ruth Convert SQLDriverConnect odbc-tls
11 months ago Joeri van Ruth allow_alt_name odbc-tls
11 months ago Joeri van Ruth Extract MNDBConnectSettings odbc-tls
11 months ago Joeri van Ruth Move all odbc parameters into msettings odbc-tls
11 months ago Joeri van Ruth Add MP_MAPTOLONGVARCHAR to msettings odbc-tls
11 months ago Joeri van Ruth Add MP_LOGFILE setting odbc-tls
11 months ago Joeri van Ruth unix_sock_name_buffer can be NULL odbc-tls
11 months ago Joeri van Ruth Introduce setODBCdebug to simplify code odbc-tls
11 months ago Joeri van Ruth Turn ODBCLOG into a static inline function odbc-tls
11 months ago Joeri van Ruth Add a test program for SQLBrowseConnect odbc-tls
11 months ago Sjoerd Mullender Approve tests.
11 months ago Sjoerd Mullender Don't make output BAT too large.
11 months ago Sjoerd Mullender Don't shadow variable.
11 months ago Martin van Dinther Update changelog on new sys.generate_series(first date, "limit" date, stepsize interval month/day) functions
11 months ago Martin van Dinther Add small comment odbc-tls
11 months ago Martin van Dinther Extend ODBC Data Source config dialog with new connection options. odbc-tls