X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=db-oracle%2Foracle-objects.lisp;h=e8993183ce9709fc97a70d180db3541ed1e0c727;hp=23f22d7cf48fb759dc8cf5a2f9edf05d783d179b;hb=48652576baf88a7dcde5649cec889228aa7b5133;hpb=69df048c1413aa55d9816ad4c7d6f32ae2d6c6cc diff --git a/db-oracle/oracle-objects.lisp b/db-oracle/oracle-objects.lisp index 23f22d7..e899318 100644 --- a/db-oracle/oracle-objects.lisp +++ b/db-oracle/oracle-objects.lisp @@ -1,4 +1,19 @@ -(in-package :clsql-oracle) +;;;; -*- Mode: LISP; Syntax: ANSI-Common-Lisp; Base: 10 -*- +;;;; ************************************************************************* +;;;; FILE IDENTIFICATION +;;;; +;;;; Name: oracle-objects.lisp +;;;; +;;;; $Id$ +;;;; +;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg +;;;; +;;;; CLSQL users are granted the rights to distribute and use this software +;;;; as governed by the terms of the Lisp Lesser GNU Public License +;;;; (http://opensource.franz.com/preamble.html), also known as the LLGPL. +;;;; ************************************************************************* + +(in-package #:clsql-oracle) (defparameter *oracle-default-varchar2-length* "512") @@ -77,13 +92,13 @@ ;;; LOCAL-TIME stuff that needs to go into hooks #+local-time -(defmethod clsql-sys::database-get-type-specifier +(defmethod clsql::database-get-type-specifier ((type (eql 'local-time::local-time)) args (database oracle-database)) (declare (ignore args)) "DATE") #+local-time -(defmethod clsql-sys::database-get-type-specifier +(defmethod clsql::database-get-type-specifier ((type (eql 'local-time::duration)) args (database oracle-database))