rhymix/classes/db
2007-08-30 01:39:11 +00:00
..
DB.class.php executeQuery()사용사 query id를 module에 국한하지 않고 addon/widget에서도 사용할 수 있도록 수정. 2007-08-22 08:37:49 +00:00
DBCubrid.class.php cubrid addindex, indexexist 변경 2007-08-28 01:20:02 +00:00
DBMysql.class.php MySQL DB에서 특정 테이블의 index체크시 서버 버전에 따라 where 절이 먹히지 않아서 전체 목록을 가져와 하나씩 비교하는 방식으로 구현방법 수정 2007-08-30 01:39:11 +00:00
DBMysql_innodb.class.php MySQL DB에서 특정 테이블의 index체크시 서버 버전에 따라 where 절이 먹히지 않아서 전체 목록을 가져와 하나씩 비교하는 방식으로 구현방법 수정 2007-08-30 01:39:11 +00:00
DBSqlite2.class.php #113. Sqlite2/3에서 index add script 정상 동작하도록 수정 2007-08-23 06:39:32 +00:00
DBSqlite3_pdo.class.php #113. Sqlite2/3에서 index add script 정상 동작하도록 수정 2007-08-23 06:39:32 +00:00