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.
|
2018-11-22 |
Sjoerd Mullender |
Removed superfluous line.
|
2018-11-22 |
Panagiotis Koutsourakis |
Fix compilation error
data-vaults
|
2018-11-22 |
Panagiotis Koutsourakis |
Merge with default
data-vaults
|
2018-11-01 |
Panagiotis Koutsourakis |
Merge with default keeping the deleted vault directory
data-vaults
|
2018-11-19 |
Sjoerd Mullender |
Convert SQL strings to internal format early on, i.e. when parsing.
|
2018-11-19 |
Sjoerd Mullender |
Implemented a `bool external' argument to the string-to-atom methods.
|
2018-11-12 |
Sjoerd Mullender |
Implemented a `bool external' argument to the atom-to-string methods.
|
2018-11-21 |
Sjoerd Mullender |
In database dump, record both client and server version/revision.
|
2018-11-21 |
Pedro Ferreira |
Added failing test for merge statements with merge tables.
merge-statements
|
2018-11-21 |
Sjoerd Mullender |
Merge with Aug2018 branch.
|
2018-11-21 |
Sjoerd Mullender |
Approve test.
|
2018-11-21 |
Sjoerd Mullender |
Fix potential leak.
Aug2018
|
2018-11-21 |
Sjoerd Mullender |
Approve test output after changeset c9dabcee68e0.
Aug2018
|
2018-11-21 |
Sjoerd Mullender |
On bigger systems, use more locks to reduce contention among BATs.
Aug2018
|
2018-11-21 |
Sjoerd Mullender |
Two small fixes to fix bug 6661.
Aug2018
|
2018-11-21 |
Sjoerd Mullender |
Fixes/improvements to debug code and to comments.
Aug2018
|
2018-11-21 |
Pedro Ferreira |
Defensive line.
|
2018-11-21 |
Pedro Ferreira |
Drop sequence at the end of the test.
Aug2018
|
2018-11-20 |
Pedro Ferreira |
Merge with Aug2018 branch.
|
2018-11-20 |
Pedro Ferreira |
Fix for failing seq-default test (i.e. check out for errors from function calls).
Aug2018
|
2018-11-20 |
Pedro Ferreira |
Check for strdup failure.
Aug2018
|
2018-11-20 |
Pedro Ferreira |
Fix for bug 6651. Label expressions for in's right relation, so the rel_optimizer doesn't get confused.
Aug2018
|
2018-11-19 |
Pedro Ferreira |
Check for non-existing tables and updated error messages.
merge-statements
|
2018-11-19 |
Sjoerd Mullender |
Let the server do the work.
Aug2018
|
2018-11-19 |
Sjoerd Mullender |
Merge with Aug2018 branch.
|
2018-11-19 |
Sjoerd Mullender |
Approved after changeset 37b537a7ad60 in monetdb-java.
Aug2018
|
2018-11-19 |
Sjoerd Mullender |
Merge with Aug2018 branch.
|
2018-11-19 |
Sjoerd Mullender |
Fix arguments to functions created during upgrade.
Aug2018
|
2018-11-19 |
Pedro Ferreira |
Updated mclient help.
merge-statements
|
2018-11-19 |
Pedro Ferreira |
Cleaned up join plans generation. Also fixed no match case where the inserted rows should reflect on the source relation instead of the target table.
merge-statements
|
2018-11-16 |
Pedro Ferreira |
Fix for bug 6650. After compiling a table returning function, set missing parameter types in m_prepare emode.
Aug2018
|
2018-11-16 |
Aris Koning |
FIX warnings with 32 bit WIN VSC: use different format strings.
config_rss
|
2018-11-15 |
Aris Koning |
Merge with default.
mosaic
|
2018-11-16 |
Pedro Ferreira |
Approve new error messages.
Aug2018
|
2018-11-15 |
Martin van Dinther |
Added more queries to analyse the problem and finds some workarounds (see query 8 and 9):
Aug2018
|
2018-11-15 |
Martin van Dinther |
Correcting desired error output. Also adding some clarifying comments for the 3 query variants.
Aug2018
|
2018-11-15 |
Pedro Ferreira |
Added test and fixes for bug 6660 (i.e check if user has a role before granting it). The same happens for revoking. A role is revoked only when the user has it.
Aug2018
|
2018-11-15 |
Panagiotis Koutsourakis |
Profiler JSON objects now carry version information
|
2018-11-15 |
Pedro Ferreira |
We won't be supporting sub-queries inside insert statements inside merge statements for now, as a non-standard feature.
merge-statements
|
2018-11-15 |
Sjoerd Mullender |
Don't overdo things.
|
2018-11-15 |
Panagiotis Koutsourakis |
Add support for git-remote-hg and git when printing the version
|
2018-11-15 |
Sjoerd Mullender |
Merge with Aug2018 branch.
|
2018-11-15 |
Sjoerd Mullender |
Make it easier for a call to process.client to specify the server.
Aug2018
|
2018-11-15 |
Sjoerd Mullender |
Try to load the dump of a database and check that it is correct.
Aug2018
|
2018-11-15 |
Sjoerd Mullender |
Use .startswith() instead of slicing.
Aug2018
|