[pear/DB] d837b7: Add Driver SQLite3 (#18)
[email protected] ("Armin Graefe via pear-cvs") Sat, 04 Nov 2023 14:10:19 -0700
| Newsgroups | php.pear.cvs |
|---|---|
| Message-ID | <pear/DB/push/refs/heads/trunk/[email protected]> |
Branch: refs/heads/trunk
Home: https://github.com/pear/DB
Commit: d837b7b8112e03cc7c6da75539cf59e57e637c5a
https://github.com/pear/DB/commit/d837b7b8112e03cc7c6da75539cf59e57e637c5a
Author: Armin Graefe <[email protected]>
Date: 2023-11-04 (Sat, 04 Nov 2023)
Changed paths:
M DB.php
M DB/common.php
A DB/sqlite3.php
M doc/MAINTAINERS
M tests/db_factory.phpt
M tests/driver/setup.inc
M tests/errors.inc
M tests/fetchmodes.inc
Log Message:
-----------
Add Driver SQLite3 (#18)
* Add Driver SQLite3
* Preparation for later implementation of lastId
* Preparation for later implementation of lastId