Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit fe9cca0

Browse filesBrowse files
authored
Merge pull request eugenp#11423 from Rafael-Lopez/master
JAVA-2592: Add DROP TABLE IF EXIST clause to avoid SQL exception
2 parents 1729ed6 + 5867e76 commit fe9cca0
Copy full SHA for fe9cca0

File tree

Expand file treeCollapse file tree

1 file changed

+2
-0
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-0
lines changed
Open diff view settings
Collapse file

‎persistence-modules/spring-boot-persistence/src/test/resources/dsrouting-db.sql‎

Copy file name to clipboardExpand all lines: persistence-modules/spring-boot-persistence/src/test/resources/dsrouting-db.sql
+2Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
drop table if exists client;
2+
13
create table client (
24
id numeric,
35
name varchar(50),

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.