~ubuntu-branches/ubuntu/precise/libdbd-pg-perl/precise

« back to all changes in this revision

Viewing changes to dbdimp.h

  • Committer: Bazaar Package Importer
  • Author(s): gregor herrmann
  • Date: 2008-05-11 14:32:37 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20080511143237-knulflfju6qi2s0p
Tags: 2.7.0-1
* New upstream release.
* Refresh lintian override.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
        $Id: dbdimp.h 11155 2008-04-30 21:40:17Z turnstep $
 
2
        $Id: dbdimp.h 11220 2008-05-09 02:14:39Z turnstep $
3
3
        
4
4
    Copyright (c) 2000-2008 Greg Sabino Mullane and others: see the Changes file
5
5
        Portions Copyright (c) 1997-2000 Edmund Mergl
24
24
        bool    done_begin;        /* have we done a begin? (e.g. are we in a transaction?) */
25
25
        bool    dollaronly;        /* Only consider $1, $2 ... as valid placeholders */
26
26
        bool    expand_array;      /* Transform arrays from the db into Perl arrays? Default is 1 */
27
 
        bool    standard_escape;   /* Is standard_conforming_strings turned on? */
28
27
 
29
28
        int     pg_protocol;       /* value of PQprotocolVersion, usually 3 (could also be 0) */
30
29
        int     pg_server_version; /* Server version e.g. 80100 */