Skip to content

Commit 719364a

Browse files
chore: Add todo
1 parent 4e1523a commit 719364a

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

README.md

+19
Original file line numberDiff line numberDiff line change
@@ -722,3 +722,22 @@ Thanks to the maintainers of the following fantastic packages, whose code this t
722722
* Better support for post generation (e.g. `IMPORT`)
723723
* Improve code coverage
724724
* Write file after generating, then only keep columns that other tables need
725+
* Support for range without a table count (e.g. the following results in zero rows unless a count is provided)
726+
727+
``` yaml
728+
- name: bet_types
729+
count: 3
730+
columns:
731+
- name: id
732+
type: range
733+
processor:
734+
type: int
735+
from: 1
736+
step: 1
737+
- name: description
738+
type: const
739+
processor:
740+
values: [Win, Lose, Draw]
741+
```
742+
743+
* Default step value for int range (of 1)

0 commit comments

Comments
 (0)