~ubuntu-branches/ubuntu/precise/koffice/precise

« back to all changes in this revision

Viewing changes to kexi/3rdparty/kexisql3/src/delete.c

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2006-04-20 21:38:53 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20060420213853-j5lxluqvymxt2zny
Tags: 1:1.5.0-0ubuntu2
UbuntuĀ uploadĀ 

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
** This file contains C code routines that are called by the parser
13
13
** to handle DELETE FROM statements.
14
14
**
15
 
** $Id: delete.c 410099 2005-05-06 17:52:07Z staniek $
16
15
*/
17
16
#include "sqliteInt.h"
18
17