Pekka Enberg
f2ecebc357
Rename RowResult to StepResult
...
The name "row result" is confusing because it really *is* a result from
a step() call. The only difference is how a row is represented as we
return from VDBE or from a statement.
Therefore, rename RowResult to StepResult.
2024-12-27 10:20:41 +02:00
jussisaurio
fa5ca68eec
Add multi-row insert to simulator
2024-12-25 21:14:55 +02:00
Pere Diaz Bou
aed14117c9
core: transaction support
2024-12-24 18:04:30 +01:00
Pekka Enberg
13f229020e
simulator: Use "mod.rs" for module top-level files
...
Let's use "mod.rs" for the module top-level file as we do in the rest of
the Limbo codebase for consistency.
2024-12-21 09:50:23 +02:00
alpaylan
8f8b97d54b
add the missing rowresult variant
2024-12-20 12:27:54 -05:00
alpaylan
d2723b777b
update table create probability, print interactions as info logs
2024-12-20 12:18:03 -05:00
alpaylan
b355568023
use ticks as the main simulator driver, handle disconnects correctly, add multi-connection setup
2024-12-19 23:40:04 -05:00
alpaylan
cb20ca7e40
fix formatting
2024-12-18 17:10:18 -05:00
alpaylan
39b5dbed55
change gen.range based queries into frequency and one_of calls
2024-12-18 17:09:44 -05:00
alpaylan
66e7a4edec
fix formatting
2024-12-17 18:30:55 -05:00
alpaylan
7d4d803a13
implement interaction plans
2024-12-17 18:24:39 -05:00
alpaylan
53ecedaceb
fix formatting
2024-12-16 10:49:56 -05:00
alpaylan
be18c6e8f0
break simulator into parts, add readme
2024-12-16 10:49:05 -05:00