Remove timestamp fields from select query

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Remove timestamp fields from select query

Ravikumar N B
Hi,

I'm using external database for my custom module.
In my database i have more than 50 tables.

In ofbiz each and every select query pass additionals four timestamp fields,
but doesn't have those fields in my tables.

HOW TO REMOVE LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, CREATED_STAMP ,
CREATED_TX_STAMP those fields from select query?????

Please help me :)

Thanks
Ravi
Reply | Threaded
Open this post in threaded view
|

Re: Remove timestamp fields from select query

Adrian Crum
Set no-auto-stamp true on those entities.

Btw, this type of question belongs on the user list.

-Adrian

Ravi Kumar wrote:

> Hi,
>
> I'm using external database for my custom module.
> In my database i have more than 50 tables.
>
> In ofbiz each and every select query pass additionals four timestamp fields,
> but doesn't have those fields in my tables.
>
> HOW TO REMOVE LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, CREATED_STAMP ,
> CREATED_TX_STAMP those fields from select query?????
>
> Please help me :)
>
> Thanks
> Ravi
>
Reply | Threaded
Open this post in threaded view
|

Re: Remove timestamp fields from select query

Ravikumar N B
Thanks  Adrian

On Fri, May 22, 2009 at 8:25 PM, Adrian Crum <[hidden email]> wrote:

> Set no-auto-stamp true on those entities.
>
> Btw, this type of question belongs on the user list.
>
> -Adrian
>
>
> Ravi Kumar wrote:
>
>> Hi,
>>
>> I'm using external database for my custom module.
>> In my database i have more than 50 tables.
>>
>> In ofbiz each and every select query pass additionals four timestamp
>> fields,
>> but doesn't have those fields in my tables.
>>
>> HOW TO REMOVE LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, CREATED_STAMP ,
>> CREATED_TX_STAMP those fields from select query?????
>>
>> Please help me :)
>>
>> Thanks
>> Ravi
>>
>>