Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita8313f9

Browse files
committed
Updated ECPG From: Michael Meskes <meskes@topsystem.de>
1 parent0386a50 commita8313f9

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/includesrc/libsrc/preproc
1+
SUBDIRS = include lib preproc
22

3-
allinstalluninstallclean::
3+
allinstalluninstallclean:
44
foriin$(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)

[8]ページ先頭

©2009-2025 Movatter.jp