home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / amiga / misc / sqldb.lzh / sqldb / CHANGES next >
Encoding:
Text File  |  1992-08-29  |  1.2 KB  |  35 lines

  1. changes since last release on 02/03/92
  2.  
  3.     bug in in command entry and semi-colons in string constants fixed
  4.     bug in sourceing a file that ended without a newline fixed
  5.     bug in table formatting regarding AMARKs and IMARKs fixed
  6.     bug in AMARKs/IMARKs handling in expressions
  7.     INSERT with subquery added
  8.     CREATE/OPEN/CLOSE DATABASE added
  9.     SELECT DISTINCT added
  10.     added ESCAPE clause to LIKE
  11.     CREATE INDEX statement added
  12.     query optimization for registered users
  13.     table is OPENed automatically after being CREATED
  14.     CHAR type max length increased to 1024 - use a stack > 30000
  15.     column aliases - expr AS ident - ANSI SQL2
  16.     multiuser capability
  17.     ARexx interface changed due to gcc-2.2.2
  18.  
  19. changes since last release on 11/25/91
  20.  
  21.     doc/sqldb_sqlref.doc deleted
  22.     doc/sqldb_sqlrefman.doc updated
  23.     added ORDER BY clause to SELECT
  24.     more memory leaks fixed
  25.     bug in NOT, MAYBE, MAYBE_I, MAYBE_A logical operators fixed
  26.     bug in SELECT ... OUTPUT TO filename fixed
  27.     bug in column formatting in GROUP BY fixed
  28.     added DATE and TIME datatype
  29.     bug in row selection in GROUP BY fixed
  30.     bug in row deletion/insertion fixed
  31.     added support for NOTNULL in INSERT INTO, UPDATE and 
  32.         DISPLAY TABLE statements
  33.     bug in ARexx interface fixed
  34.  
  35.