Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Stefan Frömken <[email protected]>
  • Loading branch information
linawolf and froemken authored Jan 12, 2025
1 parent 2774c8c commit 6f06a25
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ space, leaving the remaining table row space available for other data.

.. _ext-tables-sql-types-char-when:

When to user `CHAR` columns
When to use `CHAR` columns
~~~~~~~~~~~~~~~~~~~~~~~~~~~

**Rule of thumb for fixed-length** :sql:`CHAR` **columns**
Expand All @@ -132,7 +132,7 @@ When to user `CHAR` columns

.. _ext-tables-sql-types-char-hints:

Hints on using fixed-length** `CHAR` columns
Hints on using fixed-length `CHAR` columns
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

* Ensure to write fixed-length values for :sql:`CHAR` (non-space characters),
Expand Down

0 comments on commit 6f06a25

Please sign in to comment.