Skip to content

Commit e8a4acf

Browse files
committed
Fix doc links
1 parent 1e1178d commit e8a4acf

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

docs/api/build-queries.rst

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,6 @@ Prepares a query based on details in the :doc:`config file </intro/config-file>`
5656
Returns: ``<QUERY>``
5757

5858

59-
60-
6159
query dbBindValue value
6260
~~~~~~~~~~~~~~~~~~~~~~~
6361
:query: ``<QUERY>``
@@ -71,6 +69,8 @@ Returns: ``<NOTHING>``
7169
.. warning::
7270
This command modifies the value in ``query``. If you want to keep the old query intact you need to :ref:`dbCopyQuery <dbCopyQuery>` first.
7371

72+
.. _dbBindValueArray:
73+
7474
query dbBindValueArray [value, value...]
7575
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7676

@@ -92,16 +92,14 @@ Example: ``_query = dbPrepareQuery "SELECT ? FROM ? WHERE ?=?"``
9292
``_query dbBindValueArray ["data", "table", "value", 5]``
9393
-> ``SELECT data FROM table WHERE value=5``
9494

95-
.. _dbCopyQuery:
96-
97-
9895
dbGetBoundValues query
9996
~~~~~~~~~~~~~~~~~~~~~~
10097

10198
Returns array of all values currently bound to this query
10299

103100
returns ``<ARRAY>``
104101

102+
.. _dbCopyQuery:
105103

106104
dbCopyQuery query
107105
-----------------

docs/api/results.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ Returns: ``<RESULT>``
100100

101101
Example: ``_result = dbWaitForResult _asyncResult``;
102102

103+
.. _dbNull:
103104

104105
dbNull
105106
~~~~~~

0 commit comments

Comments
 (0)