Ignore:
Timestamp:
2010/08/03 20:13:05 (16 years ago)
Author:
nanasess
bzr:base-revision:
[email protected]
bzr:committer:
Kentaro Ohkouchi <[email protected]>
bzr:file-ids:

data/class/SC_Query.php 15078@1e3b908f-19a9-db11-a64c-001125224ba8:branches%2Ffeature-module-update%2Fdata%2Fclass%2FSC_Query.php
data/class/pages/products/LC_Page_Products_List.php 15154@1e3b908f-19a9-db11-a64c-001125224ba8:branches%2Ffeature-module-update%2Fdata%2Fclass%2Fpages%2Fproducts%2FLC_Page_Products_List.php
data/include/module.inc 15078@1e3b908f-19a9-db11-a64c-001125224ba8:branches%2Ffeature-module-update%2Fdata%2Finclude%2Fmodule.inc
data/require_classes.php 18500@1e3b908f-19a9-db11-a64c-001125224ba8:branches%2Fversion-2_4-dev%2Fdata%2Frequire_classes.php
test/class/SC_Query_Test.php sc_query_test.php-20100803024127-ljzonih8f5jpan9o-1
bzr:mapping-version:
v4
bzr:repository-uuid:
1e3b908f-19a9-db11-a64c-001125224ba8
bzr:revision-id:
[email protected]
bzr:revno:
2256
bzr:revprop:branch-nick:
branches/version-2_5-dev
bzr:root:
branches/version-2_5-dev
bzr:text-parents:

data/class/SC_Query.php [email protected]
data/include/module.inc svn-v4:1e3b908f-19a9-db11-a64c-001125224ba8:branches/comu-ver2:17672
data/require_classes.php [email protected]
test/class/SC_Query_Test.php [email protected]
bzr:timestamp:
2010-08-03 20:13:01.371999979 +0900
bzr:user-agent:
bzr2.1.2+bzr-svn1.0.2
svn:original-date:
2010-08-03T11:13:01.372000Z
Message:

SC_DbConn クラスを削除(#565)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_5-dev/test/class/SC_Query_Test.php

    r18769 r18773  
    132132 
    133133        $this->expected = array(1, 2); 
    134         $this->actual = $this->objQuery->getCol("test_table", "column1, column2",  "id < ?",  array(3)); 
     134        $this->actual = $this->objQuery->getCol("test_table", "column1",  "id < ?",  array(3)); 
    135135 
    136136        $this->verify(); 
Note: See TracChangeset for help on using the changeset viewer.