Hi Dan,

You're right : situation is much better than what I thought.
I ddid a more complete check, switching from sqlite.exe 3.8.3  to
sqlite.dll  3.8.4.3

create /*this */
-- really
table /* is */ toty(
-- for
/* truly */
   x --educative
) /*purpose */
-- and comment hunting
 ;

select sql from sqlite_master

... gives back (changing from sqlite.exe  to sqlite.dll and switching to
3.8.4.3) :
CREATE TABLE toty(
-- for
/* truly */
   x --educative
)

So  :
- the loss of header and tail comments doesn't sound logical,
- but it's much better than the total loss I thought.


A small change in favor of head and tail comments preservation would still
be nice, though.

Regards,





So we miss the early and end comments
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to