~ubuntu-branches/ubuntu/precise/libdbi-drivers/precise

« back to all changes in this revision

Viewing changes to drivers/sqlite/dbd_sqlite.h

  • Committer: Stefano Rivera
  • Date: 2010-08-07 14:06:29 UTC
  • mfrom: (5.1.1 libdbi-drivers)
  • Revision ID: stefanor@ubuntu.com-20100807140629-dshfwn5j6v34pqrd
Tags: 0.8.3-1-0ubuntu1
New upstream release. -- Fixes ABORT problems with sqlite3+rrdtool

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
 * Copyright (C) 2001, David Parker and Mark Tobenkin.
4
4
 * http://libdbi.sourceforge.net
5
5
 * 
6
 
 * dbd_sqlite.c: SQLite database support (using libsqlite)
7
 
 * Copyright (C) 2002, Markus Hoenicka <mhoenicka@users.sourceforge.net>
 
6
 * This library is free software; you can redistribute it and/or
 
7
 * modify it under the terms of the GNU Lesser General Public
 
8
 * License as published by the Free Software Foundation; either
 
9
 * version 2.1 of the License, or (at your option) any later version.
 
10
 *
 
11
 * This library is distributed in the hope that it will be useful,
 
12
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 
13
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 
14
 * Lesser General Public License for more details.
 
15
 *
 
16
 * You should have received a copy of the GNU Lesser General Public
 
17
 * License along with this library; if not, write to the Free Software
 
18
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
19
 *
 
20
 * dbd_sqlite.h: SQLite database support (using libsqlite) header file
 
21
 * Copyright (C) 2002-2007, Markus Hoenicka <mhoenicka@users.sourceforge.net>
8
22
 * http://libdbi.sourceforge.net
9
23
 * 
10
 
 * $Id: dbd_sqlite.h,v 1.2 2003/06/08 16:34:47 mhoenicka Exp $
 
24
 * $Id: dbd_sqlite.h,v 1.3 2007/12/07 00:30:41 mhoenicka Exp $
11
25
 */
12
26
 
13
27
enum enum_field_types { FIELD_TYPE_DECIMAL, FIELD_TYPE_TINY,