log

age author description
Wed, 15 Jun 2022 10:45:14 +0200 Sjoerd Mullender Close files. Mostly in case of (rare) error, but also when reinitializing log file. Jul2021
Wed, 15 Jun 2022 10:40:06 +0200 Sjoerd Mullender Don't kill already dead server; kill inherited server. Jul2021
Mon, 13 Jun 2022 17:47:37 +0200 svetlin callback maze userprofile
Fri, 10 Jun 2022 15:52:28 +0200 Sjoerd Mullender Rearranged code a little.
Fri, 10 Jun 2022 15:51:53 +0200 Sjoerd Mullender Changelog blurb. Jan2022
Fri, 10 Jun 2022 15:51:04 +0200 Sjoerd Mullender Reduce data races. Jul2021
Fri, 10 Jun 2022 14:13:25 +0200 Sjoerd Mullender Fix call: values is an array or NULL.
Thu, 09 Jun 2022 18:25:43 +0200 Sjoerd Mullender Fixed sscanf format string for TAILCHK debug flag.
Thu, 09 Jun 2022 17:18:46 +0200 Martin van Dinther For SQLForeignKeys() corrected the output of columns UPDATE_RULE and DELETE_RULE. These columns used to always return 3 (= SQL_NO_ACTION) but now they will report the action codes as specified in the FOREIGN KEY CONSTRAINT.
Thu, 09 Jun 2022 12:48:00 +0200 svetlin merge with default userprofile
Wed, 08 Jun 2022 17:24:56 +0200 Sjoerd Mullender Merge with Jan2022 branch.
Wed, 08 Jun 2022 17:08:41 +0200 Sjoerd Mullender Remove now unnecessary lock. Jan2022
Wed, 08 Jun 2022 18:04:03 +0300 Panagiotis Koutsourakis Merge heads Jan2022
Wed, 08 Jun 2022 18:01:54 +0300 Panagiotis Koutsourakis No need to add /usr/include to the required includes Jan2022
Wed, 08 Jun 2022 16:42:31 +0200 Sjoerd Mullender Merge with Jul2021 branch. Jan2022
Wed, 08 Jun 2022 16:11:18 +0200 Sjoerd Mullender Fix some data races. Jul2021
Wed, 08 Jun 2022 15:38:25 +0200 Sjoerd Mullender Do not use batDirtyflushed bit. Jul2021
Wed, 08 Jun 2022 15:16:09 +0200 Sjoerd Mullender Do not use batDirtydesc bit. Jul2021
Wed, 08 Jun 2022 16:35:39 +0200 Sjoerd Mullender Suppress conflict warnings from bison. Jan2022
Tue, 07 Jun 2022 22:42:49 +0200 Sjoerd Mullender Removed VIEWunlink.
Wed, 08 Jun 2022 11:25:25 +0200 Sjoerd Mullender Merge with Jan2022 branch.
Wed, 08 Jun 2022 11:24:22 +0200 Sjoerd Mullender Merge with Jul2021 branch. Jan2022
Wed, 08 Jun 2022 11:23:25 +0200 Sjoerd Mullender Rearrange code, add missing bat_iterator_end. Jul2021
Wed, 08 Jun 2022 10:24:05 +0200 Sjoerd Mullender Merge with Jan2022 branch.
Wed, 08 Jun 2022 09:59:06 +0200 Sjoerd Mullender Merge with Jul2021 branch. Jan2022
Tue, 07 Jun 2022 18:59:59 +0200 Sjoerd Mullender Improved locking. Jul2021
Tue, 07 Jun 2022 22:47:42 +0200 Sjoerd Mullender Fix heap referencing leak. Jan2022
Tue, 07 Jun 2022 14:58:04 +0200 Sjoerd Mullender Removed function BATundo and the batDirtyflushed field in the BAT descriptor.
Fri, 03 Jun 2022 12:48:32 +0200 Sjoerd Mullender Allow a list of potential error messages in tests using assertFailed. Jan2022
Fri, 03 Jun 2022 12:48:32 +0200 Sjoerd Mullender Allow a list of potential error messages in tests using assertFailed.
Fri, 03 Jun 2022 12:39:25 +0200 Sjoerd Mullender Allow ON CLIENT in scripts using sqltest module.
Fri, 03 Jun 2022 10:52:55 +0200 Sjoerd Mullender Add const.
Fri, 03 Jun 2022 10:52:10 +0200 Sjoerd Mullender No need to change argument string + be consistent.
Fri, 03 Jun 2022 10:28:47 +0200 Sjoerd Mullender Allow ON CLIENT in .test(.in) scripts by using an "UnsafeDirectoryHandler".
Fri, 03 Jun 2022 09:56:56 +0200 Sjoerd Mullender Add another cast.
Fri, 03 Jun 2022 09:23:26 +0200 Sjoerd Mullender Add a cast.
Thu, 02 Jun 2022 14:43:40 +0200 Sjoerd Mullender Merge with Jan2022 branch.
Thu, 02 Jun 2022 20:12:58 +0200 Martin van Dinther Fixed issue in function SQLProcedureColumns(). When the argument ColumnName was not empty it generated an invalid SQL query which failed with error: SELECT: no such column 'c.name'. This has been resolved.
Thu, 02 Jun 2022 15:40:54 +0200 Martin van Dinther Extend odbc metadata test program to test tables created in odbctst schema, call SQLTables() with different parameters, call SQLColumns().
Thu, 02 Jun 2022 15:02:21 +0200 Sjoerd Mullender openssl was updated on Windows. Jul2021
Thu, 02 Jun 2022 14:39:27 +0200 Sjoerd Mullender Removed batDirtydesc bit.
Thu, 02 Jun 2022 15:36:04 +0300 Panagiotis Koutsourakis Close strimps_update branch after merge strimps_update
Thu, 02 Jun 2022 15:33:45 +0300 Panagiotis Koutsourakis Merge strimps_update into default
Thu, 02 Jun 2022 15:32:28 +0300 Panagiotis Koutsourakis Approve test strimps_update
Thu, 02 Jun 2022 15:31:20 +0300 Panagiotis Koutsourakis Update changelog strimps_update
Thu, 02 Jun 2022 15:22:55 +0300 Panagiotis Koutsourakis Merge with default strimps_update
Thu, 02 Jun 2022 13:51:27 +0200 Sjoerd Mullender Merge with Jul2021 branch. Jan2022
Thu, 02 Jun 2022 13:46:20 +0200 Sjoerd Mullender Test dumping another GRANT statement. Jan2022
Thu, 02 Jun 2022 13:21:27 +0200 Martin van Dinther Fixed implementation of SQLGetInfo(hdbc, SQL_MAX_DRIVER_CONNECTIONS, ...). It used to always return a value of 64. Now it returns the MonetDB server value.
Thu, 02 Jun 2022 13:14:53 +0200 Sjoerd Mullender Implemented dumping of global grants (i.e. COPY INTO and COPY FROM). Jan2022
Thu, 02 Jun 2022 13:14:21 +0200 Sjoerd Mullender Let the server do more of the work. Jan2022
Thu, 02 Jun 2022 11:04:13 +0200 Sjoerd Mullender Fix some bat leaks. Jan2022
Thu, 02 Jun 2022 10:51:34 +0200 Aris Koning Refactor/improve some EOF checks. Jan2022
Thu, 02 Jun 2022 10:13:21 +0200 Aris Koning Add more checks for end of file (EOF) in scanner/lexer implementation. Jan2022
Thu, 02 Jun 2022 10:10:49 +0200 Aris Koning Add test for Bug-7298. Jan2022
Thu, 02 Jun 2022 09:53:13 +0200 Aris Koning In MclientTestResult, also parse errors when reading from fdin. Jan2022
Wed, 01 Jun 2022 16:46:55 +0200 stefanos mavros Adds early bailout in case of same SRID Transform geo-update
Wed, 01 Jun 2022 15:45:35 +0200 Bernardo Mota First implementation for ST_MakeLine aggregate geo-update
Wed, 01 Jun 2022 13:16:44 +0200 Sjoerd Mullender Keep BBPSYNCING flag for the duration of BBPsync. Jul2021
Wed, 01 Jun 2022 13:15:01 +0200 Sjoerd Mullender In case of error, don't cause a crash. Jul2021