This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: sqlite3 not readline-enabled any more?


On 12/09/2013 2:50 PM, Warren Young wrote:
On 9/12/2013 05:47, Ryan Johnson wrote:

I fired up a sqlite3 shell today and was dismayed to find that readline
support is AWOL...

It works here, under both MinTTY and cmd.exe.

By that I mean that I ran sqlite3, typed .help at it, then Up-Arrow gives me .help again.

ldd reports that it is indeed linked to cygreadline7.dll.

What does sqlite3 --version say?
$ which sqlite3
/usr/bin/sqlite3

$ sqlite3 --version
3.7.17 2013-05-20 00:56:22 118a3b35693b134d56ebd780123b7fd6f1497668

$ ldd $(which sqlite3)
        ntdll.dll => /cygdrive/c/Windows/SYSTEM32/ntdll.dll (0x77720000)
kernel32.dll => /cygdrive/c/Windows/system32/kernel32.dll (0x77600000) KERNELBASE.dll => /cygdrive/c/Windows/system32/KERNELBASE.dll (0x7fefd740000)
        cygsqlite3-0.dll => /usr/bin/cygsqlite3-0.dll (0x3fcf80000)
        cygwin1.dll => /usr/bin/cygwin1.dll (0x180040000)

Ryan


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]