Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit a8313f9

Browse files
committed
Updated ECPG From: Michael Meskes <meskes@topsystem.de>
1 parent 0386a50 commit a8313f9

File tree

3 files changed

+177
-189
lines changed

3 files changed

+177
-189
lines changed

src/interfaces/ecpg/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
SUBDIRS = src/include src/lib src/preproc
1+
SUBDIRS = include lib preproc
22

3-
all install uninstall clean::
3+
all install uninstall clean:
44
for i in $(SUBDIRS); do ( cd $$i; make $@ ); done

src/interfaces/ecpg/TODO

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ The variables should be static.
44

55
The preprocessor interface is strange, to say the least It would be better
66
with a consistant unix arguments interface, perhaps builtin default
7-
filenames so they won't have to be given all the time.
7+
filenames so they won't have to be given all the time. (Done: MM 2/5/98)
88

99
Preprocessor cannot do syntax checking on your SQL statements Whatever you
1010
write is copied more or less exactly to the postgres95 and you will not be
@@ -46,3 +46,8 @@ scripts. Speed will never be accomplished in this way. To do this you need a
4646
bigger insight in the database construction and the use of the database than
4747
could be realised in a script.
4848

49+
Now comes my list (MM):
50+
51+
libecpg should be made a shared library.
52+
53+
Makefiles have to able to correctly install and clean.

0 commit comments

Comments
 (0)