summary refs log tree commit diff stats
path: root/lib/pure/algorithm.nim
diff options
context:
space:
mode:
authorMiguel <leu-gim@moy-server.ru>2013-12-22 20:56:33 +0400
committerMiguel <leu-gim@moy-server.ru>2013-12-22 20:56:33 +0400
commit4396270fc7c447fa7ce9478a6bf9682ba7c496a7 (patch)
tree95fd7e2d466f10d9171eedc840dbf08c1d0be5b5 /lib/pure/algorithm.nim
parent52a8226edda05f2d3baad791639a1c2fe7f103cc (diff)
downloadNim-4396270fc7c447fa7ce9478a6bf9682ba7c496a7.tar.gz
'Connection' argument in 'Open' was not used, so MySQL host and port were always default ones. Now 'Connection' is treated as 'host:port'.
Diffstat (limited to 'lib/pure/algorithm.nim')
0 files changed, 0 insertions, 0 deletions
a> 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