You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have verified that the bug I'm about to report hasn't been filed before.
What version of drizzle-orm are you using?
drizzle-orm: ^0.38.4
What version of drizzle-kit are you using?
drizzle-kit: ^0.30.2
Other packages
drizzle-seed: ^0.3.1
Describe the Bug
Bug: Count values not respected in drizzle-seed
Description
When using drizzle-seed, the count parameter is being ignored for most tables, defaulting to 10 records regardless of specified count. Only the waitlist table respects the count parameter.
Each table should generate the number of records specified in its count parameter
Actual Behavior
All tables except waitlist default to 10 records regardless of count value
waitlist table correctly generates specified number of records
Environment
Package: drizzle-seed
Database: PostgreSQL (neon)
Node version: 22.8
Impact
This severely limits the ability to generate realistic test data sets, especially for testing pagination, performance, and data relationships at scale.
The text was updated successfully, but these errors were encountered:
Report hasn't been filed before.
What version of
drizzle-orm
are you using?drizzle-orm: ^0.38.4
What version of
drizzle-kit
are you using?drizzle-kit: ^0.30.2
Other packages
drizzle-seed: ^0.3.1
Describe the Bug
Bug: Count values not respected in drizzle-seed
Description
When using
drizzle-seed
, thecount
parameter is being ignored for most tables, defaulting to 10 records regardless of specified count. Only thewaitlist
table respects the count parameter.Reproduction
Expected Behavior
count
parameterActual Behavior
waitlist
default to 10 records regardless of count valuewaitlist
table correctly generates specified number of recordsEnvironment
Impact
This severely limits the ability to generate realistic test data sets, especially for testing pagination, performance, and data relationships at scale.
The text was updated successfully, but these errors were encountered: