File: README

package info (click to toggle)
unixodbc 2.1.1-8
  • links: PTS
  • area: main
  • in suites: woody
  • size: 12,668 kB
  • ctags: 12,486
  • sloc: ansic: 107,685; cpp: 33,663; sh: 13,300; makefile: 2,926; yacc: 499; lex: 241; sed: 93; 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