()
| 43 | // note: as a workaround, we are using postgres here, since that's using the default " field wrapping |
| 44 | // otherwise subquery cloning would need to be fixed. See: https://github.com/tgriesser/knex/pull/2063 |
| 45 | function qb() { |
| 46 | return clients.pg.queryBuilder(); |
| 47 | } |
| 48 | |
| 49 | function raw(sql, bindings) { |
| 50 | return clients.pg.raw(sql, bindings); |