summary refs log tree commit diff stats
path: root/lib/wrappers/mysql.nim
Commit message (Expand)AuthorAgeFilesLines
* preparations for making 'closure' the default calling convention for proc typesAraq2012-07-161-0/+4
* added some missing wrappersAraq2010-08-241-0/+1073
* examples/lib use the new wrappersAndreas Rumpf2010-02-281-1154/+0
* fixed pango/pangoutils new wrappersAndreas Rumpf2010-02-261-0/+0
* continued work on html/xmlparserrumpf_a@web.de2010-02-141-0/+0
* bugfix: inconsequent tuple usageAndreas Rumpf2009-12-091-1/+0
* added tools and web dirsAndreas Rumpf2009-09-151-0/+0
* overload resolution for proc varsAndreas Rumpf2009-06-241-2/+2
* version0.7.10Andreas Rumpf2009-06-081-0/+1155
pf_a@web.de> 2011-03-14 23:57:41 +0100 committer Araq <rumpf_a@web.de> 2011-03-14 23:57:41 +0100 linearScanEnd pragma; string case statement optimization' href='/ahoang/Nim/commit/rod/ccgutils.nim?h=devel&id=8d734244b14e09c97267432468ac20fcf8ff82eb'>8d734244b ^
d61f326f3 ^
7e747d11c ^
8d734244b ^


7e747d11c ^
8d734244b ^
2df9b442c ^
8d734244b ^



a4e2b0c15 ^
88b5dd336 ^
a4e2b0c15 ^
8d734244b ^

88b5dd336 ^
7e747d11c ^
88b5dd336 ^






d61f326f3 ^
88b5dd336 ^
7e747d11c ^
88b5dd336 ^






e25474154 ^
479212995 ^
e25474154 ^
0f0dfd637 ^


669a56449 ^
0f0dfd637 ^
e25474154 ^
a568c6102 ^
e65c296bc ^
fab69661a ^







7e747d11c ^
a568c6102 ^

848676cec ^
7e747d11c ^
848676cec ^


e213b120a ^
848676cec ^

7e747d11c ^
fab69661a ^









34388c5cc ^
fab69661a ^







a568c6102 ^
7e747d11c ^
fab69661a ^


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