Skip to content

[BUG]:Drizzle pull generate invalid autosummarize #5196

@zhihengGet

Description

@zhihengGet

Report hasn't been filed before.

  • I have verified that the bug I'm about to report hasn't been filed before.

What version of drizzle-orm are you using?

v1.0.0-beta.6

What version of drizzle-kit are you using?

v1.0.0-beta.6

Other packages

v1.0.0-beta.6

Describe the Bug

after pull

	index("book_author_id").using("btree", table.author_id.asc().nullsLast()).with(deduplicate_items=true),
	index("book_title_search").using("pgroonga", table.title.asc().nullsLast()),
	index("created_at").using("brin", table.created_at.asc().nullsLast()).with(autosummarize=false),

deduplicate_items and autosummarize are not correct sql here

Metadata

Metadata

Assignees

No one assigned

    Labels

    1.0.0-beta.*bugSomething isn't workingbug/fixed-in-betaThis bug has been fixed in beta (or will be soon).

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions