On Mon, 12 May 2008, D. Richard Hipp wrote:

> Note that on older systems this should not be a problem since
> databases will be both created and read by older versions of SQLite.

> The only time this will cause a problem is when you create a new
> database file using SQLite 3.6.0 or later and then try to read or
> write that file using a different version of SQLite that is more than
> 2 years old.

Richard,

   Looking at these two conditions suggests that there will be no problems
created by making your suggested change.

   If older databases create and read files in the older format version, then
it does not matter what version is used for the newest files.

   The suggested change appears to have no impacts that cannot be easily
avoided.

Rich

-- 
Richard B. Shepard, Ph.D.               |  Integrity            Credibility
Applied Ecosystem Services, Inc.        |            Innovation
<http://www.appl-ecosys.com>     Voice: 503-667-4517      Fax: 503-667-8863
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to