mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-23 09:24:31 +02:00
Fix for missing csv Pygments support, refs #551
This commit is contained in:
parent
d8fe1b0d89
commit
8188acc1f1
1 changed files with 2 additions and 2 deletions
|
|
@ -1243,7 +1243,7 @@ By default every column inserted from a CSV or TSV file will be of type ``TEXT``
|
|||
|
||||
For example, given a ``creatures.csv`` file containing this:
|
||||
|
||||
.. code-block:: csv
|
||||
.. code-block::
|
||||
|
||||
name,age,weight
|
||||
Cleo,6,45.5
|
||||
|
|
@ -1499,7 +1499,7 @@ The SQL query should include ``:named`` parameters that match the keys in the re
|
|||
|
||||
For example, given a ``chickens.csv`` CSV file containing the following:
|
||||
|
||||
.. code-block:: csv
|
||||
.. code-block::
|
||||
|
||||
id,name
|
||||
1,Blue
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue