Araq
347b0fa0ba
updated db_sqlite.nim
2014-08-29 00:16:12 +02:00
Araq
42d017a95e
Nimrod renamed to Nim
2014-08-28 09:50:51 +02:00
Araq
7dd1d096da
Merge branch 'devel' of https://github.com/Araq/Nimrod into devel
2014-04-25 19:55:06 +02:00
Araq
e905df2135
Merge branch 'devel' of https://github.com/Araq/Nimrod into devel
2014-04-20 01:19:10 +02:00
Araq
d606c6bf81
Merge branch 'master' of github.com:Araq/Nimrod
2013-03-17 16:44:31 +01:00
Araq
5c0a036152
fixes #213
2012-10-04 09:49:04 +02:00
Araq
8511346cfb
bugfix: optimization of complex constant string concatenations
2012-02-17 02:16:33 +01:00
Araq
edc8f6497c
added some missing wrappers
2010-08-24 00:22:36 +02:00
Andreas Rumpf
0bab6fe0b6
examples/lib use the new wrappers
2010-02-28 23:04:18 +01:00
Andreas Rumpf
9d95883024
fixed pango/pangoutils new wrappers
2010-02-26 01:26:16 +01:00
Andreas Rumpf
38fd3a28f2
SQLite wrapper
2010-02-24 01:04:39 +01:00
rumpf_a@web.de
0d9c28205b
continued work on html/xmlparser
2010-02-14 00:29:35 +01:00
Andreas Rumpf
2d4cd386c0
added tools and web dirs
2009-09-15 23:22:22 +02:00
Andreas Rumpf
54bbc9837f
version0.7.10
2009-06-08 08:06:25 +02:00
ringabout
b3c7ddaea0
remove useless defines ( #20867 )
2022-11-17 23:04:43 +08:00
ringabout
e846f40758
fixes postgres with nimPreviewSlimSystem ( #20455 )
2022-09-29 23:54:45 +08:00
Artem Klevtsov
2408bf4a33
postgres module fixes (followup #17030 ) ( #17053 )
...
* Fix pqSetSingleRowMode case. Add links to the docs
* Add missing PGContextVisibility enum
* Remove unused PGContextVisibility enum
2021-02-17 01:15:58 +06:00
Artem Klevtsov
b13bfa05a2
Add pqsetsinglerowmode to postgres module ( #17030 )
...
* Add pqsetsinglerowmode to postgres module
Very useful to reduce memory usage when fetch a large amount of data.
Documentation: https://www.postgresql.org/docs/current/libpq-single-row-mode.html
* Add missing enum to the ExecStatusType
* Revert entry
* Update ConnStatusType enum
2021-02-14 20:27:44 +06:00
Juan Carlos
df42b85c5c
Deprecate DCE:on ( #13839 )
2020-04-01 21:58:43 -03:00
Bung
dd343a9a6d
add pqserverVersion,pqconnectionNeedsPassword,pqconnectionUsedPassword ( #13060 )
2020-01-07 17:52:02 +08:00
Araq
a7719009f3
minor style changes
2019-07-11 00:28:20 +02:00
Hitesh Jasani
c6055c0d86
Expose api to disable autoinitializing OpenSSL. ( #11247 )
2019-05-14 11:08:53 -04:00
Araq
c06bfeb37f
removes deprecated T/P types
2018-11-16 13:27:46 +01:00
Jacek Sieka
5e1faeae31
remove dead code elimination option ( #7669 )
2018-04-23 17:02:38 +08:00
Araq
5358bf12c0
preparations for more Nimble packages; clear licensing; fixes #2949
2015-06-20 23:24:21 +02:00
pdw
54199d93d5
src/wrappers/c-r - Dropped 'T' from types
2015-05-24 22:43:13 -05:00
Araq
ae74f4cd2c
Merge branch 'devel' of https://github.com/Araq/Nimrod into bigbreak
...
Conflicts:
lib/impure/db_postgres.nim
lib/pure/os.nim
src/wrappers/postgres.nim
2014-10-04 19:40:23 +02:00
Araq
5834a5dac5
cleaned up various modules
2014-09-19 00:54:01 +02:00
Araq
dba3546bbc
resolved conflict
2014-09-13 17:59:37 +02:00
Araq
2cece88e0d
Merge branch 'master' of github.com:Araq/Nimrod
2013-03-17 16:44:31 +01:00
Andreas Rumpf
f76e59a8bf
bugfix: return type of gtk2.check_menu_item_new*
2010-03-17 18:58:34 +01:00
Andreas Rumpf
0ab1f41412
examples/lib use the new wrappers
2010-02-28 23:04:18 +01:00
Andreas Rumpf
28ca6e11ca
fixed pango/pangoutils new wrappers
2010-02-26 01:26:16 +01:00
rumpf_a@web.de
e0ceaba773
continued work on html/xmlparser
2010-02-14 00:29:35 +01:00
Andreas Rumpf
ad119a2188
more enhancements for the lib
2010-02-08 22:07:45 +01:00
Andreas Rumpf
fcffc84765
bug concerning constant evaluation fixed
2009-11-26 00:32:07 +01:00
Andreas Rumpf
8fd8905382
added tools and web dirs
2009-09-15 23:22:22 +02:00
Andreas Rumpf
99653a0b8b
version0.7.10
2009-06-08 08:06:25 +02:00
metagn
e5aa3924fb
move widestrs out of system ( #20462 )
...
* move widestrs out of system
* fix osproc
2022-10-01 23:35:09 +03:00
cooldome
d94c9dccd7
fix sqlgetdata regression in odbc ( #15161 )
...
* fix sqlgetdata import
* fix db_odbc
* more fixes
* fix style
2020-08-07 21:37:54 +01:00
cooldome
76f299e2c0
fix odbc regressions ( #15009 ) [backport]
...
* fix odbc regressions
* make only necessary changes
2020-07-18 09:21:09 +01:00
Bung
8af6e92606
fix #9771 ( #14357 )
...
* fix #9771
* map SQLLEN SQLULEN
* fix proc params take TSqlLen
Co-authored-by: bung87 <crc32@qq.com >
2020-05-16 03:00:06 +08:00
Juan Carlos
96920dace2
Deprecate DCE:on ( #13839 )
2020-04-01 21:58:43 -03:00
Araq
8070ba46e0
minor style changes
2019-07-11 00:28:20 +02:00
Andreas Rumpf
45b4eb49ca
Merge branch 'devel' into araq-quirky-exceptions
2019-02-08 17:18:17 +01:00
Araq
efbdda55d1
removes deprecated T/P types
2018-11-16 13:27:46 +01:00
Jacek Sieka
829b9aad05
remove dead code elimination option ( #7669 )
2018-04-23 17:02:38 +08:00
Araq
d0fd779b4c
Merge branch 'devel' of https://github.com/nim-lang/Nim into devel
2016-01-18 10:55:23 +01:00
Andreas Rumpf
245763c29f
Merge pull request #3265 from coffeepots/patch-2
...
Add widestring versions of SQLPrepare and SQLExecDirect
2015-08-28 18:27:26 +02:00
Araq
deba8d4c18
preparations for more Nimble packages; clear licensing; fixes #2949
2015-06-20 23:24:21 +02:00