On Fri, Mar 19, 2010 at 11:32 PM, Armaghan Saqib <sa...@ledger123.com> 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

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Ledger-smb-devel mailing list
Ledger-smb-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ledger-smb-devel

Reply via email to