[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: back-sql, latest cvs version
Just committed appropriate changes, please test, because I currently have no
environment even to build it...
Thank you,
WBW, Dmitry
----- Original Message -----
From: "Mei-Hui Su" <mei@ISI.EDU>
To: <openldap-bugs@OpenLDAP.org>
Cc: <annc@ISI.EDU>; <carl@ISI.EDU>
Sent: Friday, September 07, 2001 2:49 AM
Subject: back-sql, latest cvs version
>
> Hi,
>
> I just started to try out the back-sql backend and
> here are some problems I encountered while compiling it
> using Sun solaris 2.8, native compiler with latest cvs
> version(Sep 6, 2001)
>
>
> 1) 'No newline at end of file'
> sql-types.h
> back-sql.h
> sql-wrap.h
> schema-map.h
> entry-id.h
> util.h
>
> 2) several C++ styled comment lines in
> back-sql.h
> schema-map.h
> entry-id.h
> search.c
> entry-id.c
> schema-map.c
> sql-wrap.c
> modify.c
> util.c
>
> 3) init.c , line 199: newline in string literal
> search.c, line 451: newline in string literal
> util.c, line 25: newline in string literal
>
> mei