tdbc::postgres

Check-in [e1181bd5af]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Add copyright information
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | medranocalvo-correct-quoting
Files: files | file ages | folders
SHA3-256: e1181bd5afc28f7292737fe5abc68866ebc8e319fd04400cc883cf307f1aa112
User & Date: adrianmedranocalvo 2018-09-14 18:10:18.226
Context
2018-09-14
18:58
Support specifying the schema name when querying tables or columns check-in: 9485f6bb80 user: adrianmedranocalvo tags: medranocalvo-correct-quoting
18:10
Add copyright information check-in: e1181bd5af user: adrianmedranocalvo tags: medranocalvo-correct-quoting
17:57
Properly quote string constants and identifiers check-in: ee2ba4cd4a user: adrianmedranocalvo tags: medranocalvo-correct-quoting
Changes
Unified Diff Show Whitespace Changes Patch
Changes to generic/tdbcpostgres.c.
1
2
3
4
5
6
7
8
9


10
11
12
13
14
15
16
/*
 *-----------------------------------------------------------------------------
 *
 * tdbcpostgres.c --
 *
 *	C code for the driver to interface TDBC and Postgres
 *
 * Copyright (c) 2009 by Slawomir Cygan.
 * Copyright (c) 2010 by Kevin B. Kenny.


 *
 * Please refer to the file, 'license.terms' for the conditions on
 * redistribution of this file and for a DISCLAIMER OF ALL WARRANTIES.
 *
 *-----------------------------------------------------------------------------
 */










>
>







1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*
 *-----------------------------------------------------------------------------
 *
 * tdbcpostgres.c --
 *
 *	C code for the driver to interface TDBC and Postgres
 *
 * Copyright (c) 2009 by Slawomir Cygan.
 * Copyright (c) 2010 by Kevin B. Kenny.
 * Copyright (c) 2018 by Patzschke + Rasp Software Gmbh (https://www.prs.de),
 *                       Adrián Medraño Calvo <[email protected]>.
 *
 * Please refer to the file, 'license.terms' for the conditions on
 * redistribution of this file and for a DISCLAIMER OF ALL WARRANTIES.
 *
 *-----------------------------------------------------------------------------
 */