2016-09-12

tclcubrid v0.7

Source code:
tclcubrid


About:

CUBRID is an open source SQL-based relational database management system with object extensions developed by Naver Corporation for web applications.

tclcubrid is a Tcl extension by using CUBRID CCI (CCI Client Interface) driver to connect CUBRID. I write this extension to research CUBRID and CCI (CCI Client Interface) driver.


Main changelog:
  1. TDBC "tdbc::cubrid::connection create" parameters changed
    It is an INCOMPATIBILITY change! User maybe need update source code.
  2. cubrid HANDLE add parameter -property
    It is a POTENTIAL INCOMPATIBILITY change!
  3. Using cci_connect_with_url_ex to replace cci_connect_ex

更新 source code,使用 cci_connect_with_url_ex 取代 cci_connect_ex,並且加入相關部份的變化。

稍微閱讀 CUBRID HA 的文件以後,發現 CUBRID client 的部份使用  cci_connect_with_url_ex 來傳遞與 HA 有關的參數,雖然我不知道我的實作是不是適用,但是還是先改成使用 cci_connect_with_url_ex 來連線。

沒有留言: