summary refs log tree commit diff stats
path: root/lib/pure/parsesql.nim
Commit message (Expand)AuthorAgeFilesLines
* remove deprecated stuff from the stdlib; introduce better deprecation warningsAraq2018-05-051-2/+0
* Added count(*) support to sql parser. Fixed warnings in sql parser. (#7490)treeform2018-04-121-72/+99
* fixtreeform2017-12-141-100/+85
* fixtreeform2017-12-141-17/+24
* fixtreeform2017-12-141-159/+256
* parsesql: some bugfixesAndreas Rumpf2017-12-081-2/+3
* parsesql: better 'len' operation; added '[]' accessAndreas Rumpf2017-09-051-2/+7
* parsesql can parse more SQLAraq2017-09-011-25/+54
* lib: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-041-109/+109
* renamed writeln to writeLine in libpatrick dw2015-06-191-1/+1
* Don't run non-test code when defined(testing)Oleh Prypin2015-04-211-1/+1
* several modules changedAraq2014-08-281-63/+63
* big renameAraq2014-08-271-75/+80
* fixes #993Araq2014-03-131-1/+1
* stdlib compiles mostly without warnings againAraq2014-02-061-3/+3
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-161-0/+0
* cleanup: E_Base should not be used for inheriting exceptions; documentation g...Araq2011-01-151-1/+1
* fixed pango/pangoutils new wrappersAndreas Rumpf2010-02-261-0/+0
* continued work on html/xmlparserrumpf_a@web.de2010-02-141-0/+0
* implemented multi methodsAndreas Rumpf2009-09-231-19/+30
* added tools and web dirsAndreas Rumpf2009-09-151-0/+1
* version0.7.10Andreas Rumpf2009-06-081-0/+1333
k K. Agaram <vc@akkartik.com> 2016-03-27 17:43:41 -0700 2812' href='/akkartik/mu/commit/html/002test.cc.html?h=main&id=a654e4ecace2d506d1b10f1dde2c287ebe84ef37'>a654e4ec ^
672e3e50 ^

a654e4ec ^



e5c11a51 ^






















a654e4ec ^

672e3e50 ^
e5c11a51 ^
a654e4ec ^
204dae92 ^















































































































672e3e50 ^


a654e4ec ^
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