File: Compat.pm.patch

package info (click to toggle)
libdbix-recordset-perl 0.26-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,836 kB
  • sloc: perl: 6,970; makefile: 11
file content (14 lines) | stat: -rw-r--r-- 514 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Description: Tell Compat.pm that Pg type '4' is numeric (Postgres 7.3).
Author: Angus Lees <gus@debian.org>
Date: Tue, 19 Aug 2003 22:36:31 +1000

--- a/Compat.pm
+++ b/Compat.pm
@@ -320,6 +320,7 @@
 
       'SupportSQLJoin' => 1,              # Driver does not supports INNER/LEFT/RIGHt JOIN Syntax in SQL select
       'NumericTypes'   => { 
+                                4 => 1,
                                 20 => 1, 
                                 21 => 1, 
                                 22 => 1,