Re: [PHPLIB-DEV] cvs commit From: Kirill Maximov (kir <email protected>)
Date: 11/11/99

  Hi,

negro wrote:
>
> From: negro
> Date: Thu Nov 11 13:41:28 1999
> Added files:
> php-lib/php/ct_sql_blob.inc
>
> Modified files:
> php-lib/CHANGES
> php-lib/php/be_null.inc
> php-lib/php/be_sql.inc
>
> Log message:
> Checked in a draft implementation of ct_sql_blob, a container
> using blob storage engine as proposed by Sascha and implemented
> by me some time ago.
>
> Some modifications to blob engine scheme, ripped out open and
> close methods, renamed all methods without the blob_ prefix.
>
> Please please please, give some feedback.
>

   BEGIN/END TRANSACTION is not supported by Oracle.
   In ct_split_sql I committed alternative for Oracle,
   so you can use it in BLOB class too.

   What about ct_sql_blob class - sorry, i'm not sure
   that this class is really needed. I think that
   new kk's ct_split_sql class is sufficient for most
   purposes. And, probably, it should work faster -
   it uses less SQL calls because works with only
   one table.

   For other purposes be_sql class is fine, I think.
   Especially in Oracle, where we have 2000 bytes
   limit for VARCHAR column type and a lot of
   problems with LONG type support.

   And, IMHO, there is a sense to give an ability
   to give different encoding type support ala
   ct_split_sql offers.

   With best regards,
   KIR
-
PHPLIB Developers Mailing List. Send messages to <phplib-dev <email protected>>.
To unsubscribe, send "unsubscribe" to <phplib-dev-request <email protected>> in
the body, not the subject, of your message.