log

age author description
2018-11-29 Aris Koning Fix test output. mosaic
2018-11-29 Aris Koning Fix ancient Mercurial merge bug: mosaic
2018-11-29 Aris Koning Fix counting bug. mosaic
2018-11-29 Aris Koning Fix compiler error. mosaic
2018-11-29 Aris Koning Do proper checks on possible nil values. mosaic
2018-11-27 Aris Koning Use the actual size of a MosaicBlk struct. mosaic
2018-11-29 Pedro Ferreira Added missing sqlids.
2018-11-29 Pedro Ferreira Compilation fix. Aug2018
2018-11-28 Pedro Ferreira Another attempt for strptime implementation for Windows and bug 6626. Aug2018
2018-11-28 Pedro Ferreira Don't print two error messages. Aug2018
2018-11-28 Pedro Ferreira Use the proper type while referencing SQL object ids. It should be sqlid instead of int. For dependencies types use sht instead of short.
2018-11-28 Sjoerd Mullender Approve upgrades.
2018-11-28 Sjoerd Mullender Approve after changeset 7c996e9de955.
2018-11-28 Sjoerd Mullender Remove superfluous line.
2018-11-28 Sjoerd Mullender Approved after merging analytics branch.
2018-11-27 Pedro Ferreira When setting the schema of a table, copy available sql keys and indexes as well. merge-statements
2018-11-27 Aris Koning Add lifecycle calls for mosaic indices. mosaic
2018-11-27 Aris Koning Fix stable test output. mosaic
2018-11-26 Aris Koning Approve test. mosaic
2018-11-26 Aris Koning Approve tests. mosaic
2018-11-26 Aris Koning Approve test. mosaic
2018-11-26 Aris Koning Approve test. mosaic
2018-11-26 Aris Koning Approve test result. mosaic
2018-11-26 Aris Koning Approve tests. mosaic
2018-11-26 Aris Koning Approve test. mosaic
2018-11-26 Aris Koning Approve tests. mosaic
2018-11-26 Aris Koning Approve tests. mosaic
2018-11-26 Aris Koning The moasaic optimizer is put into a separate optimizer pipeline. mosaic
2018-11-26 Aris Koning Approve test. mosaic
2018-11-26 Aris Koning Approve tests. mosaic
2018-11-26 Aris Koning Approve test. mosaic
2018-11-26 Aris Koning Recover sql-mosaic functions in sql.mal. mosaic
2018-11-23 Aris Koning Approve test. mosaic
2018-11-23 Aris Koning Remove typo. mosaic
2018-11-23 Aris Koning Merge with default. mosaic
2018-11-22 Aris Koning Fix some test outputs. mosaic
2018-11-27 Pedro Ferreira Merge with default branch merge-statements
2018-11-26 Pedro Ferreira Updated changelog and fixed typo.
2018-11-26 Pedro Ferreira Merged with analytics branch.
2018-11-26 Pedro Ferreira Fix for lag and lead analytical functions calls where the 3rd argument must have the same type as the 1st argument. analytics
2018-11-26 Sjoerd Mullender Ordering of output.
2018-11-27 Sjoerd Mullender More E'...' strings and fixes for recent changes.
2018-11-26 Sjoerd Mullender Use E'...' escaped strings for strings with backslashes.
2018-11-23 Pedro Ferreira Merge with default. analytics
2018-11-23 Pedro Ferreira Updated mhelp and test. merge-statements
2018-11-23 Pedro Ferreira Merge with default merge-statements
2018-11-23 Pedro Ferreira Added alter schema of table statement, by re-creating the table in the new schema. merge-statements
2018-11-23 Sjoerd Mullender Typo.
2018-11-23 Sjoerd Mullender Sorted and checked list of non-reserved words.
2018-11-23 Sjoerd Mullender Implemented X'...' '...'... binary string literals.
2018-11-23 Sjoerd Mullender Implemented Unicode character string literals and Unicode delimited identifiers.
2018-11-23 Sjoerd Mullender Use new E'...' strings to specify delimiters for COPY INTO in dump.
2018-11-23 Sjoerd Mullender SQL blobs are allowed to have whitespace in their string representation.
2018-11-23 Sjoerd Mullender Implemented PostrgreSQL-like string constants with C-style escapes.
2018-11-23 Sjoerd Mullender Use '' to get a single ' into a '-delimited string. Do not use \' for that.
2018-11-23 Sjoerd Mullender Use '' to get a single ' into a '-delimited string. Do not use \' for that.
2018-11-23 Sjoerd Mullender Add a cast.
2018-11-22 Martin van Dinther Extend computation of atom width also for other variable size types besides char strings
2018-11-22 Pedro Ferreira Small progress to fix nested SQL queries with empty results. Aug2018
2018-11-22 Sjoerd Mullender Fix for \u sequence.