Skip to content

Commit

Permalink
Merge pull request #156 from BritishGeologicalSurvey/rbroth-patch-146
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
volcan01010 authored May 22, 2023
2 parents 4615443 + 1a163ff commit 456f0db
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -401,6 +401,8 @@ to remove the need to explicitly write the query for simple cases. By
calling this function manually, users can create a base insert query that can
be extended with clauses such as `ON CONFLICT DO NOTHING`.

NOTE: the `load` function uses the first row of data to generate the list of column for the insert query. If later items in the data contain extra columns, those columns will not be inserted and no error will be raised.

As `generate_insert_query` creates SQL statements from user-provided input,
it checks the table and column names to ensure that they only contain valid
characters.
Expand Down

0 comments on commit 456f0db

Please sign in to comment.