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

« back to all changes in this revision

Viewing changes to kexi/tools/sql_keywords/kexi_reserved

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2010-09-21 15:36:35 UTC
  • mfrom: (1.4.1 upstream) (60.2.11 maverick)
  • Revision ID: james.westby@ubuntu.com-20100921153635-6tejqkiro2u21ydi
Tags: 1:2.2.2-0ubuntu3
Add kubuntu_03_fix-crash-on-closing-sqlite-connection-2.2.2.diff and
kubuntu_04_support-large-memo-values-for-msaccess-2.2.2.diff as
recommended by upstream http://kexi-
project.org/wiki/wikiview/index.php@Kexi2.2_Patches.html#sqlite_stab
ility

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# This file contains keywords that are resevered for use in Kexi SQL
 
2
# They should be escaped when used as identifiers in databases.
 
3
AFTER
 
4
ALL
 
5
ASC
 
6
BEFORE
 
7
BEGIN
 
8
BETWEEN
 
9
BY
 
10
CASCADE
 
11
CASE
 
12
CHECK
 
13
COLLATE
 
14
COMMIT
 
15
CONSTRAINT
 
16
CROSS
 
17
DATABASE
 
18
DEFAULT
 
19
DELETE
 
20
DESC
 
21
DISTINCT
 
22
DROP
 
23
END
 
24
ELSE
 
25
EXPLAIN
 
26
FOR
 
27
FOREIGN
 
28
FULL
 
29
GROUP
 
30
HAVING
 
31
IGNORE
 
32
INDEX
 
33
INNER
 
34
INSERT
 
35
INTO
 
36
KEY
 
37
LIMIT
 
38
MATCH
 
39
NATURAL
 
40
OFFSET
 
41
ORDER
 
42
OUTER
 
43
PRIMARY
 
44
REFERENCES
 
45
REPLACE
 
46
RESTRICT
 
47
ROLLBACK
 
48
ROW
 
49
SET
 
50
TEMPORARY
 
51
THEN
 
52
TRANSACTION
 
53
UNION
 
54
UNIQUE
 
55
UPDATE
 
56
USING
 
57
VALUES
 
58
WHEN