patches 604726 and 655057 and more gmdb2 work

This commit is contained in:
brianb
2002-12-27 20:31:29 +00:00
parent 16735470a7
commit 8b6a84bd0b
17 changed files with 3393 additions and 137 deletions

7
src/odbc/.cvsignore Normal file
View File

@@ -0,0 +1,7 @@
Makefile
Makefile.in
.deps
.libs
*.lo
*.la
unittest

View File

@@ -1,4 +1,3 @@
if HAVE_ODBC
include_HEADERS = connectparams.h
SQLDIR = ../sql
SQLSOURCES = mdbsql.c parser.c lexer.c
@@ -19,4 +18,3 @@ unittest_LDADD = libmdbodbc.la ../libmdb/libmdb.la ../sql/libmdbsql.la
## Need blank statement to avoid compiling odbc.c
odbc: $(EXTRA_LTLIBRARIES)
@echo ''
endif