summary refs log tree commit diff stats
path: root/tests/untestable
Commit message (Expand)AuthorAgeFilesLines
* Add OpenSSL 1.1.0 support #5000Federico Ceratto2017-12-281-0/+36
* Add comments on "untestable" tests directoryFederico Ceratto2017-11-031-2/+9
* Fixes #6571 (#6578)Thomas Johnson2017-10-241-1/+18
* Add readme to tests. Add fileDir option to testament & create nimble test.Dominik Picheta2017-09-021-0/+2
* Column details for postgres. (#5380)ionel anton2017-02-131-0/+229
* More postgres test code. Added getValue for PreparedStmts.Dominik Picheta2016-01-181-1/+68
* Fixed issue 3513: wrong setupQuery realizationAnatoly Galiulin2015-11-061-1/+3
* Add missing untestable test.Dominik Picheta2015-11-011-0/+13
href='/ahoang/Nim/blame/changelog.md?h=devel&id=ab426faa226f7041c60e671ad2a3ba79b46ee1c0'>^
d7cc9016f ^

aded62520 ^
85ea9593b ^

599b5d6dc ^


1aa359feb ^


e067a7681 ^
681d8e074 ^
5491f1f53 ^

85ea9593b ^
e3e17009f ^

e2094bc6f ^

4f1725ad6 ^

e2094bc6f ^
b74b16ffd ^
50d4224d4 ^


97565826e ^
6795d9931 ^


fdf1d1238 ^
6795d9931 ^
65070a693 ^


24df909d8 ^





f80501846 ^
e80be6173 ^


692d1da95 ^




818d9be31 ^

e80be6173 ^
e3e17009f ^

cd0985df0 ^

e067a7681 ^


cd0985df0 ^
e3e17009f ^

e2094bc6f ^

1d9343080 ^

f6c8f97fe ^

6795d9931 ^



90afb1baa ^
a075a912c ^
2107c81d6 ^

65070a693 ^
3027ca292 ^
a3e5242d3 ^
e80be6173 ^

bf5d619a5 ^

e067a7681 ^
4d5cce988 ^
e2094bc6f ^
e3e17009f ^
212457f5e ^
5d46e1eaa ^

6baca5869 ^

3d1d163ef ^

efae36685 ^



f94fafff9 ^


4409c8222 ^

06bdf8392 ^
12996c08a ^

06122ff71 ^



fbd91a474 ^
959b6354c ^
db68bbe4f ^


06122ff71 ^
e3e17009f ^

212fdc594 ^
66780c1f4 ^
ea8afebf8 ^
c08efb4c5 ^


ea36e0ebb ^






212fdc594 ^
e3e17009f ^

a1879cae5 ^




ea8afebf8 ^
16c1a9085 ^


aded62520 ^

b0d85b0ad ^
0fad659bf ^

851d2a266 ^
1aa359feb ^
851d2a266 ^
b0d85b0ad ^
aded62520 ^
ae5c946a3 ^
e067a7681 ^
ae5c946a3 ^
e067a7681 ^
cf13c5fba ^
e067a7681 ^
b3a80dd2e ^
e3e17009f ^

500394225 ^


e3e17009f ^
91cab6dbd ^
e3037a2f3 ^



9e884c31d ^
e3037a2f3 ^

0ce28d15c ^



d7cc9016f ^
e3037a2f3 ^

ee366f174 ^





559a7615a ^


78c0ac540 ^




e3037a2f3 ^
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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209