Search Discussions
-
Hi there, I noticed that the 3.9.0 amalgamation now contains FTS5. So it's time to think about the evolution of FTS support in DBD::Sqlite. At the moment, FTS5 is still experimental, but at some ...
Dami Laurent (PJ)
Oct 26, 2015 at 6:46 am
Oct 26, 2015 at 11:46 am -
Hi, I am working on integrating DBD::SQLite into Solaris. I need it to link to /usr/lib/libsqlite3.so . The problem is that the library is compiled without SQLITE_ENABLE_COLUMN_METADATA. Is there any ...
Vladimir Marek
Sep 30, 2015 at 3:16 pm
Oct 6, 2015 at 2:57 am -
Hi. 1) DBD::SQLite repository is moved to https://github.com/DBD-SQLite/DBD-SQLite (sorry for the late announcement). 2) As for the next stable version, I found a blocker; it looks like DBD::SQLite ...
Kenichi ishigaki
May 27, 2013 at 7:34 pm
May 27, 2013 at 7:34 pm -
Hi Aaron Unfortunately, there's not a lot I can personally do to help you. I act in a project/release manager capacity for DBD::SQLite, I make sure the packaging is done properly and that release are ...
Adam Kennedy
May 21, 2013 at 6:01 pm
May 21, 2013 at 6:01 pm -
I remember, a few years ago around when this mailing list started, there was some discussion about that one way to help make DBD::SQLite development easier was to make use of something called ...
Darren Duncan
May 11, 2013 at 1:33 am
May 21, 2013 at 6:03 pm -
Hi Guys, I am new to Perl. I have ported both microperl and SQLite on an embedded board based on Blackfin/uClinux. Do you think I can install DBD:SQlite easily or does it require the full Perl? Thank ...
Dimitar Penev
Jul 25, 2012 at 11:48 am
Jul 26, 2012 at 3:14 am -
An HTML attachment was scrubbed... URL: http://lists.scsys.co.uk/pipermail/dbd-sqlite/attachments/20120721/803abad3/attachment.htm
Godperl7
Jul 20, 2012 at 4:56 pm
Jul 20, 2012 at 4:56 pm -
http://svn.ali.as/cpan/releases/DBD-SQLite-1.36_03.tar.gz
Adam Kennedy
May 7, 2012 at 10:56 pm
May 7, 2012 at 10:56 pm -
-----????----- ???: dbd-sqlite-request@lists.scsys.co.uk ????: 2012?5?5? 20:00 ???: dbd-sqlite@lists.scsys.co.uk ??: DBD-SQLite Digest, Vol 25, Issue 1 Send DBD-SQLite mailing list submissions to ...
Wangqis
May 7, 2012 at 12:14 pm
May 7, 2012 at 5:41 pm -
Description in patch. This change is a bit more questionable. Pros: 1) Saves some memory (but not much); 2) Removes outdated and confusing comment; 3) IMO, makes code flow more natural; Cons: 1) Does ...
Yuriy Kaminskiy
Mar 27, 2012 at 3:54 pm
May 4, 2012 at 4:10 pm -
... with test (should fail before patch on all machines with sizeof(int)<sizeof(int64_t), and pass after patch). A non-text attachment was scrubbed... Name ...
Yuriy Kaminskiy
Mar 24, 2012 at 6:23 pm
Mar 25, 2012 at 2:41 am -
1) (!is_error) is always true in this branch 2) SvIOK(result) is already checked above and is always false in this branch Have no idea what original author had in mind (this code predates ...
Yuriy Kaminskiy
Mar 24, 2012 at 12:35 pm
Mar 24, 2012 at 1:55 pm -
I've noticed there's a lot of movement at the moment on DBI, threading and performance. http://www.martin-evans.me.uk/node/131 In Padre we've always stuck to the use of DBI only in the parent thread, ...
Adam Kennedy
Mar 19, 2012 at 4:19 am
Mar 26, 2012 at 8:18 pm -
Friends, colleagues. It's been a fairly quiet year for DBD::SQLite, but largely in a positive sense. The release rate and delta of SQLite itself has been fairly tame, and in Perl land we've seen a ...
Adam Kennedy
Oct 24, 2011 at 11:12 pm
Oct 24, 2011 at 11:12 pm -
It looks like $sth- bind_param should've supported passing named parameters. ...Unfortunately, it was broken from pre-historic times (before 1.14). Patch with fix and regression test update attached. ...
Yuriy Kaminskiy
Oct 17, 2011 at 3:41 am
Oct 17, 2011 at 3:52 am -
In sqlite, ROLLBACK fails with SQLITE_BUSY when there are active/unfinished SELECT statements. As DBI's $dbh- rollback cannot handle errors in sane way, add workaround to reset all sth and retry when ...
Yuriy Kaminskiy
Oct 14, 2011 at 8:48 pm
Mar 27, 2012 at 3:53 pm -
According to DBI documentation: The data type is 'sticky' in that bind values passed to execute() are bound with the data type specified by earlier bind_param() calls, if any. Portable applications ...
Yuriy Kaminskiy
Oct 14, 2011 at 4:57 pm
Oct 14, 2011 at 4:57 pm -
Hi Matthias I may not be the best person to address this question to, as I'm just the release manager and crotchety old fogie of DBD::SQLite. The question is best addressed to the DBD::SQLite mailing ...
Adam Kennedy
Oct 6, 2011 at 4:31 am
Oct 6, 2011 at 5:19 am -
Hello! I noticed strange problem on error path handling. Not sure if this sqlite error, DBD::SQLite error, or some misunderstanding on my part. Verified on DBD::SQLite-1.33 and 1.34_1 (with bundled ...
Yuriy Kaminskiy
Oct 4, 2011 at 7:29 pm
Oct 6, 2011 at 5:25 am -
Hi, From http://search.cpan.org/~adamk/DBD-SQLite-1.33/lib/DBD/SQLite.pm#Database_Handle_Attributes ===== sqlite_unicode If set to a true value, DBD::SQLite will turn the UTF-8 flag on for all text ...
Martin J. Evans
Sep 25, 2011 at 12:12 pm
Sep 28, 2011 at 2:51 pm -
Hello! I noticed that "optimized" variance2/variance3 function in DBD::SQLite::Cookbook saves state in global variables. I think this is incorrect (how `SELECT variance(a), variance(b) FROM t;` is ...
Yuriy Kaminskiy
Sep 6, 2011 at 12:36 am
Sep 6, 2011 at 3:29 pm -
Greetings SQLiters It's time for a new production release as we now have a suitably large stack of pending enhancements, changes and fixes, at least one update to SQLite which includes a downstream ...
Adam Kennedy
May 20, 2011 at 2:43 am
May 20, 2011 at 2:43 am -
Hi folks I've uploaded a new 1.32_03 developer release, the final one for this series. I plan to let this stew in CPAN Testers for a week, and if there is no trouble with it I will be releasing a new ...
Adam Kennedy
May 12, 2011 at 5:15 am
May 12, 2011 at 5:15 am -
All, Is there a quick fix to allow substr to be called with two parameters instead of three? Sometime in 3.5 the official SQLite distribution made the third parameter optional and it looks like there ...
Jesse Erdmann
Feb 11, 2011 at 9:01 pm
Feb 12, 2011 at 1:54 am -
FYI, So, SQLite 3.7.5 has just come out. While the distro filenames have remained stable since the 3.7.4 change, it appears that the names of the directories they unpack to changed. Also, it seems as ...
Darren Duncan
Feb 1, 2011 at 9:16 am
Feb 1, 2011 at 11:25 pm -
Hello Adam, As per my message to the DBD::SQLite list 2 days ago, would you please publish a developer release of DBD::SQLite on CPAN at your earliest convenience? It has been almost 3 months from ...
Darren Duncan
Dec 9, 2010 at 6:07 pm
Dec 9, 2010 at 6:07 pm -
All, Starting with today's SQLite 3.7.4, the amalgamation file (and other dist files) now are named differently. What would have been http://www.sqlite.org/sqlite-amalgamation-3.7.4.tar.gz is now ...
Darren Duncan
Dec 8, 2010 at 5:40 am
Dec 8, 2010 at 5:40 am -
I have a question about an unrecognized change, either for ishigaki or anyone. With commit r13149 I ran the update script to bring in 3.7.3, and with commit r13212 ishigaki is saying I forgot to do ...
Darren Duncan
Nov 26, 2010 at 8:19 am
Nov 26, 2010 at 1:48 pm -
hi all, I am currently doing development under Perl 5.8.8, with SQLite3 version 3.3.8. I need to run a perl script that will takes few days to be completed & I use DBI and DBD::SQLite to store ...
Tee Shuwn Yuan
Nov 23, 2010 at 6:20 am
Nov 28, 2010 at 11:47 pm -
Hi all, obra suggested me that it might be better for us to prepare a source distribution like DBD-SQLite-Devel (or Alien-SQLite, maybe) and not to install sqlite3.[ch] by default. As it's essential ...
Kenichi ishigaki
Oct 22, 2010 at 3:34 am
Oct 22, 2010 at 4:06 am -
Hello, I know my question is not strictly about DBD::SQLite but hopefully close enough. ORLite seems like a good way to do the processing at hand and everything went very well as long as I was ...
Michael Lackhoff
Oct 15, 2010 at 2:42 pm
Oct 17, 2010 at 11:38 am -
Since nothing of note has emerged from the last week of CPAN Testers results, and the last several weeks of waiting for corporate pre-testing pings, I've pushed the production version of SQLite. ...
Adam Kennedy
Sep 15, 2010 at 7:26 am
Sep 15, 2010 at 7:32 am -
Righto 1.30_06 Thu 9 Sep 2010 - Resolved # 60860: Slow but steady memory leak on last_insert_id calls (ISHIGAKI) - Moved DBD::SQLite::FTS3Transitional into a dedicated dist (DAMI) - Updated bundled ...
Adam Kennedy
Sep 9, 2010 at 1:58 am
Sep 9, 2010 at 1:58 am -
Before I push the new release, I have a couple of questions about the FTS3Transitional.pm file. Do we really want this as a different module? It's got a tiny amount of simple code with no ...
Adam Kennedy
Sep 7, 2010 at 3:46 am
Sep 7, 2010 at 9:16 am -
I didn't try to build them with DBI 1.613_71, but I did a grep search for PERL_POLLUTE in the latest CPAN versions of DBD-SQLite and DBD-Pg. * DBD-SQLite-1.30_05 *does* #define PERL_POLLUTE, once in ...
Darren Duncan
Aug 27, 2010 at 10:36 pm
Sep 6, 2010 at 8:51 pm -
I use SQLITE's Rtree code and as the Makefile.PL currently stands I need to unpack it, add -DSQLITE_ENABLE_RTREE' to @CC_DEFINE, repack the tarball and then install it by hand instead of just being ...
George Hartzell
Aug 26, 2010 at 4:55 pm
Aug 27, 2010 at 12:42 am -
All, I am pleased to announce that DBD::SQLite (Self Contained RDBMS in a Perl DBI Driver) version 1.30_04 has been released on CPAN (by Adam Kennedy). ...
Darren Duncan
Aug 25, 2010 at 8:31 pm
Sep 3, 2010 at 2:56 am -
Update ... Thanks to Niko Tyni (Debian Perl Group), a patch to fix the incompatibility with SQLite 3.7.x has been handed to us via RT ( https://rt.cpan.org/Public/Bug/Display.html?id`698 ). It was ...
Darren Duncan
Aug 24, 2010 at 11:53 pm
Aug 27, 2010 at 1:40 pm -
Some more information on this issue, which will hopefully help us close in on the problem. I don't want do cross-post, so I'm sending this to the DBD::SQLite list, which seems the appropriate forum ...
Stefan Evert
Jul 23, 2010 at 9:07 am
Jul 23, 2010 at 9:07 am -
This forwarded message from the SQLite users list may be a clue, especially in light of Laurent Dami's lack of problems on Strawberry. I think I'm going to try more combinations tomorrow, try a ...
Darren Duncan
Jul 22, 2010 at 6:12 am
Jul 22, 2010 at 8:06 pm -
Hello, Today the next major version of SQLite was released, and below the dashed line is a copy of D. Richard Hipp's release announcement. I have committed that version into the DBD::SQLite ...
Darren Duncan
Jul 22, 2010 at 2:54 am
Jul 22, 2010 at 2:09 pm -
Hi all, For info : I just committed a number of additions for better support of FTS3 fulltext searches within DBD::SQLite; in particular, adding hooks for tokenizers written in Perl, adding ...
Dami Laurent (PJ)
Jul 13, 2010 at 6:30 am
Jul 14, 2010 at 9:42 am -
Recently I've been working on the DBIx::Class::Schema::Loader support for SQLite -- specifically, removing all of the "parse SQL from sqlite_master" hacks from it. Things have been going quite well, ...
Andrew Rodland
May 19, 2010 at 6:46 am
May 19, 2010 at 10:46 am -
I had the same problem. Turns out that DBD::SQLite comes with its own sqlite code bundled and doesn't use the system library by default.
Jiri Pavlovsky
Apr 27, 2010 at 8:37 pm
Apr 27, 2010 at 8:37 pm -
An HTML attachment was scrubbed... URL: http://lists.scsys.co.uk/pipermail/dbd-sqlite/attachments/20100415/182ed652/attachment.htm
Wangqis
Apr 15, 2010 at 2:33 am
Apr 15, 2010 at 2:33 am -
Hello, With a command line perl script I created and populated an sqlite3 database. When I tried to access the db file in a mod_perl application, all I get is an error called "not an error". I can't ...
Dondi Michael Stroma
Mar 19, 2010 at 1:42 am
Mar 19, 2010 at 6:44 am -
FYI, SQLite 3.6.23 has now been released, following its new regular bimonthly schedule from January's 3.6.22. After 2 problematic http://sqlite.org/sqlite-amalgamation-3.6.23.tar.gz tarballs earlier ...
Darren Duncan
Mar 9, 2010 at 11:54 pm
Mar 9, 2010 at 11:54 pm -
Adam Kennedy wrote: Well, you already pre-generate -DHAVE_USLEEP which doesn't exist on Windows or older Unixen! Your only workaround is to read/run the real configure to see what kind of stuff it ...
Darren Duncan
Jan 3, 2010 at 9:50 pm
Jan 4, 2010 at 12:33 am -
Darren Duncan wrote: The immediate cause of the compilation failure is a buggy compiler and nobody's fault except Sun. Separately from that various defines are not as appropriate as they could be ...
Darren Duncan
Jan 3, 2010 at 1:39 am
Jan 3, 2010 at 1:39 am -
A follow-up. -------- Original Message -------- Subject: Re: [sqlite] SQLite bug ticket - build fails on sun4-solaris-64int 2.10 Date: Sat, 2 Jan 2010 11:38:48 +0100 From: E. Pasma ...
Darren Duncan
Jan 2, 2010 at 10:47 am
Jan 2, 2010 at 10:47 am
Group Overview
group | dbd-sqlite |
discussions | 84 |
posts | 279 |
users | 37 |
website | shadowcat.co.uk |
Top users
Archives
- October 2015 (6)
- September 2015 (1)
- May 2013 (7)
- July 2012 (3)
- May 2012 (4)
- March 2012 (13)
- October 2011 (14)
- September 2011 (9)
- May 2011 (2)
- February 2011 (4)
- December 2010 (2)
- November 2010 (5)
- October 2010 (5)
- September 2010 (9)
- August 2010 (17)
- July 2010 (14)
- May 2010 (3)
- April 2010 (2)
- March 2010 (3)
- January 2010 (14)
- December 2009 (11)
- November 2009 (28)
- October 2009 (16)
- August 2009 (15)
- July 2009 (13)
- June 2009 (8)
- May 2009 (26)
- April 2009 (11)
- March 2009 (14)