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

Commit 2e3703a

Browse files
committed
Review comments
1 parent b50d99b commit 2e3703a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

docs/new-database-driver-guide.rst

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -155,16 +155,12 @@ This is used to determine types which the system cannot effectively detect.
155155
Examples:
156156
DECIMAL(10,3) needs to be parsed by a custom algorithm. You'd be using regex to split it into Field name + Width + Scale.
157157

158-
159-
160-
161158
4. Debugging
162159
-----------------------
163160

164161
You can enable debug logging for tests by setting the logger level to ``DEBUG`` in /tests/common.py
165162
This will display all the queries ran + display types detected for columns.
166163

167-
168164
3. Add tests
169165
--------------
170166

@@ -204,4 +200,3 @@ When debugging, we recommend using the `-f` flag, to stop on error. Also, use th
204200
-----------------------
205201

206202
Open a pull-request on github, and we'll take it from there!
207-

0 commit comments

Comments
 (0)