Skip to content
This repository was archived by the owner on May 17, 2024. It is now read-only.

Commit 4a11da7

Browse files
erezshnolar
andauthored
Update docs/new-database-driver-guide.rst
Co-authored-by: Sergey Vasilyev <nolar@nolar.info>
1 parent fb1d421 commit 4a11da7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/new-database-driver-guide.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ If your database does not have a ``information_schema.columns`` table, or if its
8282

8383
If such a query isn't possible, you may have to implement ``query_table_schema()`` yourself, which extracts this information from the database, and returns it in the proper form.
8484

85-
If the information returned from ``query_table_schema()`` is requires slow or error-prone post-processing, you may delay that post-processing by overriding ``_process_table_schema()`` and implementing it there. The method ``_process_table_schema()`` only gets called for the columns that will be diffed.
85+
If the information returned from ``query_table_schema()`` requires slow or error-prone post-processing, you may delay that post-processing by overriding ``_process_table_schema()`` and implementing it there. The method ``_process_table_schema()`` only gets called for the columns that will be diffed.
8686

8787
Documentation:
8888

0 commit comments

Comments
 (0)