ringabout
ea15babc09
fixes #20153 ; do not escape _ for mysql [backport] ( #20164 )
...
* fixes #20153 ; do not escape `_` for mysql
* add a test
* Update db_mysql.nim
* Update tdb_mysql.nim
Co-authored-by: Clay Sweetser <Varriount@users.noreply.github.com >
2022-08-06 05:15:58 +08:00
flywind
eb1a2176e7
enable style:usages for stdlib tests [backport: 1.6] ( #19715 )
...
* enable style:usages for stdlib tests
* freeAddrInfo
* more tests
* importc
* bufSize
* fix more
* => parseSql and renderSql
2022-04-13 17:53:02 +08:00
Danil Yarantsev
ce00e9284f
Change stdlib imports to use std prefix in most examples ( #17202 )
2021-03-01 00:17:19 +03:00
flywind
942694fd46
use single backtick ( #17100 )
2021-02-19 00:47:21 -06:00
Andreas Rumpf
abee78c3b0
fixes db_mysql broken quoting; refs c16ee37a71 (r44209990) [backport:1.4] ( #16035 )
2020-11-18 23:06:16 +01:00
Andreas Rumpf
4ea64743cb
fixes #15560 ( #15587 )
2020-10-15 15:49:00 +02:00
Bung
d0bc5875b0
Fix #15219 SQL escape in db_mysql is not enough ( #15234 )
2020-09-04 17:04:27 +08:00
Bung
51b0bd3121
add insert,tryInsert unify for postgres that need pk name ( #14416 )
...
* add insert,tryInsert unify for postgres that need pk name
* add ReadDbEffect to new procs
* add .since and changelog
* change since to 1.3
* Update src/db_postgres.nim
Co-authored-by: bung87 <crc32@qq.com >
Co-authored-by: Andreas Rumpf <rumpf_a@web.de >
Co-authored-by: alaviss <leorize+oss@disroot.org >
2020-05-23 01:24:52 +08:00
Andreas Rumpf
e5a46907ab
use system.move instead of system.shallowCopy if the GC mode requires it
2019-10-03 16:46:09 +02:00
Huy
4f663a104e
add unsafeColumnAt procs, that return unsafe cstring from InstantRow ( #11647 )
2019-07-10 19:56:09 +07:00
Zed
ec08afd847
Fix header inconsistencies in documentation ( #11071 )
2019-04-23 08:40:20 +02:00
Araq
021fe523b1
removes deprecated T/P types
2018-11-16 13:27:46 +01:00
Andreas Rumpf
26afc0703a
fixes merge conflict
2018-08-19 15:14:03 +02:00
Andreas Rumpf
8c93fc2229
fixed merge conflict
2018-06-04 16:16:50 +02:00
Andreas Rumpf
e8b734dde1
fixes #7200
2018-02-10 16:41:38 +01:00
pgkos
4b4613fc57
Fix segfault in db_mysql fastRows ( #5605 )
2017-03-26 09:42:15 +02:00
Araq
14c0c64c59
Merge branch 'devel' of https://github.com/nim-lang/Nim into devel
2016-01-18 14:54:50 +01:00
Araq
68eab87dd2
Merge branch 'devel' of https://github.com/nim-lang/Nim into devel
2016-01-18 10:55:23 +01:00
Dominik Picheta
a9c1a94037
Merge branch 'jlp765-db_mysqlExamples' into devel
2015-09-05 21:15:25 +01:00
Andreas Rumpf
4be74a1d20
Merge pull request #3289 from nanoant/patch/fix-whitespace
...
Patch/fix whitespace
2015-09-04 23:37:59 +02:00
Andreas Rumpf
bed7bc325f
Merge pull request #3264 from jlp765/db_mysql
...
fixes #3220 src/db_mysql.nim getValue()
2015-09-03 14:09:43 +02:00
Andreas Rumpf
ce8659ac36
Merge pull request #2866 from nanoant/patch/db-deffered-rows
...
db: InstantRow and instantRows
2015-06-10 11:06:36 +02:00
pdw
d02789dd6e
lib/impure - Dropped 'T' from types
2015-05-24 22:24:07 -05:00
Andreas Rumpf
e745c73dea
Merge pull request #2337 from kemege/db_charset
...
Add character set options when opening DB connection, default to UTF-8
2015-03-17 01:32:26 +01:00
Andreas Rumpf
0a735a6f12
Merge pull request #2108 from oderwat/patch-1
...
Fixing dylib name for OSX
2015-02-12 10:02:53 +01:00
Araq
9e3d2d725e
changed formating
2014-12-08 19:49:20 +01:00
Araq
ea72ccbaf8
Merge branch 'devel' into bigbreak
...
Conflicts:
src/db_postgres.nim
lib/pure/json.nim
lib/pure/math.nim
lib/system/atomics.nim
2014-11-03 11:42:36 +01:00
Araq
ad8ac587e0
resolved conflict
2014-09-13 17:59:37 +02:00
Araq
747245aa82
Nimrod renamed to Nim
2014-08-28 09:50:51 +02:00
Simon Hafner
a9d421e40f
Merge pull request #1358 from def-/db_mysql-sql
...
Add missing sql proc for db_mysql
2014-07-14 14:03:10 -05:00
Andreas Rumpf
a271a07b64
resolved conflict
2014-04-10 01:47:20 +02:00
Araq
81dcfba125
Merge branch 'master' of github.com:Araq/Nimrod
2013-03-17 16:44:31 +01:00
Araq
cc4073fa60
Merge branch 'master' of github.com:Araq/Nimrod
2012-11-25 11:03:27 +01:00
Araq
5e801014fa
fixes #250
2012-11-19 00:16:25 +01:00
Araq
0c583a38b4
'assert' hides EAssertionFailsure; stdlib makes use of 'tags'
2012-11-18 01:36:20 +01:00
Araq
e922895883
Merge branch 'master' of github.com:Araq/Nimrod
2012-10-20 18:48:49 +02:00
Araq
1b4db44660
openarray/varargs split; breaks bootstrapping
2012-08-16 08:34:33 +02:00
Araq
acadc5f5eb
small bugfixes; documentation generator supports smilies for the forum
2012-05-01 11:14:29 +02:00
Araq
bc84a6e7ce
added db_*.getRow
2012-04-24 08:44:36 +02:00
Araq
e8442eaf11
year 2012 for most copyright headers
2012-01-02 23:07:35 +01:00
Andreas Rumpf
5bd3fbb2d6
bugfix: return type of gtk2.check_menu_item_new*
2010-03-17 18:58:34 +01:00
Andreas Rumpf
20de1a342e
examples/lib use the new wrappers
2010-02-28 23:04:18 +01:00
Andreas Rumpf
8f0e58819e
fixed pango/pangoutils new wrappers
2010-02-26 01:26:16 +01:00
Andreas Rumpf
1b686605d1
SQLite wrapper
2010-02-24 01:04:39 +01:00
rumpf_a@web.de
1a05787855
continued work on html/xmlparser
2010-02-14 00:29:35 +01:00
Andreas Rumpf
a04fc1c0f3
httpserver supports a fixed port number
2010-02-06 12:24:54 +01:00
Andreas Rumpf
1518052813
cleanup of library docs
2010-02-04 00:47:59 +01:00
Andreas Rumpf
b8296988d0
db_mysql.nim added
2010-01-29 08:09:23 +01:00
Andrey Makarov
1b5c7a6941
Markdown code blocks migration part 7 ( #20547 )
2022-10-12 17:13:43 +03:00
ringabout
70a19c8db8
make more standard libraries work with nimPreviewSlimSystem ( #20343 )
...
* make more standard libraries work with `nimPreviewSlimSystem`
* typo
* part two
* Delete specutils.nim
* fixes more tests
* more fixes
* fixes tests
* fixes three more tests
* add formatfloat import
* fix
* last
2022-09-28 02:06:23 +08:00