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
// TODO(uki00a) uncomment this when PostgresDriver is implemented.
183
-
// TODO(uki00a) uncomment this when CockroachDriver is implemented.
180
+
if(connection.driverinstanceofPostgresDriver/* || connection.driver instanceof CockroachDriver*/){// TODO(uki00a) uncomment this when CockroachDriver is implemented.
// TODO(uki00a) uncomment this when PostgresDriver is implemented.
198
-
// TODO(uki00a) uncomment this when CockroachDriver is implemented.
193
+
if(connection.driverinstanceofPostgresDriver||connection.driverinstanceofSqlServerDriver/* || connection.driver instanceof CockroachDriver*/){// TODO(uki00a) uncomment this when CockroachDriver is implemented.
// TODO(uki00a) uncomment this when PostgresDriver is implemented.
231
-
// TODO(uki00a) uncomment this when CockroachDriver is implemented.
224
+
if(connection.driverinstanceofPostgresDriver/* || connection.driver instanceof CockroachDriver*/){// TODO(uki00a) uncomment this when CockroachDriver is implemented.
if(/*connection.driver instanceof PostgresDriver || */connection.driverinstanceofSqlServerDriver){// TODO(uki00a) uncomment this when PostgresDriver is implemented.
0 commit comments