|
7724cabdcc
|
removed commented code
|
2024-05-04 00:57:21 +02:00 |
|
|
419af7bfea
|
data-cursor.go: reset and clean operations return (bool,error)
|
2024-05-04 00:37:31 +02:00 |
|
|
52fb398cd8
|
data-cursor.go: deep changes to better handle the data-source
|
2024-05-01 05:59:54 +02:00 |
|
|
aa66d07caa
|
Iterators now support generic operation interface based on methods HasOperation() and CallOperation().
Also fixed mul() function that called doAdd() instead of doMul().
|
2024-04-28 06:45:39 +02:00 |
|
|
2ccbdb2254
|
Fixed Clean() and added error message when calling optional missing functions
|
2024-04-28 04:41:43 +02:00 |
|
|
354cb79580
|
data-cursor.go: added Reset() e Clean() functions
|
2024-04-27 22:31:14 +02:00 |
|
|
361b84f31f
|
moved the exportVar() and exportFunc() functions from data-cursor.go to context-helpers.go
|
2024-04-27 06:16:11 +02:00 |
|
|
894b1884eb
|
temporary
|
2024-04-26 21:03:22 +02:00 |
|
|
2ab896bbac
|
the dataCursor struct has been moved fro operand-iterator.go to the new file data-cursor.go
|
2024-04-26 08:01:35 +02:00 |
|