Vladimir Panteleev
7a4cb05709
arsd.postgres: Add fast path for field name conversion
...
Skip the slow std.uni.toLower call unless it's necessary.
2025-03-23 20:37:54 +00:00
Robert Devasia
8344debe27
Fix for error at string to char* conversion in `executePreparedStatement`
...
Dependency was throwing error
`
template instance `arsd.postgres.PostgreSql.executePreparedStatement!(char, char)` error instantiating
`
when use executePreparedStatement
DUB : 1.38.1
PostgreSQL: 16
I got this error in the package
`
template `to` is not callable using argument types `!(string)(char)`
`
where the usage is ` db.executePreparedStatement("update_tbl_cmd",'3','a');`
2024-08-05 00:09:22 -04:00
Adam D. Ruppe
89252d46e4
clear all opend deprecations
2024-03-30 22:00:29 -04:00
Adam D. Ruppe
6b96fb87d6
starting to move away from strings
2023-07-31 12:28:01 -04:00
Adam D. Ruppe
e1a575f390
fix issues #364 since postgres still calls it libpq on windows and the linker doesnt add the lib prefix automatically there
2023-02-06 09:40:11 -05:00
Adam D. Ruppe
6313c4a784
change of binary data - POTENTIALLY BREAKING - test your code
2022-08-02 12:08:53 -04:00
Adam D. Ruppe
ac64e36c36
affected rows thing
2022-05-08 10:44:31 -04:00
Adam D. Ruppe
b376b640bb
some setup docs
2021-10-19 09:42:08 -04:00
Adam D. Ruppe
8236177683
doc note
2021-05-07 16:18:00 -04:00
Adam D. Ruppe
8d57ff1f5e
basic header docs of all public modules
2019-12-06 22:57:49 -05:00
Adam D. Ruppe
27f284e9a8
wait do you have to commit to make dub to rebuild locally
2019-10-18 10:30:09 -04:00
Adam D. Ruppe
03315adfa6
so much amazing stuff
2019-07-07 22:44:11 -04:00
Adam D. Ruppe
10d65d0367
idk
2019-04-03 10:01:45 -04:00
Adam D. Ruppe
53e7bbb89d
finally removing obsolete stuff
2018-02-24 19:08:46 -05:00
H. S. Teoh
47bacf0456
Range API needs size_t for .length.
2017-12-12 17:58:12 -08:00
Adam D. Ruppe
c713cd6b63
selector bugs
2016-02-27 13:20:02 -05:00
Adam D. Ruppe
048a3b39d7
stuff
2015-11-22 14:19:19 -05:00
Adam D. Ruppe
68b9a610aa
dmd 2.065
2014-02-24 13:14:20 -05:00
Robert Klotzner
5b38e9d7e0
Fixed some property syntax issues.
2012-11-26 21:49:57 +01:00
Adam D. Ruppe
e677d8d445
catching up
2012-10-07 12:56:46 -04:00
denizzz
f68f0eb308
struct size is unknown
2011-08-13 01:34:24 +08:00
denizzz
389f8c65e2
fix postgres.d(44): Error: cannot implicitly convert expression (PQescapeString(buffer,cast(const(char*))cast(immutable(char)*)sqlData,sqlData.length)) of type ulong to int
2011-08-13 01:14:51 +08:00
Adam D. Ruppe
391628e3d0
adding the existing stuff
2011-07-15 08:48:59 -04:00