File: README

package info (click to toggle)
unixodbc 2.2.11-16
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 17,332 kB
  • ctags: 12,399
  • sloc: ansic: 116,624; cpp: 29,333; sh: 25,024; makefile: 3,002; lex: 241; yacc: 182; perl: 142; sed: 16; sql: 1
file content (28 lines) | stat: -rw-r--r-- 554 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
sqp
---

PURPOSE:

sqp is an SQL parser. It was created to provide SQL parsing to ODBC
drivers. For example; the ODBC Text File driver (odbctxt).

LANGUAGE SUPPORT:

sqp supports the most common syntax. Check yac.y for details.

TRAPS:

1. Does not really support embedded quotes (see lex.l).

2. Do not let the last character of your SQL statement be a 
quote. odbctxt gets around this by appending a space to the end
of every statement.

LICENSING:

LGPL (of course).

--------
Author: Peter Harvey <pharvey@codebydesign.com>
Home  : www.unixodbc.org