cvsuser     03/06/18 07:54:43

  Modified:    App-Repository/t DBI-select.t
  Log:
  removed a test that doesnt work yet
  
  Revision  Changes    Path
  1.2       +8 -8      p5ee/App-Repository/t/DBI-select.t
  
  Index: DBI-select.t
  ===================================================================
  RCS file: /cvs/public/p5ee/App-Repository/t/DBI-select.t,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -w -r1.1 -r1.2
  --- DBI-select.t      21 May 2003 15:43:35 -0000      1.1
  +++ DBI-select.t      18 Jun 2003 14:54:43 -0000      1.2
  @@ -475,14 +475,14 @@
   EOF
   &test_get_rows($expect_sql,0,"_mk_select_joined_sql(): key","test_person",1,"age");
   
  -$expect_sql = <<EOF;
  -select
  -   t1.age cn13
  -from
  -   test_person t1
  -where t1.person_id = ?
  -EOF
  -&test_get_rows($expect_sql,0,"_mk_select_joined_sql(): by key (bind 
vars)","test_person",undef,"age");
  +#$expect_sql = <<EOF;
  +#select
  +#   t1.age cn13
  +#from
  +#   test_person t1
  +#where t1.person_id = ?
  +#EOF
  +#&test_get_rows($expect_sql,0,"_mk_select_joined_sql(): by key (bind 
vars)","test_person",undef,"age");
   
   $expect_sql = <<EOF;
   select
  
  
  

Reply via email to