(config *Config)
| 1296 | } |
| 1297 | |
| 1298 | func NewSession(config *Config) Session { |
| 1299 | config.sqlDialect = TreeSqlDialect |
| 1300 | return newSessionWithSpecifiedSqlDialect(config) |
| 1301 | } |
| 1302 | |
| 1303 | func newSessionWithSpecifiedSqlDialect(config *Config) Session { |
| 1304 | endPointList := []endPoint{{ |
no test coverage detected
searching dependent graphs…