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
the result of find the autoincrement row is: \n "id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT
after split on whitespace the first item inside the array is "" instead of ""id""
The text was updated successfully, but these errors were encountered:
https://github.com/koskimas/kysely/blob/2c49bae555505d347e73ded4cafc0f5dc7279426/src/dialect/sqlite/sqlite-introspector.ts#L68:L72
given the following sql:
the result of find the autoincrement row is:
\n "id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT
after split on
whitespace
the first item inside the array is""
instead of""id""
The text was updated successfully, but these errors were encountered: