Branch: Tag:

2017-03-31

2017-03-31 16:19:19 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Sql: Make the dont_dump_program symbol optional.

Fixes some instances of "Bad type in assignment." when the driver
specific clases are used as types, and assigned from Sql.Sql().

59:      // Cannot dump this since the #require check may depend on the   // presence of system libs at runtime. - constant dont_dump_program = 1; + optional constant dont_dump_program = 1;      //!   inherit Mysql.mysql;