summary refs log tree commit diff stats
path: root/lib/std/assertions.nim
diff options
context:
space:
mode:
authorringabout <43030857+ringabout@users.noreply.github.com>2022-08-06 05:15:58 +0800
committerGitHub <noreply@github.com>2022-08-05 17:15:58 -0400
commit3bd935f33139646431957e3e14d4ce252a9f60c6 (patch)
treec4b2fa99c5abb436a1280f4c3beba8634666c455 /lib/std/assertions.nim
parent3fef2fd52c86ba922187ca03026b09ceb70b5d3d (diff)
downloadNim-3bd935f33139646431957e3e14d4ce252a9f60c6.tar.gz
fixes #20153; do not escape `_` for mysql [backport] (#20164)
* fixes #20153; do not escape `_` for mysql

* add a test

* Update db_mysql.nim

* Update tdb_mysql.nim

Co-authored-by: Clay Sweetser <Varriount@users.noreply.github.com>
Diffstat (limited to 'lib/std/assertions.nim')
0 files changed, 0 insertions, 0 deletions
;rumpf_a@web.de> 2008-08-23 11:32:48 +0200 committer Andreas Rumpf <rumpf_a@web.de> 2008-08-23 11:32:48 +0200 deleted web and dist' href='/ahoang/Nim/commit/tests/tstrset.nim?h=devel&id=972c51086152bd45aef4eb17c099fa3472a19d04'>972c51086 ^
8178cd4fa ^
972c51086 ^







8b2a9401a ^
972c51086 ^





8b2a9401a ^
972c51086 ^
8b2a9401a ^
972c51086 ^





1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74