2017-08-02 |
Niels Nes |
added some more variations of sql_mul
Jul2017
|
2017-08-02 |
Niels Nes |
fix crash on missing function
Jul2017
|
2017-08-02 |
Niels Nes |
fixed for bug 6343, ie handle passing stack variables
Jul2017
|
2017-08-02 |
Pedro Ferreira |
Added constraints in the SQL catalog for dropping and altering stream tables. A streaming table can only be dropped when there are no continuous queries running on it. Cannot add or drop columns to a stream table because of linking issues that I am checking.
trails
|
2017-08-02 |
Panagiotis Koutsourakis |
Merge with Jul2017
|
2017-08-02 |
Panagiotis Koutsourakis |
Fix a bug in the reading of the properties file
Jul2017
|
2017-08-02 |
Pedro Ferreira |
Shut down Timetrails scheduler and free the Petri-net while mserver shuts down as well
trails
|
2017-08-01 |
Sjoerd Mullender |
Added some ChangeLog messages.
|
2017-08-01 |
Sjoerd Mullender |
The MAPI library now deals with the SQLSTATE code.
|
2017-08-01 |
Pedro Ferreira |
Fixed some backend validations for continuous procedures
trails
|
2017-08-01 |
Sjoerd Mullender |
Approvals.
|
2017-08-01 |
Sjoerd Mullender |
Approve upgrade output.
|
2017-08-01 |
Sjoerd Mullender |
Only remove exception decoration for SQL; approve output.
|
2017-07-31 |
Sjoerd Mullender |
Approve error messages.
|
2017-07-31 |
Sjoerd Mullender |
Reinstate quotes in error message.
|
2017-07-31 |
Sjoerd Mullender |
Don't send exception decoration to client, just like before.
|
2017-07-31 |
Sjoerd Mullender |
Update check for avoiding double SQL states.
|
2017-07-31 |
Sjoerd Mullender |
It's SQLSTATE, not SQLTYPE.
|
2017-07-31 |
Sjoerd Mullender |
Use code 38000 for mis-aligned columns.
|
2017-07-31 |
Pedro Ferreira |
More defensive lines. Don't allow to remove a procedure if it has a call registered in the Petri-net
trails
|
2017-07-31 |
Sjoerd Mullender |
Always produce exactly one SQL state code in errors from the parser.
|
2017-07-31 |
Sjoerd Mullender |
Layout.
|
2017-07-31 |
Pedro Ferreira |
The scheduler MAL client will create two files in the dbpath for the stdout and stdin. Some defensive lines also added
trails
|
2017-07-31 |
Sjoerd Mullender |
Consistently use sql state HY001 for allocation failure (MAL_MALLOC_FAIL).
|
2017-07-31 |
Martin Kersten |
Approve output
|
2017-07-31 |
Sjoerd Mullender |
Introduce macro SQLSTATE() that turns its argument into a sql state string.
|
2017-07-31 |
Panagiotis Koutsourakis |
Approve output
data-vaults
|
2017-07-31 |
Panagiotis Koutsourakis |
Merge with default
data-vaults
|
2017-07-31 |
Sjoerd Mullender |
Closing branch: it was merged into the default branch.
malerrors
|
2017-07-31 |
Sjoerd Mullender |
Merging in the malerrors branch.
|
2017-07-31 |
Niels Nes |
approved output
malerrors
|
2017-07-31 |
Pedro Ferreira |
Adjusted parameters in the tests according to the changes
trails
|
2017-07-31 |
Sjoerd Mullender |
Let Python expand environment variable.
Jul2017
|
2017-07-31 |
Sjoerd Mullender |
Fix call to getAddress.
malerrors
|
2017-07-30 |
Martin Kersten |
A few fixes and approvals
trails
|
2017-07-30 |
Niels Nes |
approved output
malerrors
|
2017-07-30 |
Niels Nes |
merged with default
malerrors
|
2017-07-30 |
Niels Nes |
merged with default
malerrors
|
2017-07-30 |
Niels Nes |
small fixes
|
2017-07-29 |
Niels Nes |
activate test
|
2017-07-29 |
Niels Nes |
approved output
|
2017-07-29 |
Niels Nes |
merged with Jul2017
|
2017-07-29 |
Niels Nes |
remove leftover forward define
Jul2017
|
2017-07-29 |
Martin Kersten |
Test approvals.
trails
|
2017-07-28 |
Martin Kersten |
Test file fore test 6381
|
2017-07-28 |
Niels Nes |
approved output (we don't support deletes on merge tables)
Jul2017
|
2017-07-28 |
Niels Nes |
fixed bug 6374, ie clear cached statistics on analyze call
Jul2017
|
2017-07-28 |
Niels Nes |
add test for bug 6174
Jul2017
|
2017-07-28 |
Niels Nes |
create nspace when needed
Jul2017
|
2017-07-28 |
Niels Nes |
fixed bug 6348, only rename non constant expressions
Jul2017
|
2017-07-28 |
Pedro Ferreira |
Added alter statements for streaming tables (window and stride), e.g ALTER STREAM TABLE qname SET WINDOW 99 That's everything required in the SQL layer for now.
trails
|
2017-07-28 |
Panagiotis Koutsourakis |
Merge with default
data-vaults
|
2017-07-28 |
Panagiotis Koutsourakis |
Approve output
data-vaults
|
2017-07-28 |
Panagiotis Koutsourakis |
Merge with default
data-vaults
|
2017-07-28 |
Panagiotis Koutsourakis |
Approve stethoscope help test
|
2017-07-28 |
Pedro Ferreira |
Added stream table parameters at time of their creation ( CREATE STREAM TABLE qname ... SET WINDOW intval STRIDE intval ) The window and stride parameters are then used in the baskets during continuous queries. Still there is a lot of debugging to be done.
trails
|
2017-07-28 |
Niels Nes |
fixes for bug 6379
Jul2017
|
2017-07-28 |
Niels Nes |
fixes for bug 6353, ie handle NULL in rel_read better
Jul2017
|
2017-07-28 |
Niels Nes |
fixed problem in rel_read, now we also set the type of
Jul2017
|
2017-07-27 |
Sjoerd Mullender |
Update knowledge about double width glyphs in Unicode.
Jul2017
|