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
Error: Insert select error: selected fields are not the same or are in a different order compared to the table definition (at SQLiteInsertBuilder.select)
Seems like INSERT INTO ... SELECT always needs to match precisely all columns of the table, which does not make sense considering generated columns but also nullable columns and columns with defaults.
Report hasn't been filed before.
What version of
drizzle-orm
are you using?0.38.4
What version of
drizzle-kit
are you using?0.30.2
Other packages
No response
Describe the Bug
Reproduction. Use the
mre-0
branch.insert into ... select
syntax #2783The text was updated successfully, but these errors were encountered: