fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [6911] Added sql type from postgres


From: Petur Thorsteinsson
Subject: [Fmsystem-commits] [6911] Added sql type from postgres
Date: Thu, 03 Feb 2011 19:16:52 +0000

Revision: 6911
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=6911
Author:   peturbjorn
Date:     2011-02-03 19:16:49 +0000 (Thu, 03 Feb 2011)
Log Message:
-----------
Added sql type from postgres

Modified Paths:
--------------
    branches/dev-bim2/phpgwapi/inc/class.schema_proc_pgsql.inc.php

Modified: branches/dev-bim2/phpgwapi/inc/class.schema_proc_pgsql.inc.php
===================================================================
--- branches/dev-bim2/phpgwapi/inc/class.schema_proc_pgsql.inc.php      
2011-02-02 15:34:11 UTC (rev 6910)
+++ branches/dev-bim2/phpgwapi/inc/class.schema_proc_pgsql.inc.php      
2011-02-03 19:16:49 UTC (rev 6911)
@@ -103,6 +103,9 @@
                                case 'bool':
                                        $sTranslated = 'boolean';
                                        break;
+                               case 'xml':
+                                       $sTranslated = 'xml';
+                                       break;
                        }
                        return $sTranslated;
                }




reply via email to

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