NOTICE: This package has been removed from pkgsrc

./databases/pear-MDB2_Driver_sqlite, Sqlite MDB2 driver

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 1.5.0b4, Package name: php53-pear-MDB2_Driver_sqlite-1.5.0b4, Maintainer: pkgsrc-users

sqlite MDB2 driver


Required to run:
[databases/php-sqlite] [lang/pear] [databases/pear-MDB2] [lang/php53]

Master sites: (Expand)


Version history: (Expand)


CVS history: (Expand)


   2015-03-15 15:53:03 by Takahiro Kambe | Files touched by this commit (4) | Package removed
Log message:
Remove pear-MDB2_Driver_sqlite package which supported by php53 only.
   2013-06-14 21:47:04 by David A. Holland | Files touched by this commit (2) | Package updated
Log message:
Fix patch that's been rejecting since the package was updated. I don't
know if the patch is still needed, but I'm assuming it is.
   2013-03-16 04:40:46 by Takahiro Kambe | Files touched by this commit (2)
Log message:
Update pear-MDB2_Driver_sqlite to 1.5.0b4 and add LICENSE.

- PEAR::isError() -> MDB2::isError(), Bug #19491.
- PEAR::loadExtension() -> extension_loaded(), Bug #19583.
- Fix Bug #19262. Updates conditional stagements to use logical operators to
  include MDB2_FETCHMODE_OBJECT where appropriate. Was broken in r321197.
- Fixed createIndex not using quoteIdentifier in SQLite driver
- Have dropTable() return MDB2_OK on success, as documented (bug 19199)
- Have dropIndex() return MDB2_OK on success, as documented (bug 19198)
- Have vacuum() return MDB2_OK on success, as documented (bug 19196)
- Have createIndex() return MDB2_OK on success, as documented (bug 19195)
- Have dropConstraint() return MDB2_OK on success, as documented (bug 19194)
- Have createConstraint() return MDB2_OK on success, as documented (bug 19193)
- Have dropSequence() return MDB2_OK on success, as documented (bug 19191).
- FETCHMODE constants are NOT bitwise.
- fixed bug #18203: Type introspection breaks with associative arrays if names
  are identical (patch by Peter Bex)
- request #18316: Add TINYINT to list of coltypes in
  MDB2_Driver_Reverse_sqlite [brotherli]
- fixed bug #16275: split() is deprecated in PHP 5.3
- request #18316: Add TINYINT to list of coltypes in
  MDB2_Driver_Reverse_sqlite [brotherli]
   2012-10-02 23:25:56 by Aleksej Saushev | Files touched by this commit (323)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
   2012-06-16 04:52:03 by Takahiro Kambe | Files touched by this commit (1)
Log message:
Restrict to php 5.2.x and 5.3.x.  This is obsoleted in PHP 5.4.
   2011-06-19 17:25:07 by Takahiro Kambe | Files touched by this commit (1)
Log message:
Add missing patch file (forgot to commit).
   2010-12-22 16:23:25 by Takahiro Kambe | Files touched by this commit (3)
Log message:
Update pear-MDB2_Driver_sqlite package to 1.5.0b3.

1.5.0b3		2010-08-29 12:31 UTC

Changelog:

- fixed bug #16275: split() is deprecated in PHP 5.3

note:
open todo items:
- fix pattern escaping using GLOB instead of LIKE or create and register own
  implementation of LIKE
   2010-03-15 17:46:00 by Takahiro Kambe | Files touched by this commit (11)
Log message:
Remove PHP_VERSIONS_ACCEPTED since we don't have php4 package any more
and no need to specify PHP_VERSIONS_ACCEPTED explicitly now.

No functional change.