clsql

    3熱度

    2回答

    我正在做一些練習clsql。我想連接我的oracle服務器,因此我的連接功能是; (connect '("192.168.2.3" "xe" "username" "password") :database-type :oracle) 當我打回,以下錯誤消息出現。 Couldn't load foreign libraries "libclntsh", "oci". (searched *FORE

    5熱度

    3回答

    我在運行10.5.8的Intel Core 2 Duo Macbook上安裝了SBCL(通過macports/darwinport)。我已經安裝了幾個庫是這樣的: (require 'asdf) (require 'asdf-install) (asdf-install:install 'cl-who) 但是,當我試圖安裝CLSQL這種方式('clsql)它下載後,我得到這個: ...

    2熱度

    1回答

    我正在使用SQLite後端的CL-SQL,我不能完全獲得自動增量主鍵的工作。我宣佈像老虎(以高清視圖級): ((id :accessor d-id :db-constraints :primary-key :type integer :db-type "INTEGER") 但如果我創建類,字段不更新,甚至當我打電話更新記錄,從實例,如果我調用update-instance-from-recor

    4熱度

    1回答

    有誰知道如何將clsql-sys方法導出到clsql-sys/cl-user包中? 這些方法是針對每種數據庫類型單獨定義的。 例如,假設我在包CLSQL MySQL的定義在DB-mysql /下的mysql-sql.lisp的方法: (defpackage #:clsql-mysql (:use #:common-lisp #:clsql-sys #:mysql #:clsql-uffi) (