[Pkg-owncloud-maintainers] php-mdb2-driver-sqlite

Thomas Goirand zigo at debian.org
Tue May 22 15:18:42 UTC 2012


On 05/22/2012 09:06 PM, Paul van Tilburg wrote:
> On Tue, May 22, 2012 at 11:54:11AM +0200, Paul van Tilburg wrote:
>> I just found out that ownCloud ships in their lib/MDB2 directory the
>> MDB2 SQLite driver, which is not available in Debian as
>> php-mdb2-sqlite-driver.  As we plan to support SQLite, it certainly has
>> a defendable use case, I wanted to ask if you would like to add this
>> driver to your list of php-mdb2-driver-* packages?
> 
> Oops, I had only checked 'apt-cache search', but I should have checked
> the PTS.  Apparantly, php-mdb2-driver-sqlite was removed, with as reason
> that php5-sqlite was removed [1].  But to me it seems php5-sqlite hasn't
> been removed at all?  Therefore, can we bring it back?
> 
> Cheers,
> 
> Paul

Hi,

php5-sqlite hasn't been removed. What has been removed is support for
sqlite 2. Eg, we still have support for sqlite 1 and 3. I think this was
a mistake of the maintainer, unless php-mdb2-sqlite-driver uses sqlite
2. Note that support for sqlite has also been removed from roundcube du
to removal of sqlite 2 support, and no upstream support for sqlite 3.

Now, what I could do is build a package, then you test it, and see if it
works. But maybe, you have other types of drivers available? Can't you
use MySQL or PGSQL instead? I can see that both are available in Debian
already. I wouldn't see this as a big limitation (eg: MySQL or PGSQL are
anyway faster than SQLite). Thoughts?

Thomas



More information about the Pkg-owncloud-maintainers mailing list