mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-26 23:04:57 +00:00
code: sql,hpp,dbal (1 files)
This commit is contained in:
@@ -461,7 +461,7 @@ protected:
|
||||
}
|
||||
|
||||
std::string placeholder(size_t index) const {
|
||||
if (dialect_ == Dialect::Postgres) {
|
||||
if (dialect_ == Dialect::Postgres || dialect_ == Dialect::Prisma) {
|
||||
return "$" + std::to_string(index);
|
||||
}
|
||||
return "?";
|
||||
|
||||
Reference in New Issue
Block a user