log

age author description
Mon, 09 Nov 2020 09:14:14 +0100 Pedro Ferreira Closing window-tunning branch once merged into default window-tunning
Mon, 09 Nov 2020 09:13:32 +0100 Pedro Ferreira Merged window-tunning into default
Mon, 09 Nov 2020 09:06:36 +0100 Pedro Ferreira Starting the week with subqueries with wrong errors and crashing :( Oct2020
Sun, 08 Nov 2020 10:36:18 +0100 Pedro Ferreira Use a smaller number, so just one of the overflows will be triggered, thus making the test deterministic window-tunning
Fri, 06 Nov 2020 18:46:37 +0100 Pedro Ferreira Make test future proof scoping2
Fri, 06 Nov 2020 10:14:03 +0100 Aris Koning Fixing decimals: Jun2020-decimals
Fri, 06 Nov 2020 18:29:10 +0100 Pedro Ferreira Merged with default scoping2
Fri, 06 Nov 2020 18:24:25 +0100 Pedro Ferreira Merged with default window-tunning
Fri, 06 Nov 2020 18:23:06 +0100 Pedro Ferreira Merged with Oct2020
Fri, 06 Nov 2020 18:14:34 +0100 Pedro Ferreira Declared tables don't have schema Oct2020
Fri, 06 Nov 2020 18:03:25 +0100 Pedro Ferreira Use scoping function to find variable scoping2
Fri, 06 Nov 2020 17:48:32 +0100 Pedro Ferreira Updated table/view scoping function. Use the table's schema to find the output schema. Approved outputs scoping2
Fri, 06 Nov 2020 16:39:44 +0100 Pedro Ferreira The 'rename' alter statements were not following the scoping branch rules, and I approved a test accidentally Oct2020
Fri, 06 Nov 2020 16:09:57 +0100 Pedro Ferreira Approved tests with new outputs according to scoping rules scoping2
Fri, 06 Nov 2020 15:44:03 +0100 Sjoerd Mullender Merge with Oct2020 branch.
Fri, 06 Nov 2020 15:33:00 +0100 Sjoerd Mullender Early bail out in case of error. This also fixes a memory leak if multiple errors. Oct2020
Fri, 06 Nov 2020 15:23:16 +0100 Pedro Ferreira Approving new error messages scoping2
Fri, 06 Nov 2020 14:36:41 +0100 Pedro Ferreira Cleaning my mess and throw better error messages scoping2
Fri, 06 Nov 2020 12:53:34 +0100 Pedro Ferreira Added missing ERR_NOTFOUND error codes scoping2
Fri, 06 Nov 2020 12:45:58 +0100 Pedro Ferreira Input schema is just solely for tables. Clean up search functions scoping2
Fri, 06 Nov 2020 11:40:43 +0100 Pedro Ferreira Binding sql functions according to scoping rules. Some leftover cleanup is needed, as well test approvals scoping2
Fri, 06 Nov 2020 11:23:16 +0100 Sjoerd Mullender Fix Windows ODBC driver so that it can get installed. Oct2020
Fri, 06 Nov 2020 09:04:56 +0100 svetlin auto mode in Mconvert mtest
Thu, 05 Nov 2020 18:19:34 +0100 svetlin benchmark moa mtest
Thu, 05 Nov 2020 18:18:16 +0100 svetlin fix mtest
Thu, 05 Nov 2020 15:39:34 +0100 svetlin merge mtest
Thu, 05 Nov 2020 15:37:38 +0100 svetlin rename mtest
Thu, 05 Nov 2020 15:28:40 +0100 Mitchell Weggemans merge heads mtest
Thu, 05 Nov 2020 15:27:30 +0100 Mitchell Weggemans add tests for scoping mtest
Thu, 05 Nov 2020 14:58:11 +0100 svetlin merge with default mtest
Thu, 05 Nov 2020 14:51:30 +0100 svetlin merge heads mtest
Thu, 05 Nov 2020 14:43:21 +0100 svetlin deal with copy from stdin, fix arno mtest
Thu, 05 Nov 2020 09:46:21 +0100 svetlin staging mtest
Wed, 04 Nov 2020 13:50:34 +0100 svetlin add options5 in ctx mtest
Thu, 05 Nov 2020 14:44:04 +0100 Mitchell Weggemans add tests for bugs mtest
Thu, 05 Nov 2020 13:32:10 +0100 Mitchell Weggemans add tests for mapi mtest
Wed, 04 Nov 2020 20:23:02 +0100 Aris Koning Stricter decimal parsing. Jun2020-decimals
Wed, 04 Nov 2020 17:44:51 +0100 Pedro Ferreira Removed old comment window-tunning
Wed, 04 Nov 2020 17:43:07 +0100 Pedro Ferreira Use cheaper comparisons window-tunning
Wed, 04 Nov 2020 17:36:10 +0100 Pedro Ferreira Use default initializers window-tunning
Wed, 04 Nov 2020 16:35:13 +0100 Pedro Ferreira Move search_object_on_path macro to header file, so it can be used elsewhere in the SQL layer. I need it to search for functions at sql_types scoping2
Wed, 04 Nov 2020 15:53:32 +0100 Pedro Ferreira Merged with default window-tunning
Wed, 04 Nov 2020 15:27:17 +0100 Pedro Ferreira Merged with default scoping2
Wed, 04 Nov 2020 14:23:25 +0100 Mitchell Weggemans merge heads mtest
Tue, 03 Nov 2020 13:35:26 +0100 Mitchell Weggemans add tests for quantiles mtest
Tue, 03 Nov 2020 13:32:25 +0100 Mitchell Weggemans add tests for scripts mtest
Tue, 03 Nov 2020 13:11:22 +0100 Mitchell Weggemans add tests for scanner mtest
Wed, 04 Nov 2020 14:11:41 +0100 Pedro Ferreira Merged with Oct2020
Wed, 04 Nov 2020 14:00:10 +0100 Pedro Ferreira For average general case, use the iterative approach from the beginning, so it won't never overflow. Later we could attempt to inline ADD_WITH_CHECK macro so it can use the cheaper route from the beginning, ie sum/n, but this requires a bigger cleanup window-tunning
Wed, 04 Nov 2020 12:40:23 +0100 Pedro Ferreira If a query hasn't finished yet, don't show the start time on the 'finished' field, better go with null Oct2020
Wed, 04 Nov 2020 11:45:00 +0100 svetlin benchmark arno mtest
Wed, 04 Nov 2020 11:43:01 +0100 svetlin squash test folder into one test mtest
Wed, 04 Nov 2020 11:28:43 +0100 Pedro Ferreira Updated test outputs Oct2020
Wed, 04 Nov 2020 10:11:12 +0100 Pedro Ferreira Updated test error outputs according to pymonetdb 1.4.0 Oct2020
Wed, 04 Nov 2020 08:53:26 +0100 Sjoerd Mullender Loose the quotes. MT_LOCK_INITIALIZER needs a token now. unlock
Tue, 03 Nov 2020 17:52:05 +0100 Pedro Ferreira Merged with default window-tunning
Tue, 03 Nov 2020 17:47:06 +0100 Pedro Ferreira Reduce code explosion window-tunning
Tue, 03 Nov 2020 17:28:25 +0100 Pedro Ferreira Cleanup, my previous thought was incorrent. On 32-bit it's possible to have arrays with indexes larger than the int type window-tunning
Tue, 03 Nov 2020 17:26:47 +0100 Sjoerd Mullender Merge with default branch. unlock
Tue, 03 Nov 2020 17:20:40 +0100 Sjoerd Mullender Moved pragma _InterlockedCompareExchangePointer out of the way of the Intel compiler.