commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gnue/common/src/schema/scripter/processors post...


From: Jason Cater
Subject: gnue/common/src/schema/scripter/processors post...
Date: Sat, 14 Dec 2002 13:05:40 -0500

CVSROOT:        /cvsroot/gnue
Module name:    gnue
Changes by:     Jason Cater <address@hidden>    02/12/14 13:05:38

Modified files:
        common/src/schema/scripter/processors: postgresql.py 

Log message:
        * Corrected a timestamp issue with the PgSQL schema writer

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/common/src/schema/scripter/processors/postgresql.py.diff?tr1=1.2&tr2=1.3&r1=text&r2=text

Patches:
Index: gnue/common/src/schema/scripter/processors/postgresql.py
diff -c gnue/common/src/schema/scripter/processors/postgresql.py:1.2 
gnue/common/src/schema/scripter/processors/postgresql.py:1.3
*** gnue/common/src/schema/scripter/processors/postgresql.py:1.2        Fri Dec 
 6 01:25:17 2002
--- gnue/common/src/schema/scripter/processors/postgresql.py    Sat Dec 14 
13:05:38 2002
***************
*** 62,68 ****
      return "time"
  
    def timestamp(self, object):
!     return "datetime"
  
    def text(self, object):
      return "text"
--- 62,68 ----
      return "time"
  
    def timestamp(self, object):
!     return "timestamp"
  
    def text(self, object):
      return "text"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]