Re: guidance for using TTreeSQL ?

From: Philippe Canal <pcanal_at_fnal.gov>
Date: Fri, 25 Feb 2011 14:27:11 -0600


Hi,

Thanks for reporting this problem. It is fixed by revision 38233 of the trunk.

Cheers,
Philippe.

On 2/25/11 2:02 PM, Rob Mahurin wrote:
> On Thu, Feb 24, 2011 at 01:05:17PM -0600, Philippe Canal wrote:
>> Both problems were unexpected and have now been fixed in the trunk
>> and in the v5.28 patch branch.
>>
>> The temporary table issue is due to the fact that mysql does not
>> give access a list of those table the easy way (i.e. show table does
>> not show them). The GetColumnIndice was an unfortunate oversight
>> when reading table that has not been created by TTreeSQL.
> Thank you Philippe!
>
> I seem to still be unable to get text data from temporary tables:
>
> root[] TSQLStatement* stmt = serv->Statement(
> "create temporary table temp as "
> "select 42 as number, 'something' as text")
> root[] stmt->Process()
> (Bool_t)1
> root[] TTreeSQL t(serv, "test", "temp")
> root[] t.Print()
> **************************************************************************
> *Tree :temp : Database read from table: temp *
> *Entries : 1 : Total = 1445 bytes File Size = 0 *
> * : : Tree compression factor = 1.00 *
> **************************************************************************
> *Br 0 :number : number/I *
> *Entries : 1 : Total Size= 573 bytes One basket in memory *
> *Baskets : 0 : Basket Size= 32000 bytes Compression= 1.00 *
> *........................................................................*
> *Br 1 :text : text[9]/C *
> *Entries : 1 : Total Size= 567 bytes One basket in memory *
> *Baskets : 0 : Basket Size= 32000 bytes Compression= 1.00 *
> *........................................................................*
> root[] t.Scan()
> ************************************
> * Row * number * text *
> ************************************
> * 0 * 42 * *
> ************************************
> (Long64_t)1
>
> Thanks,
> Rob
>
Received on Fri Feb 25 2011 - 21:27:17 CET

This archive was generated by hypermail 2.2.0 : Mon Feb 28 2011 - 23:50:01 CET