getTargetPsqlCompiler returns the psql compiler for the target database.
()
| 393 | |
| 394 | // getTargetPsqlCompiler returns the psql compiler for the target database. |
| 395 | func (s *gstate) getTargetPsqlCompiler() *psql.Compiler { |
| 396 | return s.getTargetDBCtx().psqlCompiler |
| 397 | } |
| 398 | |
| 399 | // getTargetDB returns the *sql.DB for the target database. |
| 400 | // If s.database is set (non-default database), returns that database's connection. |
no test coverage detected