@@ -400,3 +400,60 @@ Tue Feb 2 07:40:52 CET 1999
400
400
- Brought preproc.y in sync again with gram.y.
401
401
- Set ecpg version to 2.4.9
402
402
403
+ Wed Feb 3 18:28:46 CET 1999
404
+
405
+ - Started working on PREPARE statement.
406
+ - Fixed typo in preproc that cause CREATE statement to not work
407
+ anymore.
408
+
409
+ Thu Feb 4 19:43:39 CET 1999
410
+
411
+ - Some parts of the PREPARE statement work now.
412
+ - Added EXECUTE command
413
+ - Added DEALLOCATE PREPARE command
414
+
415
+ Fri Feb 5 18:25:07 CET 1999
416
+
417
+ - PREPARE seems to be working okay now.
418
+ - Fixed some minor bugs.
419
+ - Renamed y.tab.* to preproc.*
420
+
421
+ Mon Feb 8 07:57:29 CET 1999
422
+
423
+ - Synced preproc.y with gram.y again.
424
+ - Allow ':<name>' as positional variable in prepare statement also.
425
+ You can still specify ';;' instead of course.
426
+ - Added TYPE statement.
427
+ - Set library version to 2.7.0
428
+
429
+ Tue Feb 9 07:07:11 CET 1999
430
+
431
+ - Synced preproc.y with gram.y.
432
+
433
+ Tue Feb 9 20:21:44 CET 1999
434
+
435
+ - Added FREE statement.
436
+
437
+ Wed Feb 10 07:51:09 CET 1999
438
+
439
+ - Synced keyword.c.
440
+
441
+ Sat Feb 13 10:44:43 CET 1999
442
+
443
+ - Added DECLARE STATEMENT for compatibility with Oracle. De facto
444
+ this statement does nothing.
445
+ - Added VAR statement.
446
+
447
+ Son Feb 14 11:36:04 CET 1999
448
+
449
+ - Added type 'enum' to TYPE and VAR statement.
450
+ - Allow ecpg keywords as datatypes.
451
+
452
+ Thu Feb 18 08:35:35 CET 1999
453
+
454
+ - Make sure indicator for array is array too.
455
+
456
+ Fri Feb 19 18:38:45 CET 1999
457
+
458
+ - Finished type aliasing for structures.
459
+ - Set ecpg version to 2.5.0
0 commit comments