On Tue, Mar 12, 2013 at 1:57 PM, Warren Young <war...@etr-usa.com> wrote:

> On 3/7/2013 16:14, Richard Hipp wrote:
>
>> On Thu, Mar 7, 2013 at 6:10 PM, Jeff Archer <jsarcher@nanotronicsimaging.
>> **com <jsarc...@nanotronicsimaging.com>
>>
>>> wrote:
>>>
>>
>>  Will SQLite4 be capable of reading a SQLite3 database to facilitate
>>> upgrade?  (I'm guessing 'no')
>>>
>>>
>> No.
>>
>
> Is it expected to be language-compatible, at least, so you can slurp in a
> .dump file?
>

Yes, this should work:

    sqlite3 old.db .dump | sqlite4 new.db



>
> I mean this question in the same sense that one always questions SQL
> compatibility: yes, there are standards, but only the naive believe all SQL
> implementations understand all SQL dialects.
>
>
> ______________________________**_________________
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-**bin/mailman/listinfo/sqlite-**users<http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users>
>



-- 
D. Richard Hipp
d...@sqlite.org
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to