[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Minor typo in Form.pm and couple of questions
- Subject: Re: Minor typo in Form.pm and couple of questions
- From: Chris Travers <..hidden..>
- Date: Sat, 20 Mar 2010 12:06:37 -0700
On Fri, Mar 19, 2010 at 11:32 PM, Armaghan Saqib <..hidden..> wrote:
> I was just looking at the 1.2 code and found this in Form.pm (I am
> trying to backport some of the nice work to SL)
> Line 641: "my $dbh = $form->{dbh};"
>
> Shouldn't it be "my $dbh = $self->{dbh};"
>
> And just my two queries:
>
> 1. It seems that 1.2 schema is same as that of SL 2.6. right? (except
> the userconf/session tables)
I believe the defaults table is different, and we have
custom_table_catalog and custom_field_catalog for extending other
tables as needed for customizaiton.
>
> 2. What is the purpose of 'transactions' table?
This prevents ambiguous joins when an id is re-used across tables
which use that sequence.
Best Wishes,
Chris Travers