/
v1.6.5 Release Note

v1.6.5 Release Note

 

  • 크게 수정된 사항은 다음과 같습니다. 
  1. 어드민은 일반 사용자 관리화면이 추가되었습니다. (https://github.com/hangum/TadpoleForDBTools/issues/637)
  2. 어드민은 일반 사용자 데이터 베이스 관리화면이 추가되었습니다. (https://github.com/hangum/TadpoleForDBTools/issues/637)
  3. 사용자가 올챙이에 요청하고 있는 쿼리 파악할 수 있는 화면이 추가되었습니다. (https://github.com/hangum/TadpoleForDBTools/issues/638)
  4. 어드민은 특정 사용자가 데이터베이스를 등록하지 못하도록 하는 기능이 추가 되었습니다.
  5. 에디터 테마(24 종류), 폰트크기, warp여부 등을 설정 할수 있습니다. (https://github.com/hangum/TadpoleForDBTools/issues/631)
     
  6. MySQL, Oracle, MSSQL, PGSQL의 프로시저 펑션의 에디트와 실행 방법이 개선 되었습니다. (6.1.2 오브젝트 실행
  7. 기타 자세한 사항은 다음을 참조하세요.
    https://github.com/hangum/TadpoleForDBTools/issues?q=milestone%3A1.6.5 
  8. Tadpole API HUB는 프로시저와 펑션을 사용할수 있습니다. (https://github.com/hangum/TadpoleDBHub_APIServer/issues/3)
  9. Tadpole API HUB 셈플 프로젝트가 작성되었습니다. (https://github.com/hangum/TadpoleDBHub_APIServer/issues/8)

10. https://github.com/hangum/TadpoleForDBTools/pull/640

 

이전버전(1.6.4) 사용자는 엔진디비 MySQL 사용자는 다음 컬럼을 추가해야합니다

ALTER TABLE `tadpole_user` 
ADD COLUMN `is_regist_db` CHAR(3) NOT NULL DEFAULT 'YES' COMMENT 'Is register DB' AFTER `allow_ip`;

Related content

<span id="pageNum"/>