Self-contained RDBMS in a DBI Driver

Edit Package perl-DBD-SQLite

SQLite is a small fast embedded SQL database engine.

DBD::SQLite embeds that database engine into a DBD driver, so
if you want a relational database for your project, but don`t
want to install a large RDBMS system like MySQL or PostgreSQL,
then DBD::SQLite may be just what you need.

It supports quite a lot of features, such as transactions (atomic
commit and rollback), indexes, DBA-free operation, a large subset
of SQL92 supported, and more.

Refresh
Refresh
Source Files
Filename Size Changed
DBD-SQLite-1.35.tar.gz 0001467375 1.4 MB
perl-DBD-SQLite.changes 0000009955 9.72 KB
perl-DBD-SQLite.spec 0000003081 3.01 KB
Revision 23 (latest revision is 53)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 94222 from Pascal Bleser's avatar Pascal Bleser (pbleser) (revision 23)
- update to 1.35:
  * updated to SQLite 3.7.9
  * one small potential break case if you are using FTS4 and ^
- cumulated changes from 1.34*:
  * adding an explicit dynamic_config => 1
  * bind_param SQL_INTEGER error now actually dies with RaiseError
  * CHANGES THAT MAY POSSIBLY BREAK YOUR OLD APPLICATIONS:
    - resolved RT#67581: bind_param SQL_INTEGER numifies value;
      now DBD::SQLite croaks if you explicitly specify datatype
      (with bind_param) and datatype mismatch happens
    - datatype set in the bind_param(_array) becomes sticky now
      (as per DBI spec); this potentially affects code depending on
      current undocumented and broken behavior
  * resolved RT#71311: binding output columns as SQL_BLOB returns nothing
  * fixed binding named parameters
  * moved check for bind_ph/is_inout so it always error-out
  * don't set imp_sth->stmt to NULL on error path
  * explained an issue of rollback with unfinished statements
  * made util/getsqlite.pl work properly for SQLite 3.7.5+
  * Cookbook: don't use globals
  * resolved RT#70135 and hopefully other mod_perl/CentOS issues like RT#63873
    and RT#47983
Comments 0
openSUSE Build Service is sponsored by