mirror of
https://github.com/adamdruppe/arsd.git
synced 2025-04-27 22:00:13 +03:00
so much amazing stuff
This commit is contained in:
parent
4953cba8fa
commit
03315adfa6
9 changed files with 139 additions and 11 deletions
|
@ -41,6 +41,10 @@ class PostgreSql : Database {
|
|||
PQfinish(conn);
|
||||
}
|
||||
|
||||
string sysTimeToValue(SysTime s) {
|
||||
return "'" ~ escape(s.toISOExtString()) ~ "'::timestamptz";
|
||||
}
|
||||
|
||||
/**
|
||||
Prepared statement support
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue