This commit is contained in:
@@ -1246,6 +1246,9 @@ public final class DataDefaultSource implements DataSource, Function<Class, Enti
|
|||||||
set.close();
|
set.close();
|
||||||
ps.close();
|
ps.close();
|
||||||
return rs;
|
return rs;
|
||||||
|
} catch (SQLException se) {
|
||||||
|
if (info.tableStrategy != null && info.tablenotexistSqlstates.contains(';' + se.getSQLState() + ';')) return false;
|
||||||
|
throw new RuntimeException(se);
|
||||||
} catch (Exception ex) {
|
} catch (Exception ex) {
|
||||||
throw new RuntimeException(ex);
|
throw new RuntimeException(ex);
|
||||||
} finally {
|
} finally {
|
||||||
@@ -1277,6 +1280,9 @@ public final class DataDefaultSource implements DataSource, Function<Class, Enti
|
|||||||
set.close();
|
set.close();
|
||||||
ps.close();
|
ps.close();
|
||||||
return rs;
|
return rs;
|
||||||
|
} catch (SQLException se) {
|
||||||
|
if (info.tableStrategy != null && info.tablenotexistSqlstates.contains(';' + se.getSQLState() + ';')) return false;
|
||||||
|
throw new RuntimeException(se);
|
||||||
} catch (Exception ex) {
|
} catch (Exception ex) {
|
||||||
throw new RuntimeException(ex);
|
throw new RuntimeException(ex);
|
||||||
} finally {
|
} finally {
|
||||||
|
|||||||
Reference in New Issue
Block a user