[jboss-cvs] jboss-seam/trinidad/examples/seamdiscs/resources ...

Peter Muir peter at bleepbleep.org.uk
Wed Apr 18 08:06:28 EDT 2007


  User: pmuir   
  Date: 07/04/18 08:06:28

  Modified:    trinidad/examples/seamdiscs/resources  import-dev.sql
  Log:
  Tidy up seamdiscs
  
  Revision  Changes    Path
  1.2       +2 -2      jboss-seam/trinidad/examples/seamdiscs/resources/import-dev.sql
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: import-dev.sql
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/trinidad/examples/seamdiscs/resources/import-dev.sql,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- import-dev.sql	15 Apr 2007 17:45:42 -0000	1.1
  +++ import-dev.sql	18 Apr 2007 12:06:28 -0000	1.2
  @@ -10,12 +10,12 @@
   insert into disc (name, artist_id, description) values ('Liege and Lief', 2, 'The *first* folk-rock album ever made in the UK, this was the only studio recording of the classic line up of /Sandy Denny/, /Richard Thompson/, /Dave Swarbick/, /Ashley Hutchings/ and /Simon Nicol/')
   insert into disc (name, artist_id) values ('The Wall', 1)
   insert into disc (name, artist_id) values ('The Freewheelin Bob Dylan', 3)
  -insert into disc (name, artist_id, release) values ('Blood on the Tracks', 3, '1975-01-01')
  +insert into disc (name, artist_id, release) values ('Blood on the Tracks', 3, '1975')
   insert into disc (name, artist_id) values ('Desire', 3)
   insert into disc (name, artist_id) values ('Led Zepplin 1', 4)
   insert into disc (name, artist_id, description) values ('Buena Vista Social Club', 5, 'This album brough Cuban music to the attention of the world')
   insert into disc (name, artist_id, description) values ('Chavez Ravine', 5, 'Written about /Ry Cooder/ birthplace')
  -insert into disc (name, artist_id, release, description) values ('My Name is Buddy', 5, '2007-01-01', 'Follows Buddy the Cat as he explores the USA')
  +insert into disc (name, artist_id, release, description) values ('My Name is Buddy', 5, '2007', 'Follows Buddy the Cat as he explores the USA')
   insert into disc (name, artist_id) values ('Mock Tudor', 6)
   insert into disc (name, artist_id) values ('Front Parlour Ballads', 6)
   
  
  
  



More information about the jboss-cvs-commits mailing list