Skip to content

Fix import staging script - #764

Merged
schroerbrian merged 2 commits into
masterfrom
brian-fix-import-staging-script
Feb 11, 2026
Merged

schroerbrian merged 2 commits into
masterfrom
brian-fix-import-staging-script

Conversation

@schroerbrian

@schroerbrian schroerbrian commented Jan 29, 2026

Copy link
Copy Markdown
Contributor

The import staging script was choking on the bookmarks table due to it having a column named "order", which is a reserved keyword in pgsql. This PR enhances our staging_importer#fast_insert method by quoting table name and column name and thus preventing this from happening with other reserved words.

The import staging script was choking on the bookmarks table due
to it having a column named "order", which is a reserved keyword in
pgsql. This PR enhances our staging_importer#fast_insert method
by quoting table name and column name and thus preventing this from
happening with other reserved words.
@schroerbrian
schroerbrian force-pushed the brian-fix-import-staging-script branch from 5416cee to 9073993 Compare January 29, 2026 03:55
@schroerbrian schroerbrian self-assigned this Jan 29, 2026

@richardxia richardxia left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Thanks for fixing this!

@schroerbrian

Copy link
Copy Markdown
Contributor Author

LGTM! Thanks for fixing this!

Thanks for the review!

@schroerbrian
schroerbrian merged commit 114568a into master Feb 11, 2026
7 of 8 checks passed
@schroerbrian
schroerbrian deleted the brian-fix-import-staging-script branch February 11, 2026 03:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants