[jboss-cvs] jboss-seam/examples/ui/resources ...

Peter Muir peter at bleepbleep.org.uk
Sat Mar 10 14:09:36 EST 2007


  User: pmuir   
  Date: 07/03/10 14:09:36

  Modified:    examples/ui/resources  import.sql
  Log:
  EntityConverter
  
  Revision  Changes    Path
  1.4       +13 -1     jboss-seam/examples/ui/resources/import.sql
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: import.sql
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/ui/resources/import.sql,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- import.sql	25 Feb 2007 00:42:34 -0000	1.3
  +++ import.sql	10 Mar 2007 19:09:36 -0000	1.4
  @@ -17,3 +17,15 @@
   insert into country (name, continent_id) values ('Chile', 2);
   insert into country (name, continent_id) values ('China', 5);
   insert into country (name, continent_id) values ('South Africa', 6);
  \ No newline at end of file
  +
  +insert into colour(name) values ('Red')
  +insert into colour(name) values ('Blue')
  +insert into colour(name) values ('Green')
  +insert into colour(name) values ('Purple')
  +insert into colour(name) values ('Yellow')
  +insert into colour(name) values ('Orange')
  +
  +insert into book(name,author,nationality) values ('Pride and Prejudice', 'Jane Austin', 'British')
  +insert into book(name,author,nationality) values ('The Great Gatsby', 'F. Scott Fitzgerald', 'American')
  +insert into book(name,author,nationality) values ('Romeo and Juliet', 'William Shakespeare', 'British')
  +insert into book(name,author,nationality) values ('The Illiad', 'Homer', 'Ancient Greek')
  \ No newline at end of file
  
  
  



More information about the jboss-cvs-commits mailing list