This website requires JavaScript.
Explore
Help
Sign In
Spring
/
spring-framework
Watch
1
Star
0
Fork
0
You've already forked spring-framework
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
89ee5e2d80b9ec03ac832f389e5e80cabfeefb7d
spring-framework
/
org.springframework.jdbc
/
src
/
test
/
resources
/
data.sql
Juergen Hoeller
e56aa91bd7
"data.sql" instead of "test-data.sql" (SPR-6020)
2009-09-23 16:16:40 +00:00
1 line
43 B
SQL
Raw
Blame
History
insert
into
T_TEST
(
NAME
)
values
(
'
Keith
'
)
;
Reference in New Issue
View Git Blame
Copy Permalink