|
16 | 16 | - [Community](#community)
|
17 | 17 | - [Establishing connections](#establishing-connections)
|
18 | 18 | - [Connection options](#connection-options)
|
19 |
| -- [SSL options](#ssl-options) |
| 19 | + - [SSL options](#ssl-options) |
20 | 20 | - [Terminating connections](#terminating-connections)
|
21 | 21 | - [Pooling connections](#pooling-connections)
|
22 | 22 | - [Pool options](#pool-options)
|
23 | 23 | - [Pool events](#pool-events)
|
| 24 | + - [acquire](#acquire) |
| 25 | + - [connection](#connection) |
| 26 | + - [enqueue](#enqueue) |
| 27 | + - [release](#release) |
24 | 28 | - [Closing all the connections in a pool](#closing-all-the-connections-in-a-pool)
|
25 | 29 | - [PoolCluster](#poolcluster)
|
26 |
| -- [PoolCluster options](#poolcluster-options) |
| 30 | + - [PoolCluster options](#poolcluster-options) |
27 | 31 | - [Switching users and altering connection state](#switching-users-and-altering-connection-state)
|
28 | 32 | - [Server disconnects](#server-disconnects)
|
29 | 33 | - [Performing queries](#performing-queries)
|
30 | 34 | - [Escaping query values](#escaping-query-values)
|
31 | 35 | - [Escaping query identifiers](#escaping-query-identifiers)
|
32 |
| -- [Preparing Queries](#preparing-queries) |
33 |
| -- [Custom format](#custom-format) |
| 36 | + - [Preparing Queries](#preparing-queries) |
| 37 | + - [Custom format](#custom-format) |
34 | 38 | - [Getting the id of an inserted row](#getting-the-id-of-an-inserted-row)
|
35 | 39 | - [Getting the number of affected rows](#getting-the-number-of-affected-rows)
|
36 | 40 | - [Getting the number of changed rows](#getting-the-number-of-changed-rows)
|
37 | 41 | - [Getting the connection ID](#getting-the-connection-id)
|
38 | 42 | - [Executing queries in parallel](#executing-queries-in-parallel)
|
39 | 43 | - [Streaming query rows](#streaming-query-rows)
|
40 |
| -- [Piping results with Streams](#piping-results-with-streams) |
| 44 | + - [Piping results with Streams](#piping-results-with-streams) |
41 | 45 | - [Multiple statement queries](#multiple-statement-queries)
|
42 | 46 | - [Stored procedures](#stored-procedures)
|
43 | 47 | - [Joins with overlapping column names](#joins-with-overlapping-column-names)
|
|
47 | 51 | - [Error handling](#error-handling)
|
48 | 52 | - [Exception Safety](#exception-safety)
|
49 | 53 | - [Type casting](#type-casting)
|
| 54 | + - [Number](#number) |
| 55 | + - [Date](#date) |
| 56 | + - [Buffer](#buffer) |
| 57 | + - [String](#string) |
| 58 | + - [Custom type casting](#custom-type-casting) |
50 | 59 | - [Connection Flags](#connection-flags)
|
| 60 | + - [Example](#example) |
| 61 | + - [Default Flags](#default-flags) |
| 62 | + - [Other Available Flags](#other-available-flags) |
51 | 63 | - [Debugging and reporting problems](#debugging-and-reporting-problems)
|
52 | 64 | - [Security issues](#security-issues)
|
53 | 65 | - [Contributing](#contributing)
|
54 | 66 | - [Running tests](#running-tests)
|
| 67 | + - [Running unit tests](#running-unit-tests) |
| 68 | + - [Running integration tests](#running-integration-tests) |
55 | 69 | - [Todo](#todo)
|
56 | 70 |
|
57 | 71 | ## Install
|
|
0 commit comments