[sqlite] ISO-8859-1 (Latin1) Support in Sort Order

2004-05-25 Thread Vitor
Hello, I would like to know if there's some working running to provide correct sorting method for ISO-8859-1 (Latin1) (eg. 'Á'). If no, i can contribute with "C" code to do it. Regards, Vitor - To unsubscribe, e-ma

[sqlite] SQLite::DB Perl Module Released

2004-06-04 Thread Vitor
Folks, I an sharing, through CPAN, one perl module that provides an object oriented wrapper to SQLite databases using DBI and DBD::SQLite modules. http://search.cpan.org/~vxx/SQLite-DB-0.02/lib/SQLite/DB.pm Please feel free to send me feedbacks of it. Regards, Vitor

[sqlite] problem with journal_mode memory to wal

2013-03-14 Thread Vitor Rosa
Hello, I'm using windows 7 (64 bits) with sqlite 3.7.15.2 and I can't change journal_mode to WAL, it always return memory mode. what I can do? Many thanks, Vitor. ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin

Re: [sqlite] problem with journal_mode memory to wal

2013-03-14 Thread Vitor Rosa
db? Many thanks, Vitor. Vitor Rosa Corporate Relations Local BEST Group Almada Faculdade de Ciências e Tecnologia da Universidade Nova de Lisboa +351 965 707 240 2013/3/14 Richard Hipp <d...@sqlite.org> > On Wed, Mar 13, 2013 at 12:45 PM, Vitor Rosa <v.r...@campus.fct.unl.pt

[sqlite] Bind Blob in Version 2 Api

2005-03-22 Thread Vitor Serra Mori
Is there an similiar function to version 2 API to sqlite3_bind_blob function ? Thanks Vitor