> is there any way for dbix '!Filter' to get one field in the database
> to correspond to multiple keys in the assoc array, or vice versa?
>
Sorry, I don't understand what you mean. Can you give a short example ?
Gerald
-
Gerald Ri
> i'm using subquery-less mysql,
> and need to create a temporary table for some of my queries.
>
> is there any way to use dbix and _really_ arbitrary sql
> (create table ...; select ...) ?
>
For create, insert etc. you can use the do method:
$set -> do ('create table ') ;
For select yo
> I just upgraded from 1.3.3 to 1.3.4. I have not changed any of my Apache
> config settings, but am now getting this error in my Apache log:
>...
>
> But, I feel that it is strange to assume that I am using session
> management, when I am not. Is this intended (or desirable) default
> behavior?
Robert wrote:
>
> Gerald Richter wrote:
> >
> > >
> > > "xxx.html?[+ \%fdat +]" stopped to work (it worked in recent CVS version
> > > and 1.3.3), now one has to write strictly "xxx.html?[+ scalar { %fdat }
> > > +]". I guess it's OK, I just wanted people to know.
> > >
> >
> > There aren't any c
is there any way for dbix '!Filter' to get one field in the database
to correspond to multiple keys in the assoc array, or vice versa?
thanks,
josh spoerri
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-m
i'm using subquery-less mysql,
and need to create a temporary table for some of my queries.
is there any way to use dbix and _really_ arbitrary sql
(create table ...; select ...) ?
thanks,
josh spoerri
-
To unsubscribe, e-mail:
I just upgraded from 1.3.3 to 1.3.4. I have not changed any of my Apache
config settings, but am now getting this error in my Apache log:
[8659]SES: Embperl Session management DISABLED beause of following
error: Can't locate Apache/SessionX.pm in @INC (@INC contains:
/usr/lib/perl5/5.6.0/i386-li
Gerald Richter wrote:
>
> >
> > "xxx.html?[+ \%fdat +]" stopped to work (it worked in recent CVS version
> > and 1.3.3), now one has to write strictly "xxx.html?[+ scalar { %fdat }
> > +]". I guess it's OK, I just wanted people to know.
> >
>
> There aren't any changes in this area that I am awa
>
> "xxx.html?[+ \%fdat +]" stopped to work (it worked in recent CVS version
> and 1.3.3), now one has to write strictly "xxx.html?[+ scalar { %fdat }
> +]". I guess it's OK, I just wanted people to know.
>
There aren't any changes in this area that I am aware of, "xxx.html?[+
\%fdat +]" always m
Gerald Richter wrote:
>
> Changes since 1.3.3:
"xxx.html?[+ \%fdat +]" stopped to work (it worked in recent CVS version
and 1.3.3), now one has to write strictly "xxx.html?[+ scalar { %fdat }
+]". I guess it's OK, I just wanted people to know.
- Robert
-
___cliff rayman___ wrote:
>
> search the embperl archives. i think u will find reference to this error
> and the method for fixing it.
I did search the archive. Most similar problems were connected to the
way 5.6.0+ is handling error messages anf this is supposed to be fixed
in Embperl 1.3.3. A
>
> I've just deleted Apache::Session and 'make test' works OK. I don't need
> Apache::Session right away but it's still weird, isn't it?
>
The problem are changes in the MD5 and Digest::MD5 modules, which occur
between Perl 5.6.0 and 5.6.1.
The problem is fixed in the just released Embperl 1.3.
The URL
ftp://ftp.dev.ecos.de/pub/perl/embperl/HTML-Embperl-1.3.4.tar.gz
has entered CPAN as
file: $CPAN/authors/id/G/GR/GRICHTER/HTML-Embperl-1.3.4.tar.gz
size: 356286 bytes
md5: 1cfa47da50fd42c9d6cb5dc79ee73326
This is mainly a maintaince release with a few new features. I expect
13 matches
Mail list logo