2020-03-13 |
Pedro Ferreira |
Added subquery tests on cross-products
|
2020-03-13 |
Pedro Ferreira |
Approved output
|
2020-03-13 |
Niels Nes |
merged with default
pushdown
|
2020-03-13 |
Niels Nes |
make sure we handle single value projections again
pushdown
|
2020-03-13 |
Niels Nes |
merged
|
2020-03-13 |
Niels Nes |
do not convert floats into intervals
|
2020-03-13 |
Pedro Ferreira |
Hold store lock while creating and destroying sql session
|
2020-03-13 |
Pedro Ferreira |
Fixed strncasecmp test. The script I added before tested for the existence of stpcpy instead of strncasecmp.
|
2020-03-13 |
Niels Nes |
merged with default
timezone
|
2020-03-13 |
Niels Nes |
merged with default
pushdown
|
2020-03-13 |
Niels Nes |
also handle delayed selection
pushdown
|
2020-03-13 |
Pedro Ferreira |
Confused how are going to deal conversions between floating-points and intervals. I'm going to leave the test, so we can later decide how are going to fix the MAL error
|
2020-03-13 |
Pedro Ferreira |
Use order by clause for consistent ordering of results
|
2020-03-12 |
Pedro Ferreira |
Merged with default
trails
|
2020-03-12 |
Pedro Ferreira |
Disallow multiple assignments to the same column on a single insert statement
|
2020-03-12 |
Pedro Ferreira |
Don't add hidden parameters to window function total parameter count
|
2020-03-12 |
Pedro Ferreira |
Ntile creates an additional expression on the syntax tree, look for the partition expression in the next one
|
2020-03-12 |
Sjoerd Mullender |
Typo: the well-known city is called Sydney, not Sidney.
linear-hashing
|
2020-03-12 |
Sjoerd Mullender |
Merge with default branch.
timezone
|
2020-03-12 |
Sjoerd Mullender |
Merge with default branch.
pushdown
|
2020-03-12 |
Sjoerd Mullender |
Merge with linear-hashing branch.
|
2020-03-12 |
Sjoerd Mullender |
Fix merge.
linear-hashing
|
2020-03-12 |
Sjoerd Mullender |
Merge with linear-hashing branch.
|
2020-03-12 |
Sjoerd Mullender |
Merge with Nov2019 branch.
linear-hashing
|
2020-03-12 |
Sjoerd Mullender |
Compare to the correct value (nil).
Nov2019
|
2020-03-12 |
Niels Nes |
don't reuse the st_alias but create a new one
pushdown
|
2020-03-12 |
Pedro Ferreira |
Added missing flag, so test no longer crashes
|
2020-03-12 |
Pedro Ferreira |
Update statement crashing :(
|
2020-03-12 |
Pedro Ferreira |
Merged with linear-hashing
|
2020-03-12 |
Pedro Ferreira |
Merged with Nov2019
linear-hashing
|
2020-03-12 |
Pedro Ferreira |
Compilation fix and cleanup
|
2020-03-11 |
Niels Nes |
merged
pushdown
|
2020-03-11 |
Sjoerd Mullender |
Changed calculation of new BAT size during join.
linear-hashing
|
2020-03-11 |
Martin van Dinther |
Test some possible sys utility functions
Nov2019
|
2020-03-11 |
Pedro Ferreira |
Approved output
|
2020-03-11 |
Pedro Ferreira |
Disallow multiple assignments on the same column on the same update. Also test for table update privileges on every case.
|
2020-03-11 |
Panagiotis Koutsourakis |
Merge with default
atom_strings
|
2020-03-11 |
Niels Nes |
merged
pushdown
|
2020-03-11 |
Niels Nes |
handle multivalue update statements with subqueries with cardinality problems
|
2020-03-11 |
Pedro Ferreira |
Simplify
|
2020-03-11 |
Martin van Dinther |
Add test to test MySQL/MariaDB specific data type mediumint.
Nov2019
|
2020-03-11 |
Pedro Ferreira |
If the right side of update set has more columns than the left side, throw the error
|
2020-03-11 |
Niels Nes |
merged
pushdown
|
2020-03-11 |
Niels Nes |
fixed cardinality problems with updates/inserts
|
2020-03-11 |
Sjoerd Mullender |
Modernized initialization.
linear-hashing
|
2020-03-11 |
Pedro Ferreira |
Disallow creating aggregates and functions with the same name, schema and parameters simultaneously. That would lead to ambiguous calls
|
2020-03-11 |
Sjoerd Mullender |
Merge with Nov2019 branch.
linear-hashing
|
2020-03-11 |
Aris Koning |
Save work in progress.
out2in
|
2020-03-05 |
Aris Koning |
Add semantics flag for functions.
out2in
|
2020-03-03 |
Aris Koning |
'is not' is apparently 'semantics' + 'cmp_equal' + 'anti'.
out2in
|
2020-03-11 |
Pedro Ferreira |
Approved test output, ie cannot create system tables on readonly mode
|
2020-03-11 |
Aris Koning |
Fix testweb compilation and add pound sign to debug messages.
mosaic
|
2020-03-10 |
Aris Koning |
Get rid of lock wrapper.
mosaic
|
2020-03-11 |
Sjoerd Mullender |
Added support for SQL_LONGVARCHAR, SQL_CHAR and SQL_VARCHAR in SQLGetTypeInfo.
Nov2019
|
2020-03-11 |
Pedro Ferreira |
Removed unused macros
|
2020-03-11 |
Pedro Ferreira |
Updates with wrong results
|
2020-03-11 |
Niels Nes |
merged
pushdown
|
2020-03-11 |
Niels Nes |
fixed proper use of nested aggregation
|
2020-03-11 |
Pedro Ferreira |
Approved output
|
2020-03-11 |
Pedro Ferreira |
Defensive lines
|