X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=db-oracle%2Foracle-objects.lisp;h=4e58aa5160b1e958b80f84a74ba79e72e32ca4c9;hb=7a01154e40dd4516ece2ebe2267a11dec1f9a18f;hp=23f22d7cf48fb759dc8cf5a2f9edf05d783d179b;hpb=7d50938ba2db52a713498e49aa1679deae6f0b6b;p=clsql.git diff --git a/db-oracle/oracle-objects.lisp b/db-oracle/oracle-objects.lisp index 23f22d7..4e58aa5 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 is part of CLSQL. +;;;; +;;;; 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))