On 3/28/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
> Basically, I have django create the table and the snippet from models.py
> is:
>
> ExecutionStartDate = models.DateTimeField(verbose_name = "Start Date")
>
> And, then I have python load script which is loading the data with simple
> in
Basically, I have django create the table and the snippet from models.py is:
ExecutionStartDate = models.DateTimeField(verbose_name = "Start Date")
And, then I have python load script which is loading the data with simple
insert statements:
The data in the input file is
created = 22 Nov 2006 1
On 3/27/07, Jonas Maurus <[EMAIL PROTECTED]> wrote:
>
> On Mar 27, 7:58 pm, "jeffhg58" <[EMAIL PROTECTED]> wrote:
..
> > in the database. I am using a datetime field and when I insert the
> > record the milliseconds is being truncated.
>
> I find that strange, because Postgres doesn't natively sup
On Mar 27, 7:58 pm, "jeffhg58" <[EMAIL PROTECTED]> wrote:
> I am using a postgresql database and was wondering if anyone knew how
> to store milliseconds
> in the database. I am using a datetime field and when I insert the
> record the milliseconds is being truncated.
>
> Thanks,
> Jeff
I find th
I am using a postgresql database and was wondering if anyone knew how
to store milliseconds
in the database. I am using a datetime field and when I insert the
record the milliseconds is being truncated.
Thanks,
Jeff
--~--~-~--~~~---~--~~
You received this message
5 matches
Mail list logo