summary refs log tree commit diff stats
path: root/compiler/plugins
diff options
context:
space:
mode:
authorThomas T. Jarløv <ThomasTJdev@users.noreply.github.com>2021-05-15 21:26:15 +0200
committerGitHub <noreply@github.com>2021-05-15 21:26:15 +0200
commit99788ee50426946d954e7311f567414b39f7b8d7 (patch)
tree6c8abc05a3344729b1875479adba0b8e25df7124 /compiler/plugins
parent3824fd3f9a303bc885a6f1f2eb7aa28fb5460cb7 (diff)
downloadNim-99788ee50426946d954e7311f567414b39f7b8d7.tar.gz
Escape `%00` / `\0` in `dbQuote` (#18015) [backport:1.4]
Fix https://github.com/nim-lang/Nim/issues/17925
Diffstat (limited to 'compiler/plugins')
0 files changed, 0 insertions, 0 deletions
/a>
5b59ba3 ^
eca1e0a ^


5b59ba3 ^






eca1e0a ^
5b59ba3 ^













bb930e9 ^
5b59ba3 ^


bb930e9 ^
5b59ba3 ^


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