Quick Search:

Mode

Context

Displaying 3 lines of context. None | Less | More | Full

Other Diffs

Ignore

Blank Lines Whitespace:

Diff

366
 
448
 
448
 
oscommerce_sample_data.sql
_> 1 -# $Id: oscommerce_sample_data.sql 366 2005-12-22 15:45:34Z hpdl $
   1+# $Id: oscommerce_sample_data.sql 448 2006-02-21 06:27:28Z hpdl $
22 #
  33 # osCommerce, Open Source E-Commerce Solutions
  44 # http://www.oscommerce.com
  55 #
<> 6 -# Copyright (c) 2004 osCommerce
   6+# Copyright (c) 2006 osCommerce
77 #
  88 # Released under the GNU General Public License
  99 #
     
 !
1919 #       * Comments should be like these, full line comments.
  2020 #         (don't use inline comments)
  2121 
<> 22 -INSERT INTO osc_address_book VALUES ( '1', '1', 'm', 'ACME Inc.', 'John', 'Doe', '1 Way Street', '', '12345', 'NeverNever', '', '223', '12', '12345', '');
  23 -
2422 INSERT INTO osc_banners VALUES (1, 'osCommerce', '', '', '468x60', '<script language=\'JavaScript\' type=\'text/javascript\' src=\'http://adserver.oscommerce.com/adx.js\'></script>
  2523 <script language=\'JavaScript\' type=\'text/javascript\'>
  2624 <!--
     
 !
119117 INSERT INTO osc_categories_description VALUES ( '19', '3', 'Accion');
  120118 INSERT INTO osc_categories_description VALUES ( '20', '3', 'Estrategia');
  121119 
<> 122 -INSERT INTO osc_customers VALUES ( '1', 'm', 'John', 'doe', '2001-01-01 00:00:00', 'root@localhost', '1', '12345', '', 'd95e8fa7f20a009372eb3477473fcd34:1c', '0', '1', '127.0.0.1');
  123 -
  124 -INSERT INTO osc_customers_info VALUES('1', null, '0', now(), null, '0');
  125 -
126120 INSERT INTO osc_manufacturers VALUES (1,'Matrox','manufacturer_matrox.gif', now(), null);
  127121 INSERT INTO osc_manufacturers VALUES (2,'Microsoft','manufacturer_microsoft.gif', now(), null);
  128122 INSERT INTO osc_manufacturers VALUES (3,'Warner','manufacturer_warner.gif', now(), null);
     
 !
377371 INSERT INTO osc_products_to_categories VALUES (26,9);
  378372 INSERT INTO osc_products_to_categories VALUES (27,5);
  379373 
<> 380 -INSERT INTO osc_reviews VALUES (1,19,1,'John doe',5,1, 'this has to be one of the funniest movies released for 1999!', now(),null,0, 1);
   374+INSERT INTO osc_reviews VALUES (1,19,0,'John doe',5,1, 'this has to be one of the funniest movies released for 1999!', now(),null,0, 1);
<_ 381375 
  382376 INSERT INTO osc_specials VALUES (1,3, 39.99, now(), null, null, null, null, '1');
  383377 INSERT INTO osc_specials VALUES (2,5, 30.00, now(), null, null, null, null, '1');