You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
return worker.withPooledConnection(to:.psql){ conn in
26
-
return conn.select().column(.function("current_setting",[.expression(.literal(.string("server_version")))], as:.identifier("version"))).all(decoding:Setting.self).map{ rows in
_globalEnableIdentityColumns = ver <10?false: _globalEnableIdentityColumns
33
-
}
31
+
return conn.select().column(.function("current_setting",[.expression(.literal(.string("server_version")))], as:.identifier("version"))).all(decoding:Setting.self).map{ rows in
0 commit comments