summaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/ChangeLog
blob: f20a717dbc4883e94bbebac933109061b7359b88 (plain)
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
Wed Feb 11 10:58:13 CET 1998

	- Added '-d' option to turn on debugging.
	- Added version number to ecpg.
	- Made libecpg a shared library.
	- All files are now installed by 'make install'.
	- Added man page.

Thu Feb 12 14:45:07 CET 1998

	- changed parser to correctly handle local variables.

Thu Feb 12 15:55:37 CET 1998

	- allow static and extern variable definitions.
	- free() variable structure completely.

Fri Feb 13 12:35:58 CET 1998

	- ecpg can use structs to store data, but only if the complete
	  definition of the struct lies inside the sql declare section
	  and only simple types used.

Fre Feb 13 14:12:41 CET 1998

	- struct definitions now work completely.

Mon Feb 16 16:17:21 CET 1998

	- enable initialisation in declare section.
	- connect call accepts a variable as well. 

Wed Feb 18 21:41:30 CET 1998

	- added whenever statement

Thu Feb 19 12:48:14 CET 1998

	- added do option to whenever statement

Sat Feb 21 19:10:55 CET 1998

	- use char[] as string not as array of bytes that is integers

Sun Feb 22 16:37:36 CET 1998

	- use long for all size variables
	- added execute immediate statement

Sun Feb 22 20:41:32 CET 1998

	- use varcharsize = 1 for all simple types, 0 means pointer, > 1
	  means array if type is char resp. unsigned char

Thu Feb 24 12:26:12 CET 1998

	- allow 'go to' in whenever statement as well as 'goto'
	- new argument 'stop' for whenever statement

Wed Feb 25 15:46:50 CET 1998

	- corrected whenever continue handling
	- removed whenever break

Fri Feb 27 10:51:38 CET 1998

	- corrected parser to accept '::int2'

Fri Feb 27 12:00:55 CET 1998

	- removed all shift/reduce conflicts
	- allow syntax 'fetch cursor' as well as 'fetch in cursor'

Fri Mar 13 11:37:16 CET 1998

	- finished transaction handling, needs only one function in ecpglib now
	  old functions are still supported for compatibility
	- set library to version 1.1.0

Fri Mar 13 13:35:13 CET 1998

	- exec sql include includes files during parsing
	- set parser to version 1.1.0
	- added -I option to ecpg to set include path

Mon Mar 16 15:09:10 CET 1998

	- fixed parser to print correct filename and line number