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

Peter Muir peter at bleepbleep.org.uk
Wed Jan 31 15:06:22 EST 2007


  User: pmuir   
  Date: 07/01/31 15:06:22

  Modified:    examples/ui/resources  import.sql
  Log:
  Add array of primitive type to example
  
  Revision  Changes    Path
  1.2       +1 -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.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- import.sql	29 Jan 2007 23:52:49 -0000	1.1
  +++ import.sql	31 Jan 2007 20:06:22 -0000	1.2
  @@ -1,4 +1,4 @@
  -insert into person (name) values ('Peter Muir');
  +insert into person (name, age) values ('Peter Muir', 25);
   insert into country (name, continent) values ('USA', 'NORTH_AMERICA');
   insert into country (name, continent) values ('United Kingdom', 'EUROPE');
   insert into country (name, continent) values ('Australia', 'AUSTRALASIA');
  
  
  



More information about the jboss-cvs-commits mailing list