log

age author description
2015-06-19 Foteini Alvanaki Added tag independent_dimensions for changeset 32892a74935e arrays
2015-06-18 Foteini Alvanaki subjoin when having two dimensions arrays independent_dimensions
2015-06-17 Foteini Alvanaki the position of a value in the indices of a dimension can be found using divisions, arrays
2015-06-17 Foteini Alvanaki the files that contain the code for the arrays! arrays
2015-06-17 Foteini Alvanaki set array property when casting from int arrays
2015-06-16 Foteini Alvanaki fixed bug in dimension group avg arrays
2015-06-15 Foteini Alvanaki moved arrays code in own files minimising as much as possible including it in code that arrays
2015-06-12 Foteini Alvanaki removed some comments arrays
2015-06-10 Foteini Alvanaki fixed some bugs arrays
2015-06-10 Foteini Alvanaki min and max for dimension arrays
2015-06-05 Foteini Alvanaki drop ranges where droping an array arrays
2015-06-05 Foteini Alvanaki fixed count for dimensions arrays
2015-06-04 Foteini Alvanaki check existance of s before using arrays
2015-06-03 Foteini Alvanaki avg aggregates handles groups expressed as arrayBAT arrays
2015-06-03 Foteini Alvanaki groups over single dimensions are a dimensionBAT with min=0, max=elementsNum, step=1 arrays
2015-06-03 Foteini Alvanaki materialisation of dimensions is performed in export_result andnot before arrays
2015-06-03 Foteini Alvanaki and some more assertions to ifs arrays
2015-06-03 Foteini Alvanaki more assertions changed to if checks arrays
2015-06-03 Foteini Alvanaki grouping over a dimensionBAT arrays
2015-06-03 Foteini Alvanaki assertion to if check arrays
2015-06-03 Foteini Alvanaki dimensionBATelementsNum function arrays
2015-06-02 Foteini Alvanaki delay materialisation a bit more: when a single bat in batcalc functions arrays
2015-06-02 Foteini Alvanaki 1. materialising dimensions before adding/subtracting etc arrays
2015-06-01 Foteini Alvanaki fixed bug: if there is not selection on a non-dimensional column it is not an error arrays
2015-06-01 Foteini Alvanaki merge with default arrays
2015-06-01 Foteini Alvanaki handling queries with tunion (e.g. select * from a where v=0 OR v=2) arrays
2015-06-01 Foteini Alvanaki creating mbr array when queries like arrays
2015-05-28 Foteini Alvanaki moved code around. arrays
2015-05-28 Foteini Alvanaki updating the values of a cell are now possible by filtering the dimensions arrays
2015-05-26 Foteini Alvanaki store the real max value of a dimension and not the one inserted by the user arrays
2015-05-26 Foteini Alvanaki fixed bug,update twod set v=2 where x=1; works now arrays
2015-05-22 Foteini Alvanaki combining range selections on dimensions (e.g. x<4 and x>2) arrays
2015-05-22 Foteini Alvanaki handling inequalities on dimensions. arrays
2015-05-22 Foteini Alvanaki fixed bug in BATdimensionProject arrays
2015-05-22 Foteini Alvanaki fixed bugs in dimensionisation of a dimension projection arrays
2015-05-22 Foteini Alvanaki projecting a dimension should result in a new dimension, arrays
2015-05-21 Foteini Alvanaki selection a single dimensional column filtering non-dimensional column arrays
2015-05-13 Foteini Alvanaki distinguish between selections after filtering on dimensional and non-dimensional columns arrays
2015-05-13 Foteini Alvanaki subselect/project on dimensions finds the bounding box of the result. arrays
2015-05-12 Foteini Alvanaki materialise dimension before output arrays
2015-05-11 Foteini Alvanaki changing multiple values at once arrays
2015-05-08 Foteini Alvanaki fixed 2 bugs: counting the number of elements when tpe is float and filling default values when it is string arrays
2015-05-08 Foteini Alvanaki fixed bug when carrying the default value along with the non-dimensional column arrays
2015-05-08 Foteini Alvanaki we do not need to carry the default value arrays
2015-05-07 Foteini Alvanaki handling not-equal case, e.g. select * from array where x<>9 arrays
2015-05-07 Foteini Alvanaki fixed bug, don't check default values if no array is gived arrays
2015-05-06 Foteini Alvanaki merge with default arrays
2015-05-05 Foteini Alvanaki updating array by setting the value of a specific cell arrays
2015-04-29 Foteini Alvanaki point selection on dimensions: Using min, max,step and repeat (no materialisation is needed) arrays
2015-04-28 Foteini Alvanaki handling str arrays
2015-04-23 Foteini Alvanaki handling default values provided by the users for non-dimensional columns arrays
2015-04-22 Foteini Alvanaki non-dimensional columns are not filled at creation time with nulls. arrays
2015-04-21 Foteini Alvanaki non-dimensional column is filled with default value. arrays
2015-04-20 Foteini Alvanaki selecting the dimensions returns correct valuaes (it needed to set seqbase) arrays
2015-04-20 Foteini Alvanaki number of cells stored in sql_table arrays
2015-04-20 Foteini Alvanaki added missing double quotes arrays
2015-04-17 Foteini Alvanaki dimensions are materialised before showing the results. arrays
2015-04-14 Foteini Alvanaki arrays are loaded during startup arrays
2015-04-14 Foteini Alvanaki min, max,step, default all made atoms. arrays
2015-04-14 Foteini Alvanaki checking whether the values for the ranges can be cast to the type arrays